Managing Serviceguard Extension for SAP Version B.05.10, September 2010
dba::201:oramdm,mdmuser
/home/mdmuser/.profile
— — — —
# Note: HOME=/home/mdmuser
export MDM_HOME=/opt/MDM
export PATH=${PATH}:${MDM_HOME}/bin
SHLIB_PATH=${MDM_HOME}/lib:${HOME}/oracle/MDM/920_64/lib export SHLIB_PATH
PATH=${HOME}/oracle/MDM/920_64/bin:.:${HOME}/oracle/MDM:${PA TH}:/sbin
export PATH
export ORACLE_HOME=${HOME}/oracle/MDM/920_64
export ORACLE_SID=MDM
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
Setup Step: MDM070
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.
clunode1:
scp /etc/passwd clunode2:/etc/passwd
scp /etc/hosts clunode2:/etc/hosts
scp /etc/group clunode2:/etc/group
Setup Step: MDM080
Setup the Serviceguard directory for the mdmNFS package
Create a directory /etc/cmcluster/MDMNFS which will contain the Serviceguard templates
and scripts for NFS. These scripts will mount the appropriate storage volumes, enable virtual IP
addresses and export the NFS file systems to the NFS clients.
These scripts will mount the appropriate storage volumes, enable virtual IP addresses and export
the NFS file systems to the NFS clients.
NOTE: The template names mdmNFS.xxxxx should be consistent with the variable
PACKAGE_NAME mdmNFS as specified in the next step.
clunode1:
mkdir /etc/cmcluster/MDMNFS
cd /etc/cmcluster/MDMNFS
cp /opt/cmcluster/nfs/* .
cmmakepkg -s /etc/cmcluster/MDMNFS/mdmNFS.control.script
cmmakepkg -p /etc/cmcluster/MDMNFS/mdmNFS.config
clunode2:
mkdir /etc/cmcluster/MDMNFS
Setup Step: MDM090
Edit the Serviceguard files for the mdmNFS package.
Edit the files for the MDM package files:
136 SAP Master Data Management (MDM)