Managing Serviceguard Extension for SAP Version B.05.10, September 2010

group:dba
shell:/bin/sh
/etc/group
oper::202:oramo7
dba::201:oramo7
/oracle/MO7/.profile
stty erase "^?"
set -o emacs # use emacs commands
alias __A=`echo "\020"` # up arrow = back a command
alias __B=`echo "\016"` # down arrow = down a command
alias __C=`echo "\006"` # right arrow = forward a character
alias __D=`echo "\002"` # left arrow = back a character
alias __H=`echo "\001"` # home = start of line
. /etc/cmcluster.conf
export ORACLE_HOME=/oracle/MO7/102_64
export ORACLE_BASE=/oracle
export PATH=/oracle/MO7/102_64/bin:${PATH}
export ORACLE_SID=MO7
Setup Step: MDM060
The mo7adm account for the MDM user can either be created with the MDM installer or setup
manually.
The following summarizes parameters and settings used in this configuration:
/etc/passwd
user:mo7adm
uid:110
home:/home/mo7adm
group:sapsys
shell:/bin/sh
/etc/group
dba::201:mo7adm
oper::202:oramo7,mo7adm
oinstall::203:mo7adm
sapinst::105:mo7adm
sapsys::106:
Setup Step: MDM080
Setup Serviceguard for a modular nfsMO7 package.
Create a directory /etc/cmcluster/nfsMO7 which will contain the Serviceguard configuration
file for the NFS package.
clunode1:
mkdir /etc/cmcluster/nfsMO7
cmmakepkg -m nfs/hanfs > /etc/cmcluster/nfsMO7/nfsMO7.conf
Edit the nfsMO7 package configuration file.
vi /etc/cmcluster/NFSMO7/nfsMO7.control.script
package_name nfsMO7
ip_subnet 172.16.11.0
ip_address 172.16.11.95
160 SAP Master Data Management (MDM)