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

Step-by-Step Cluster Conversion
Linux Configuration
Chapter 3120
OR150 Oracle Database Step:
If the primary node has the ORACLE database installed:
Create additional links in /oracle/<SID> on the primary node. For
example:
su - ora<sid>
ln .dbenv_<primary>.csh .dbenv_<secondary>.csh
ln .dbenv_<primary>.sh .dbenv_<secondary>.sh
exit
NOTE If you are implementing an Application Server package make sure that
you install the Oracle Client libraries locally on all nodes you run the
package on. Refer to OSS Note 180430 for more details.
OR160 Oracle Database Step:
If you are using ORACLE:
Create a mount point for the Oracle files on the alternate nodes if it is
not already there. For example:
su - ora<sid>
mkdir -p /oracle/<SID>
exit
MD170 MaxDB Database Step:
Create a mount point for the MaxDB files on the alternate nodes if it is
not already there. For example:
su - sqd<dbsid>
mkdir -p /sapdb/<DBSID>