Using Serviceguard Extension for RAC, 6th Edition, April 2008

Configure Oracle to use Oracle Disk Manager Library
NOTE: The following steps are specific to CFS 4.1 or later.
1. Logon as Oracle user
2. Shutdown database
3. Link the Oracle Disk Manager library into Oracle home using the following
commands:
For HP 9000 systems:
$ rm ${ORACLE_HOME}/lib/libodm9.sl
$ ln -s /opt/VRTSodm/lib/libodm.sl \
${ORACLE_HOME}/lib/libodm9.sl
For Integrity systems:
$ rm ${ORACLE_HOME}/lib/libodm9.so
$ ln -s /opt/VRTSodm/lib/libodm.sl \
${ORACLE_HOME}/lib/libodm9.so
4. Start the Oracle database
Verify Oracle Disk Manager is Running
NOTE: The following steps are specific to CFS 4.1 or later.
1. Start the cluster and Oracle database (if not already started)
2. Check that the Oracle instance is using the Oracle Disk Manager function with
following command:
# cat /dev/odm/stats
abort: 0
cancel: 0
commit: 18
create: 18
delete: 0
identify: 349
io: 12350590
reidentify: 78
resize: 0
unidentify: 203
mname: 0
vxctl: 0
vxvers: 10
io req: 9102431
io calls: 6911030
comp req: 73480659
128 Serviceguard Configuration for Oracle 9i RAC