Managing Serviceguard Extension for SAP on Integrity Linux, December 2005

Step by Step Installation of SGeSAP on Integrity Linux for SAP WAS Central Instances
Application Configuration
Chapter 282
The syntax is slightly different for ORACLE 8 releases. In this case,
sample replacement code can be found in
/opt/cmcluster/sap/SID/startdb.lsnrctl (SuSE) or
/usr/local/cmcluster/sap/SID/startdb.lsnrctl (Red Hat).
OR920 Oracle Database Step:
Perform the following steps as ora<dbsid>. Configure the listener to
listen on the relocatable name of the database package. To do this,
change all references from the local hostname <local> to the relocatable
name <relocdb> in the files.
$ORACLE_HOME/network/admin/listener.ora
$ORACLE_HOME/network/admin/tnsnames.ora
OR930 Oracle Database Step:
The following directories and their content need to exist locally on all
hosts on which an additional application server might run. If the two
package approach is used, all hosts on which the ci package can run also
need to provide these directories and their content.
$ORACLE_HOME/rdbms/mesg
$ORACLE_HOME/oracore/zoneinfo and
$ORACLE_HOME/network/admin
The content must be identical to the content of the corresponding
directories that are shared as part of the database SGeSAP/LX IPF
package (db or dbci). Take the files on the shared volumes as reference
and create local copies.
There is no way to relocate these files to different paths. The setup for
these directories follows the “on top” mount approach, i.e. the directories
might become hidden beneath identical copies that are part of a db or
dbci package.
OR940 Oracle Database Step:
Client access to NLS files must not take place via the path specified in
$ORACLE_HOME. This is, because the NLS files might be incompatible for
different ORACLE releases. An SAP component, just like any ORACLE
client application, might be built using an ORACLE client release that is
different from the release of the actually used database. Thus, SAP
might need NLS files that are different from those provided on the
shared disks that get mounted below $ORACLE_HOME.