Managing Serviceguard NFS for Linux, September 2006

Installing and Configuring Serviceguard NFS for Linux
Configuring a Serviceguard NFS Package
Chapter 230
8. Use the default values for the rest of the variables in the control
script, or change them as needed. For instructions on modifying the
default values, see the Managing Serviceguard for Linux manual, or
read the comments in the
/usr/local/cmcluster/nfstoolkit/pkg.cntl template file.
Editing the NFS Configuration File (hanfs.conf)
The following steps describe the required modifications to the NFS
Configuration file:
1. If you want to start and monitor rpc.quotad daemon, set QUOTA_MON
to YES. For example:
QUOTA_MON=YES
2. If you do not want to start and monitor rpc.quotad daemon, set
QUOTA_MON to NO. For example:
QUOTA_MON=NO
Editing the NFS Control Script (hanfs.sh)
The following steps describe the required modifications to the NFS
Control Script.
NOTE The following procedures assume your environment is RedHat. If your
environment is SLES, replace all occurences of “/usr/local” with
/opt”.
1. Create a separate XFS[n] variable for each NFS directory to be
exported. Specify the directory name and any export options. For
example:
XFS[0]=”*:/ha_root”
XFS[1]=”*:/users/scaf”
XFS[2]=”-o ro *:/ha_data”
Do not configure these exported directories in the /etc/exports file.
When an NFS server boots up, it attempts to export all file systems
in its /etc/exports file. If those file systems are not currently
present on the NFS server node, the node cannot boot properly. This