Managing Serviceguard Extension for SAP, December 2007

SAP Master Data Management (MDM)
Installation and Configuration Considerations
Chapter 5 255
MDM080 Setup Step:
These scripts will mount the appropriate storage volumes, enable virtual
IP addresses and export the NFS file systems to the NFS clients.
Setup the Serviceguard directory for the mdmNFS package.
Create a directory /etc/cmcluster/MDMNFS which will contain the
Serviceguard templates and scripts for NFS. These scripts will mount
the appropriate storage volumes, enable virtual IP addresses and export
the NFS file systems to the NFS clients.
NOTE The template names mdmNFS.xxxxx should be consistent with the
variable PACKAGE_NAME mdmNFS as specified in the next step.
clunode1:
mkdir /etc/cmcluster/MDMNFS
cd /etc/cmcluster/MDMNFS
cp /opt/cmcluster/nfs/* .
cmmakepkg -s /etc/cmcluster/MDMNFS/mdmNFS.control.script
cmmakepkg -p /etc/cmcluster/MDMNFS/mdmNFS.config
clunode2:
mkdir /etc/cmcluster/MDMNFS
MDM090 Setup Step:
Edit the Serviceguard files for the mdmNFS package.
Edit the files for the MDM package files:
The file /etc/cmcluster/MDMNFS/mdmNFS.config contains information
on the Serviceguard package name ( mdmNFS), the cluster nodes ( *) the
package can run on and the scripts to execute for running and halting
(/etc/cmcluster/MDMNFS/mdmNFS.control.script) this package.
clunode1: