Managing Serviceguard Extension for SAP, December 2007

Step-by-Step Cluster Conversion
SGeSAP Configuration
Chapter 3174
NUM_NFSD=4
NUM_NFSIOD=4
IS820 Installation Step:
Add the following line to your /etc/auto_master file:
/- /etc/auto.direct
IS830 Installation Step:
Create a file called /etc/auto.direct.
Identify the HA file systems as named in chapter Planning the Storage
Layout and tables referring to the used database for each directory
configured to be mounted below /export. For each HA file system add a
line to /etc/auto.direct.
For example:
/usr/sap/trans <relocdbci_s>:/export/usr/sap/trans
/sapmnt/<SID> <relocdbci_s>:/export/sapmnt/<SID>
Add database specific filesystems to this files if they exist. This can be
verified using the table in Chapter 2.
Usually the relocatible IP address of the database package or the SAPNFS
package is used.
When configuring AUTOFS the automounter map file /etc/auto.direct
must NOT be executable. Make sure to set the appropriate permissions
of /etc/auto.direct to 644.
IS840 Installation Step:
Restart the automounter with:
/sbin/init.d/nfs.client stop
and
/sbin/init.d/nfs.client start