NFS Services Administrator's Guide (B.11.31.03) August 2008
nfsstat -m
An output similar to the following output is displayed:
/Clay from onc21:/home/Casey,onc23:/home/Casey
Flags:
vers=3,proto=tcp,sec=sys,hard,intr,llock,link,symlink,acl,
devs,rsize=32768,wsize=32768,retrans=5,timeo=600
Attr cache: acregmin=3,acregmax=60,acdirmin=30,acdirmax=60
Failover: noresponse=0,failover=0,remap=0,currserver=onc23
The Failover line in the above output indicates that the failover is working.
Examples of NFS Mounts
• Mounting a directory as read-only with no set userid privileges
mount -r -o nosuid broccoli:/usr/share/man /usr/share/man
In this example, the NFS clients mount the /usr/share/man directory from the
NFS server broccoli. The local mount-point is also /usr/share/man. The
directory is mounted as read-only.
Figure 2-3 illustrates this example.
Figure 2-3 NFS Mount of manpages
• Mounting a Home directory
mount -r -o nosuid broccoli:/home/broccoli /home/broccoli
mount -r -o nosuid cauliflower:/home/cauliflower /home/cauliflower
In this example, the NFS client mounts the home directories from NFS servers
broccoli and cauliflower . The nosuid option prevents programs with setuid
permission from executing on the local client.
Figure 2-4 illustrates this example.
Configuring and Administering NFS Clients 53