Using Serviceguard Extension for RAC, 5th Edition, June 2007

Serviceguard Configuration for Oracle 10g RAC
Configuring Oracle to Stop Using Oracle Disk Manager Library
Chapter 2 125
Configuring Oracle to Stop Using Oracle Disk
Manager Library
NOTE The following steps are specific to CFS 4.1 or later.
1. Login as Oracle user
2. Shutdown database
3. Change directories:
$ cd ${ORACLE_HOME}/lib
4. Remove the file linked to the ODM library
For HP 9000 Systems:
$ rm libodm10.sl
$ ln -s ${ORACLE_HOME}/lib/libodmd10.sl \
${ORACLE_HOME}/lib/libodm10.sl
For Integrity Systems:
$ rm libodm10.so
$ ln -s ${ORACLE_HOME}/lib/libodmd10.so \
${ORACLE_HOME}/lib/libodm10.so
5. Restart the database