Serviceguard NFS Toolkit A.11.31.02, A.11.11.06, and A.11.23.05 Administrator's Guide
You can create these two files by running the cmmakepkg command. Perform the
following steps to set up the directory for configuring Serviceguard NFS:
NOTE: You may want to save any existing Serviceguard NFS configuration files
before executing these steps.
1. Run the following command to create the package configuration template file:
cmmakepkg -p /opt/cmcluster/nfs/nfs.conf
2. Run the following command to create the package control template file:
cmmakepkg -s /opt/cmcluster/nfs/nfs.cntl
3. Create a directory, /etc/cmcluster/nfs.
4. Run the following command to copy the Serviceguard NFS template files to the
newly created /etc/cmcluster/nfs directory:
cp /opt/cmcluster/nfs/* /etc/cmcluster/nfs
Monitoring NFS/TCP Services with Serviceguard NFS Toolkit
In addition to monitoring NFS/UDP services, you can monitor NFS/TCP services with
Serviceguard NFS Toolkit on HP-UX 11.x. For HP-UX 11.0, you need at least
Serviceguard NFS Toolkit A.11.00.03 to monitor NFS/TCP services. All versions of
Serviceguard NFS Toolkit for HP-UX 11i v1 and v2 can monitor NFS/TCP services.
IMPORTANT: You must enable NFS/TCP on HP-UX 11.0 for both client and server.
TCP is the default transport mode on HP-UX 11i v1 and 11i v2 and thus does not need
to be enabled on those systems.
Use the following steps to enable NFS/TCP on HP-UX 11.0:
1. Run the configuration command /usr/sbin/setoncenv NFS_TCP 1
2. Stop the NFS client with /sbin/init.d/nfs.client stop
3. Stop the NFS server with /sbin/init.d/nfs.server stop
4. Start the NFS server with /sbin/init.d/nfs.server start
5. Start the NFS client with /sbin/init.d/nfs.client start
From the NFS client, use the mount -o proto=tcp command to establish a TCP only
connection. The mount fails if TCP is not available on the NFS server.
From the NFS client, use the mount -o proto=udp to command to establish a UDP
only connection. The mount fails if UDP is not available on the NFS server.
To verify you are monitoring NFS/TCP services, run nfsstat -m. A return of
proto=tcp means you are monitoring NFS/TCP services. A return of proto=udp
means you are monitoring NFS/UDP services.
Use the following steps to disable NFS/TCP functionality on HP-UX 11.0:
24 Installing and Configuring Serviceguard NFS