Serviceguard NFS Toolkit A.11.11.06, A.11.23.05 and A.11.31.08 Administrator's Guide (October 2011)

3 Installing and Configuring Serviceguard NFS Modular
Package
This chapter explains how to configure Serviceguard NFS modular package. You must set up your
Serviceguard cluster before you can configure Serviceguard NFS modular package. For more
information on setting up a Serviceguard cluster, see the Managing Serviceguard manual.
This chapter discusses the following topics:
“Installing Serviceguard NFS Modular Package
“Before Creating a Serviceguard NFS Modular Package
“Configuring a Serviceguard NFS Modular Package
“Configuring Serviceguard NFS Modular Package over CFS Packages” (page 53)
Installing Serviceguard NFS Modular Package
NOTE: Serviceguard NFS modular package feature for HP-UX 11i v3 is supported on Serviceguard
A.11.18 and later versions for both VxFS (non-CFS) and Veritas Cluster File System (CFS). To
ensure that the NFS modular package feature functions properly in A.11.18 or later versions,
install the following patch on all servers that will be configured as nodes in the cluster.
PHSS_39484 1.0 Serviceguard A.11.18.00
Use the HP-UX Software Distributor (SD) to install the Serviceguard NFS file set. The following
command starts the SD swinstall utility:
/usr/sbin/swinstall
For more information on using Software Distributor, see Managing HP-UX Software with SD-UX.
manual.
The nfs.conf package configuration file which is part of Serviceguard, is required to run
Serviceguard NFS modular package. You can create this file by running the cmmakepkg command.
Complete the following procedure to set up a directory for configuring Serviceguard NFS:
1. Create directory /etc/cmcluster/nfs/pkg1 to hold the package configuration file.
2. Create the package configuration template file:
cmmakepkg -m sg/all -m nfs/hanfs /etc/cmcluster/pkg1/nfs.conf
This command creates the package configuration file by including the parameters from the
modules all and hanfs.
Where:
all refers to a set of standard Serviceguard modules
hanfs refers to the HA-NFS module
NOTE: If the package is getting configured to have NFS file lock migration feature, it is
strongly recommended to list the hanfs module as the last module name parameter in the
cmmakepkg command.
Example 1 In the example below, two module names mod1 and mod2 are configured with
hanfs module. The hanfs is specified as the last module name in the cmmakepkg command.
cmmakepkg -m mod1 -m mod2 -m nfs/hanfs /etc/cmcluster/pkg1/nfs.conf
Installing Serviceguard NFS Modular Package 43