ADSM-L

Re: AIX HSM and NFS

2004-02-26 20:57:10
Subject: Re: AIX HSM and NFS
From: Richard Sims <rbs AT BU DOT EDU>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Thu, 26 Feb 2004 20:56:47 -0500
>We are experimenting with Space Management (HSM) and our AIX guy has some
>problems/questions.
>
>Is there anything special about referencing an HSM filespace via NFS?
>I have a fully functional HSM FS on an NFS server, -
>I have the normal entries in /etc/exports, -
>I have done the normal 'exportfs -a' command, -
>I have issued the normal mount command from the client "mount
>hostname:/fsname  /mnt",  -
>I get message "mount: 1831-010 server hostname not responding: RPC: 1832-019
>Program not registered".
>
>Am I missing  a step?

Your AIX guy can't figure this out, Ted?  Geez...
An HSM file system is used via NFS the same way as any other file system.
I have to wonder if NFS is running on the system where HSM and NFS are
supposed to be.  Your guy should know to run 'rpcinfo -p <hostname>' to
see if NFS is registered in Portmap, expecting to get back lines like:
    100003    2   udp   2049  nfs
    100003    3   udp   2049  nfs
    100003    2   tcp   2049  nfs
    100003    3   tcp   2049  nfs
And then do 'rpcinfo -u <hostname> nfs' to reflect off the NULLPROC of
that RPC service which is called nfs, to test that it is responding.
If no answer, then nfsd either didn't get started, or died.  It should
be accompanied by a suite of other pseudo-state daemons, which your AIX
guy should be familiar with.  If you do 'df -k' on the HSM file system,
you see two mounts, right?...the JFS and FSM.  And all the HSM dsm*
commands show happiness?

Using HSM over NFS requires a lot of TLC, else you can end up with some
very ugly situations where all your NFS client systems can hang as HSM
spends up to an hour or so reconciling a full FSM file system seeking to
make space.  See my various postings in the Archives.

  Good luck!   Richard Sims,  http://people.bu.edu/rbs

<Prev in Thread] Current Thread [Next in Thread>