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

Step-by-Step Cluster Conversion
Database Configuration
Chapter 3172
or symbolic links. For example create symbolic links to these libraries in
the central executable directory /sapmnt/<SID>/exe is a possible
solution.
OR941 Oracle Step:
Additional steps for Oracle 10g RDBMS:
Even though no cluster services are needed when installing a Oracle 10g
Single Instance, the cluster services daemon
($ORACLE_HOME/bin/ocssd.bin) is installed. It will remain running,
even when the database is shut down. This keeps the file system busy
during package shut down. Therefore it is mandatory that the cluster
services daemon is disabled.
Comment or remove the following entry in /etc/inittab:
# h1:3:respawn:/sbin/init.d/init.cssd run >/dev/null 2>&1 \
</dev/null
Additionally there is a init script in /sbin/init.d:
/etc/init.d/init.cssd
that is linked to by
/etc/rc3.d/S<###>init.cssd
and
/etc/rc3.d/K<###>init.cssd
Remove the following referenced links to prevent the Oracle Cluster
Services Daemon from initiating during boot time.
# rm /etc/rc3.d/S<###>init.cssd
# rm /etc/rc3.d/K<###>init.cssd