ServiceGuard NFS Toolkit for Linux Version A.01.01 Release Notes, June 2003

ServiceGuard NFS for Linux Version A.01.01 Release Notes
Compatibility Information and Installation Requirements
Chapter 110
README. Description of the tool kit contents.
hanfs.sh. The NFS control script template that starts and stops
NFS daemons and exports and unexports file systems.
nfs.mon. The NFS monitor script.
/usr/bin/sync_rmtab. Remote mount table synchronization
binary code.
toolkit.sh. The interface script between the Package Control
Script and hanfs.sh.
NOTE In the following steps, <dir> refers to the directory /usr/local for
RedHat environments, and /opt for SLES 8/UL environments.
3. Run cmmakepkg command to generate a package configuration file
and package control script template to the
<dir>/cmcluster/nfstoolkit directory with the following :
# cd <dir>/cmcluster/nfstoolkit
# cmmakepkg -p pkg.conf
# cmmakepkg -s pkg.cntl
4. Create a directory for your package files called
<dir>/cmcluster/<pkg_name>
5. Issue the following command to copy the ServiceGuard NFS
template files to the newly created package directory:
# cp <dir>/cmcluster/nfstoolkit/* \
<dir>/cmcluster/<pkg_name>
Copying the Template Files
If you will run only one ServiceGuard NFS package in your
ServiceGuard cluster, you do not have to copy the template files.
However, if you will run multiple ServiceGuard NFS packages, each
package must have its own package directory, package configuration file
and control scripts. For each ServiceGuard NFS package you will run,
make a copy of all the package files including package configuration file
(pkg.conf), package control script (pkg.cntl), interface script