Managing Serviceguard Extension for SAP on Linux (IA64 Integrity and x86_64), February 2008

Planning a File System Layout for SAP in a Serviceguard/LX Cluster Environment
SHARED NFS: the NFS automounter
Chapter 264
Summary of automount file systems
The following is a summary of file systems that will be mounted with the
automounter:
For the SAP instance with SID:
nfsvip:/export/sapmnt/<SID> /import/<SID>
nfsvip:/export/usr/sap/trans /import/trans
For the MaxDB / liveCache database:
nfsvip:/export/var/spool/sql/in /import/in
nfsvip:/export/sapdb/programs /import/programs
nfsvip:/export/sapdb/data /import/data
For the Oracle database:
nfsvip:/export/oracle/stage/import/stage
Using the data from the SHARED NFS sections from above, the
following lines are added to the automounter map file
/etc/auto.import.
<SID> -fstype=nfs,rw,udp,nosymlink \
nfsvip:/export/sapmnt/<SID>
trans -fstype=nfs,rw,udp,nosymlink \
nfsvip:/export/usr/sap/trans
ini -fstype=nfs,rw,udp,nosymlink \
nfsvip:/export/var/spool/sql/ini/
programs -fstype=nfs,rw,udp,nosymlink \
nfsvip:/export/sapdb/programs
data -fstype=nfs,rw,udp,nosymlink \
nfsvip:/export/sapdb/data
stage -fstype=nfs,rw,udp,nosymlink \
nfsvip:/export/oracle/stage