Managing Serviceguard Extension for SAP Version B.05.10, September 2010
NOTE: The MDM servers (mds, mdiss, mdss) install their files into the /opt/MDM directory.
Execute the following steps to install MDM Syndication Server:
• extract the zip archive
• uncompress and install the kit into the /opt/MDM directory
• create a /home/mdmuser/mdss directory
• cd /home/mdmuser/mdss and start the mdss process (this will create the mdss environment
in the current directory)
su -
cd /KITS/MDM_Install/MDM55SP04P03/MDM SYNDICATION SERVER\ 5.5/HPUX_64
/usr/local/bin/unzip MDMSS55004P_3.ZIP
cd /opt
zcat "/KITS/MDM_Install/MDM55SP04P03/MDM SYNDICATION SERVER\
5.5/HPUX_64/mdm-syndication-server-5.5.35.16-hpux-PARISC64\-aCC.tar.Z" |tar xvf -
MDM/bin/mdss-r, 37537864 bytes, 73317 tape blocks
MDM/bin/mdss, 355 bytes, 1 tape blocks
.
.
su - mdmuser
mkdir /home/mdmuser/mdss
cd mdss
mdss
Setup Step: MDM232
Edit the mds.ini, mdis.ini and mdss.ini files
Edit the mds.ini, mdis.ini and mdss.ini files and add the virtual IP hostname for the mds
component to the [GLOBAL] section. The mdis and mdss components use this information
to connect to the mds server.
/home/mdmuser/mds/mds.ini
[GLOBAL]
Server=mdsreloc
.
.
/home/mdmuser/mdis/mdis.ini
[GLOBAL]
Server=mdsreloc
.
.
/home/mdmuser/mdss/mdss.ini
[GLOBAL]
Server=mdsreloc
.
.
Setup Step: MDM234
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}'
Setup Step: MDM236
(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:
148 SAP Master Data Management (MDM)