Managing Serviceguard Extension for SAP Version B.05.10, December 2012

[mdsreloc]
Unpack Archives
[mdss.sar]
[shared.sar]
[SAPINSTANCE.SAR]
Execution of SAP MDM Installation -> Distributed System -> MDSS has been completed successfully.
Setup Step: MDM234
The MDM installation and database installation are now complete. Before continuing with the
configuration of the MDM Serviceguard packages, all MDM servers and the database have to be
stopped and all file systems have to be unmounted.
clunode1:
su mo7adm
sapcontrol -nr 03 -function Stop
sapcontrol -nr 02 -function Stop
sapcontrol -nr 01 -function Stop
sapcontrol -nr 03 -function StopService
sapcontrol -nr 02 -function StopService
sapcontrol -nr 01 -function StopService
su oramo7
sqlplus /nolog
connect / as sysdba
shutdown
exit
lsnrctl stop
Halt Serviceguard packages for configuration (a)
cmhaltpkg mcsMO7 nfsMO7
Halt Serviceguard packages for configuration (b)
cmhaltpkg mdisMO7 mdsMO7 mdsMO7 mdbMO7 nfsMO7
Setup Step: MDM236
Copy files to second cluster node.
All nodes of the cluster require a copy of the configuration changes. Copy modified files to the
second cluster node. First save a backup on clunode2.
clunode2:
cp /etc/passwd /etc/passwd.ORG
cp /etc/hosts /etc/hosts.ORG
cp /etc/group /etc/group.ORG
cp /etc/services /etc/services.ORG
clunode1:
cd /usr/sap; tar cvf /tmp/usrsap.tar .
cd /home; tar cvf /tmp/home.tar mo7adm
scp /etc/passwd clunode2:/etc/passwd
scp /etc/hosts clunode2:/etc/hosts
scp /etc/group clunode2:/etc/group
scp /etc/services clunode2:/etc/services
scp -pr /tmp/usrsap.tar clunode2:/tmp
scp -pr /tmp/home.tar clunode2:/tmp
clunode2:
Installation and Configuration Considerations for MDM 7.10 in a Serviceguard modular environment 177