Using Serviceguard Extension for RAC, 5th Edition, June 2007
Serviceguard Configuration for Oracle 9i RAC
Configuring Oracle to Stop using Oracle Disk Manager Library
Chapter 3 187
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 the database
3. Change directories:
$ cd ${ORACE_HOME}/lib
4. Remove the file linked to the ODM library:
For HP 9000 systems:
$ rm libodm9.sl
$ ln -s ${ORACLE_HOME}/lib/libodmd9.sl \
${ORACLE_HOME}/lib/libodm9.sl
For Integrity systems:
$ rm libodm9.so
$ ln -s ${ORACLE_HOME}/lib/libodmd9.so \
${ORACLE_HOME}/lib/libodm9.so
5. Restart the database