MC/ServiceGuard NFS for Linux Version A.01.01 Release Notes, December 2002

MC/ServiceGuard NFS for Linux Version A.01.01 Release Notes
Compatibility Information and Installation Requirements
Chapter 110
/usr/local/cmcluster/nfstoolkit/nfs.mon. The NFS
monitor script.
/usr/bin/sync_rmtab. Remote mount table synchronization
binary code.
/usr/local/cmcluster/nfstoolkit/toolkit.sh. The
interface script between the Package Control Script and
hanfs.sh.
3. Run cmmakepkg command to generate a package configuration file
and package control script template to the the
/usr/local/cmcluster/nfstoolkit directory with the following :
# cd /usr/local/cmcluster/nfstoolkit
# cmmakepkg -p pkg.conf
# cmmakepkg -s pkg.cntl
4. Create a directory for your package files called
/usr/local/cmcluster/<pkg_name>
5. Issue the following command to copy the MC/ServiceGuard NFS
template files to the newly created package directory:
# cp /usr/local/cmcluster/nfstoolkit/* \
/usr/local/cmcluster/<pkg_name>
Copying the Template Files
If you will run only one MC/ServiceGuard NFS package in your
MC/ServiceGuard cluster, you do not have to copy the template files.
However, if you will run multiple MC/ServiceGuard NFS packages, each
package must have its own package directory, package configuration file
and control scripts. For each MC/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
(toolkit.sh), NFS Control Script (hanfs.sh), and NFS monitor script
(nfs.mon). You can use package specific file names for the scripts, such as
pkg1.conf and pkg1.cntl.