Check for and remove any previous version of Serviceguard
NFS for Linux:
Query the rpm database for the NFS Toolkit:
# rpm -qa |grep nfstoolkit
If any part of the NFS Toolkit is installed, the grep returns
the version number.
Remove older versions of the NFS Toolkit, if needed:
# rpm -e nfstoolkit<release_version>
Use the Redhat and SuSE Package Management rpm command to install the Serviceguard NFS file set. Change
to your RPM file directory, then issue the following commands:
RedHat:
Proliant Servers (running the 32 bit version of the distribution):
# rpm -i nfs-toolkit-A.02.00-0.product.redhat.i386.rpm
Proliant Servers (running the x86_64 bit version of the distribution):
# rpm -i nfs-toolkit-A.02.00-0.product.redhat.x86_64.rpm
Integrity Servers:
# rpm -i nfs-toolkit-A.02.00-0.product.redhat.ia64.rpm
SUSE LINUX Enterprise Server:
Proliant Servers (running the 32 bit version of the distribution):
# rpm -i nfs-toolkit-A.02.00-0.product.suse.i386.rpm
Proliant Servers (running the x86_64 bit version of the distribution):
# rpm -i nfs-toolkit-A.02.00-0.product.suse.x86_64.rpm
Integrity Servers:
# rpm -i nfs-toolkit-A.02.00-0.product.suse.ia64.rpm
The files will be installed in the following directories: /usr/bin and /usr/local/cmcluster/nfstoolkit for RedHat and /opt/cmcluster/nfstoolkit for SLES. The following files are part of the toolkit:
 |
 |  |
 |
 | NOTE: The following procedures assume your environment is
RedHat. If your environment is SLES, replace all occurrences 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 to set user configuration
parameters.
/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/local/cmcluster/nfstoolkit/nfs.flm. The NFS File Lock Migration synchronization 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.