Managing Serviceguard Extension for SAP, December 2007
SAP Master Data Management (MDM)
Installation and Configuration Considerations
Chapter 5 283
/home/mdmuser/mdss/mdss.ini
[GLOBAL]
Server=mdsreloc
.
.
MDM234 Setup Step:
Stop all MDM processes
Before continuing with the configuration of the MDM serviceguard
packages, the MDM processes have to be stopped. Use the following kill
command to accomplish this:.
kill -9 `ps -ef|grep mdmuser|grep "\-r"|awk '{print $2}'
MDM236 Setup Step:
(a) Single Serviceguard package – continue with mgroupMDM
configuration
If the Single Serviceguard package option was chosen in the beginning of
this chapter, continue with the configuration of this package. Insert in
the function customer_defined_run_cmds and
customer_defined_halt_cmds the following shell scripts. These scripts
are responsible for executing the SGeSAP specific scripts e.g. for running
and halting the MDM server components of an mgroupMDM package. The
key statements for this package are in the beginning:
• MDM_SCR is the script to execute
• MDM_ACTION is start for running a package and stop for halting a
package
• MDM_COMPONENT which of MDM components should be started
or stopped, in this case the mgroup component
vi /etc/cmcluster/MDM/mgroupMDM.control.script
function customer_defined_run_cmds
{