Managing Serviceguard Extension for SAP on Integrity Linux, December 2005

Step by Step Installation of SGeSAP on Integrity Linux for SAP WAS Central Instances
Linux Configuration
Chapter 2 57
ln -s /import/trans /usr/sap/trans
ln -s /import/<SID> /sapmnt/<SID>
5. Create an entry in the automounter map auto.import that chains
the client import directories omitting /import to the server export
directories. Example file entries:
trans -fstype=nfs,rw,udp,nosymlink\
<reloctrans_s>:/export/usr/sap/trans
<SID> -fstype=nfs,rw,udp,nosymlink\
<relocdbci_s>:/export/sapmnt/<SID>
It is recommended to use NFS over UDP. Make sure the nosymlink
option is specified - this prevents the automounter to create local
BIND mounts when acquiring the required file systems.
IS430 Installation Step:
Restart the automounter with: /etc/rc.d/autofs restart