Managing Serviceguard Extension for SAP Version B.05.10, September 2010
(b) Multiple MDM Serviceguard packages - create a mdbMDM package
Create Serviceguard templates and edit the files for the mdbMDM package. For information on
the variables used in this step see the configuration step of the nfsMDM package above.
clunode1:
mkdir /etc/cmcluster/MDM
cmmakepkg -s /etc/cmcluster/MDM/mdbMDM.control.script
cmmakepkg -p /etc/cmcluster/MDM/mdbMDM.config
vi /etc/cmcluster/MDM/mdbMDM.config
PACKAGE_NAME mdbMDM
NODE_NAME *
RUN_SCRIPT /etc/cmcluster/MDM/mdbMDM.control.script
RUN_SCRIPT_TIMEOUT NO_TIMEOUT
HALT_SCRIPT /etc/cmcluster/MDM/mdbMDM.control.script
HALT_SCRIPT_TIMEOUT NO_TIMEOUT
vi /etc/cmcluster/MDM/mdbMDM.control.script
IP[0]="172.16.11.97"
SUBNET[0]="172.16.11.0"
VG[0]="vgmdmoradb"
LV[0]="/dev/vgmdmoradb/lvmdmoradb"; \
FS[0]="/oracle/MDM"; \
FS_MOUNT_OPT[0]=""; \
FS_UMOUNT_OPT[0]=""; \
FS_FSCK_OPT[0]=""; \
FS_TYPE[0]="vxfs"
scp –pr /etc/cmcluster/MDM clunode2:/etc/cmcluster/MDM
cmapplyconf -P /etc/cmcluster/MDM/mdbMDM.config
cmrunpkg mdbMDM
Setup Step: MDM204
Create Serviceguard templates and edit the files for the mdsMDM package.
For information on the variables used in this step see the configuration step of the nfsMDM
package above.
NOTE: As the /home/mdmuser/mds file system is NFS based - storage volumes or file systems
have do not have to be specified in the package configuration files.
clunode1:
cmmakepkg -s /etc/cmcluster/MDM/mdsMDM.control.script
cmmakepkg -p /etc/cmcluster/MDM/mdsMDM.config
vi /etc/cmcluster/MDM/mdsMDM.config
PACKAGE_NAME mdsMDM
NODE_NAME *
RUN_SCRIPT /etc/cmcluster/MDM/mdsMDM.control.script
RUN_SCRIPT_TIMEOUT NO_TIMEOUT
HALT_SCRIPT /etc/cmcluster/MDM/mdsMDM.control.script
HALT_SCRIPT_TIMEOUT NO_TIMEOUT
vi /etc/cmcluster/MDM/mdsMDM.control.script
Installation and Configuration Considerations for MDM 5.5 in a Serviceguard legacy environment 139