Serviceguard NFS Toolkit A.11.11.06 and A.11.23.05 Administrator's Guide
Installing and Configuring Serviceguard NFS
Before Creating a Serviceguard NFS Package
Chapter 236
mount -o nointr
relocatable_ip
:/usr/src /usr/src
where
relocatable_ip
is the IP address of the package, and
/usr/src represents the mount points of the server and the client,
respectively.
Without the nointr option, if an interrupt (or a SIGKILL, SIGHUP,
SIGINT, SIGQUIT, SIGTERM, or SIGALRM signal) is sent to an
executable while the NFS server is failing over, NFS will terminate
the executable. This is a standard feature of NFS that allows
interrupts such as ˆC to kill a “hung” client executable if the NFS
server is down. Specifying the nointr option resolves this problem.
See the mount_nfs(1M) man page for more information.
B5140-90030.book Page 36 Thursday, August 24, 2006 9:32 AM