Managing Serviceguard Extension for SAP, December 2007

SAP Master Data Management (MDM)
Installation and Configuration Considerations
Chapter 5 249
MDM030 Setup Step:
Create file systems and mount points on the first cluster node.
The following commands create the LVM file systems and mount points
for the MDM components. The database file system in this configuration
has a size of 20 GB (/oracle/MDM), the file system for the MDM
components (/export/home/mdmuser) has a size of 7GB.
NOTE The file system /export/home/mdmuser will be used by all 3 MDM
server components MDS, MDIS and MDSS.
clunode1:
mkdir /dev/vgmdmoradb
mkdir /dev/vgmdmuser
mknod /dev/vgmdmoradb/group c 64 0x500000
mknod /dev/vgmdmuser/group c 64 0x530000
pvcreate /dev/rdsk/c12t0d2
pvcreate /dev/rdsk/c12t0d5
vgcreate /dev/vgmdmoradb /dev/dsk/c12t0d2
vgcreate /dev/vgmdmuser /dev/dsk/c12t0d5
lvcreate -L 20000 -n lvmdmoradb /dev/vgmdmoradb
lvcreate -L 7000 -n lvmdmuser /dev/vgmdmuser
newfs -F vxfs -o largefiles /dev/vgmdmoradb/rlvmdmoradb
newfs -F vxfs -o largefiles /dev/vgmdmuser/rlvmdmuser
Create the mount point for Oracle.
mkdir –p /oracle/MDM