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 51
IS220 Installation Step:
Create a local mountpoint for each filesystem that was specified in
section “Planning the LVM layout for Clustered SAP Environments” to
have a “shared disk and HA NFS” access point. Refer to Table 1-1 and
the corresponding table that represents entries for the required database
type. Depending on the past usage of the hosts, some of the directories
might already exist. For example:
su - <sid>adm
mkdir -p /sapmnt/<SID>
mkdir -p /usr/sap/trans
exit
SAPDB database specific:
su - sqd<SID>
mkdir -p /sapdb/programs
mkdir -p /sapdb/data
mkdir -p /usr/spool/sql
exit
Ownership and permissions of these directories should be chosen equally
to the already existing directories on the primary host.