Managing Serviceguard Extension for SAP, December 2007

SAP Master Data Management (MDM)
Installation and Configuration Considerations
Chapter 5250
Create NFS export/import mount points for the /home/mdmuser home
directory. The directory /export/home/mdmuser is the NFS server ( NFS
export) mount point, /home/mdmuser is the NFS client (NFS import)
mount point.
mkdir -p /export/home/mdmuser
mkdir –p /home/mdmuser
Create the mount point for the MDM binaries directory.
mkdir –p /opt/MDM
MDM040 Setup Step:
Create file systems and mount points on the other cluster nodes.
All nodes of the cluster require a copy of the configuration changes. Copy
LVM volume information to second cluster node:
clunode1:
vgchange -a n /dev/vgmdmoradb
vgexport -p -s -m /tmp/vgmdmoradb.map /dev/vgmdmoradb
vgchange -a n /dev/vgmdmuser
vgexport -p -s -m /tmp/vgmdmuser.map /dev/vgmdmuser
scp /tmp/vgmdmoradb.map clunode2:/tmp/vgmdmoradb.map
scp /tmp/vgmdmuser.map clunode2:/tmp/vgmdmuser.map
clunode2:
mkdir /dev/vgmdmoradb
mkdir /dev/vgmdmuser