Serviceguard NFS Toolkit A.11.11.06 and A.11.23.05 Administrator's Guide
Installing and Configuring Serviceguard NFS
Configuring a Serviceguard NFS Package
Chapter 2 51
Editing the Package Configuration File (nfs.conf)
1. Serviceguard A.11.17 provides a new package configuration file
template. The new package configuration file template introduces
the following dependency variables:
• DEPENDENCY_NAME
• DEPENDENCY_CONDITION
• DEPENDENCY_LOCATION
The above parameters are not supported in Serviceguard NFS
Toolkit A.11.23.05. By default, these variables are commented out in
the nfs.conf file.
2. Set the PACKAGE_NAME variable.
PACKAGE_NAME pkg01
You can use the default package name if you will run only one
Serviceguard NFS package on your Serviceguard cluster. Each
package must have a unique name.
3. Create a NODE_NAME variable for each node that will run the package.
The first NODE_NAME should specify the primary node. All the
NODE_NAME variables following the primary node should specify the
adoptive nodes, in the order in which they will be tried.
NODE_NAME thyme
NODE_NAME basil
NODE_NAME sage
4. Set the RUN_SCRIPT and HALT_SCRIPT variables to the full path
name of the control script (/etc/cmcluster/nfs/nfs.cntl or
whatever you have renamed it). You do not have to specify a timeout
for either script.
RUN_SCRIPT /etc/cmcluster/nfs/nfs1.cntl
RUN_SCRIPT_TIMEOUT NO_TIMEOUT
HALT_SCRIPT /etc/cmcluster/nfs/nfs1.cntl
HALT_SCRIPT_TIMEOUT NO_TIMEOUT
5. If you want to run the NFS monitor script, set the SERVICE_NAME
variable to indicate the NFS monitor script:
SERVICE_NAME nfs1.monitor
B5140-90030.book Page 51 Thursday, August 24, 2006 9:32 AM