Managing Serviceguard NFS for Linux, July 2007
Installing and Configuring Serviceguard NFS for Linux
Configuring a Serviceguard NFS Package
Chapter 2 39
NOTE To use the lock migration feature, the user has to do all the
configurations specified above and also consider all the
limitations of the lock migration feature mentioned in the section
on See “Limitations of the NFS File Lock Migration Feature” on
page 10.
Creating the Serviceguard Binary Configuration File
1. Use the cmapplyconf command to verify the content of your cluster
and package configuration and to copy the binary configuration file
to all the nodes in the cluster. In the following example, the cluster
configuration file is /usr/local/cmcluster/cluster.conf. On
your system, use the names of your own cluster configuration and
package configuration files.
# cmapplyconf -v -C /usr/local/cmcluster/cluster.conf \
-P /usr/local/cmcluster/pkg1/pkg1.conf
2. Use your favorite copy utility (for example, scp) to copy the package
control, NFS control, and monitor scripts to the same path names on
all the nodes in the cluster. For example, to copy the files from host
thyme to host basil, issue the following command from host thyme:
# scp /usr/local/cmcluster/cluster/pkg1/* \
basil:/usr/local/cmcluster/cluster/pkg1
Housekeeping Suggestions
After the shell scripts are installed they are located in
/usr/local/cmcluster/nfstoolkit and the binary file is located in
/usr/bin on your Linux platforms. It is recommended that you set up
directories to keep your various package and script files grouped for
organization. Set up one directory for each package and keep the
associated control and monitoring scripts in that directory.