Using Serviceguard Extension for RAC, 7th Edition, September 2008
output for CFS 4.1: VRTSodm 4.1m VERITAS Oracle Disk Manager
VRTSodm.ODM-KRN 4.1m VERITAS ODM kernel files VRTSodm.ODM-MAN 4.1m
VERITAS ODM manual pages VRTSodm.ODM-RUN 4.1m VERITAS ODM commands
output for CFS 5.0: VRTSodm 5.0.01.01 Veritas Oracle Disk Manager
VRTSodm.ODM-KRN 5.0.01.01 Veritas ODM kernel files VRTSodm.ODM-MAN
5.0.01.01 Veritas ODM manual pages VRTSodm.ODM-RUN 5.0.01.01 Veritas
ODM commands
3. Check that libodm.sl is present
#ll -L /opt/VRTSodm/lib/libodm.sl
output: -rw-r--r-- 1 root sys 14336 Apr 25 18:42
/opt/VRTSodm/lib/libodm.sl
Configuring Oracle to Use 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. Link the Oracle Disk Manager library into Oracle home for Oracle 10g
For HP 9000 Systems:
$ rm ${ORACLE_HOME}/lib/libodm10.sl
$ ln -s /opt/VRTSodm/lib/libodm.sl \ ${ORACLE_HOME}/lib/libodm10.sl
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
Configuring Oracle to Use Oracle Disk Manager Library 69