Managing Serviceguard Extension for SAP, December 2007

SAP Master Data Management (MDM)
Installation and Configuration Considerations
Chapter 5256
vi /etc/cmcluster/MDMNFS/mdmNFS.config
PACKAGE_NAME mdmNFS
NODE_NAME *
RUN_SCRIPT /etc/cmcluster/MDMNFS/mdmNFS.control.script
RUN_SCRIPT_TIMEOUT NO_TIMEOUT
HALT_SCRIPT /etc/cmcluster/MDMNFS/mdmNFS.control.script
HALT_SCRIPT_TIMEOUT NO_TIMEOUT
The file /etc/cmcluster/MDMNFS/mdmNFS.control.script contains
information on the volume groups (VG[0]) , the LVM logical volumes
(LV[0]), the file system mount point and options (FS...) as well as the
virtual IP address (IP[0]...) to be used for this package.
vi /etc/cmcluster/MDMNFS/mdmNFS.control.script
VG[0]="vgmdmuser"
LV[0]="/dev/vgmdmuser/lvmdmuser"; \
FS[0]="/export/home/mdmuser"; \
FS_MOUNT_OPT[0]=""; \
FS_UMOUNT_OPT[0]=""; \
FS_FSCK_OPT[0]=""; \
FS_TYPE[0]="vxfs"
IP[0]="172.16.11.96"
SUBNET[0]="172.16.11.0"
The file hanfs.sh contains NFS directories that will exported with
export options. These variables are used by the command exportfs -i
to export the file systems and the command exportfs -u to unexport the
file systems.
vi /etc/cmcluster/MDMNFS/hanfs.sh