Managing Serviceguard Extension for SAP, December 2007
SAP Master Data Management (MDM)
Installation and Configuration Considerations
Chapter 5 289
The following table details the MDM_MGROUP and MDM_MASTER
dependencies.
MDM242 Setup Step:
(a) Single Serviceguard package – configure sap.config
Edit sap.config and add the following parameters for a Single
Serviceguard package configuration. This is for the mgroupMDM
package. The key variable for this configuration is
MDM_MGROUP_DEPEND="mdb mds mdis mdss".
vi /etc/cmcluster/MDM/sap.config
MDM_DB=ORACLE
MDM_DB_SID=MDM
MDM_DB_ADMIN=oramdm
MDM_LISTENER_NAME="LISTENER"
Table 5-4 MDM_MGROUP and MDM_MASTER dependencies
Dependency Description
MDM_MGROUP_DEPEND=”\
mdb mds mdis mdss”
The elements (mdb mds...) of
variable MDM_MGROUP_DEPEND are
the names of the MDM
components that are started from
a single Serviceguard package.
The order of the MDM
components is important.
MDM_MASTER_DEPEND=”\
mdbMDM mdsMDM mdisMDM\
mdssMDM”
Each element (mdbMDM mdsMDM...)
of variable MDM_MASTER_DEPEND is
the name of a Serviceguard
package to start. The position of
the element determines the start
order.