Managing Serviceguard Extension for SAP, December 2007
SAP Master Data Management (MDM)
Installation and Configuration Considerations
Chapter 5292
SERVICE_HALT_TIMEOUT 60
vi /etc/cmcluster/MDM/mgroupMDM.control.script
SERVICE_NAME[0]="mgroupMDMmon"
SERVICE_CMD[0]="/etc/cmcluster/MDM/sapmdm.sh check mgroup"
SERVICE_RESTART[0]=""
To activate the changes in the configuration files run the following
commands:
cmapplyconf -P /etc/cmcluster/MDM/mgroupMDM.config
cmrunpkg mgroupMDM
MDM248 Setup Step:
(b) Enable SGeSAP monitoring for “Multiple” MDM packages
The SGeSAP scripts include check functions to monitor the health of
MDM processes. The variable MDM_MONITOR_INTERVAL=60 in file
sap.config determines how often the monitor function is executed. To
enable monitoring it has to be configured in the Serviceguard package
configuration files.
For the mdsMDM Serviceguard package - the name “mdsMDMmon” will be
used as the monitor name /SERVICE_NAME. Edit both Serviceguard
package files.
vi /etc/cmcluster/MDM/mdsMDM.config
SERVICE_NAME mdsMDMmon
SERVICE_FAIL_FAST_ENABLED NO
SERVICE_HALT_TIMEOUT 60
vi /etc/cmcluster/MDM/mdsMDM.control.script
SERVICE_NAME[0]="mdsMDMmon"
SERVICE_CMD[0]="/etc/cmcluster/MDM/sapmdm.sh check mds"