Managing Serviceguard Extension for SAP, December 2007
Step-by-Step Cluster Conversion
HP-UX Configuration
Chapter 3 129
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
SD170 MAXDB Database Step:
Create a mount point for the SAPDB files on the alternate nodes if it is
not already there. For example:
su - sqd<dbsid>
mkdir -p /sapdb/<DBSID>
SD180 DB2 Database Step:
Create a mount point for the DB2 files on the alternate nodes if it not
already there. For example:
su - db2<dbsid>
mkdir -p /db2/<DBSID>