Managing Serviceguard NFS for Linux, September 2006

Installing and Configuring Serviceguard NFS for Linux
Installing Serviceguard NFS for Linux
Chapter 2 19
The files will be installed in the
/usr/local/cmcluster/nfstoolkit and /usr/bin directories. The
following files are part of the toolkit:
NOTE The following procedures assume your environment is RedHat. If
your environment is SLES, replace all occurences of “/usr/local
with “/opt”.
/usr/local/cmcluster/nfstoolkit/README. Description of the
toolkit contents.
/usr/local/cmcluster/nfstoolkit/hanfs.conf. The NFS
configuration file which allows the option to monitor the quotad
daemon. If QUOTA_MON is set to YES, the toolkit will start
rpc.quotad (if not already running) and will monitor this
daemon. If it is set to NO, the toolkit will not start or monitor
rpc.quotad. The default value for the QUOTA_MON variable is
YES.
/usr/local/cmcluster/nfstoolkit/hanfs.sh. The NFS
control script template that starts and stops NFS daemons and
exports and unexports file systems.
/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 co nfiguration file
and package control script template to the
/usr/local/cmcluster/nfstoolkit directory with the following
command:
# cd /usr/local/cmcluster/nfstoolkit
# cmmakepkg -p pkg.conf
# cmmakepkg -s pkg.cntl
4. Create a directory for your package files, for example:
# mkdir /usr/local/cmcluster/<pkg_name>