Managing Serviceguard Extension for SAP, December 2007
SAP Master Data Management (MDM)
Installation and Configuration Considerations
Chapter 5254
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
MDM070 Setup Step:
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