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

For Integrity Systems:
$ rm ${ORACLE_HOME}/lib/libodm10.so
$ ln -s /opt/VRTSodm/lib/libodm.sl \
${ORACLE_HOME}/lib/libodm10.so
4. Start Oracle database
Verify that 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:
# 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
comp calls: 5439560
io mor cmp: 461063
io zro cmp: 2330
cl receive: 66145
cl ident: 18
cl reserve: 8
cl delete: 1
cl resize: 0
cl same op: 0
cl opt idn: 0
cl opt rsv: 332
**********: 17
3. Verify that the Oracle Disk Manager is loaded:
# kcmodule -P state odm
Verify that Oracle Disk Manager is Running 89