Using Serviceguard Extension for RAC, 6th Edition, April 2008
a. In this sample, the database name and SID prefix are ver10.
b. Select the storage option for Cluster File System.
c. Enter /cfs/mnt2/oradata as the common directory.
Verifying Oracle Disk Manager is Configured
NOTE: The following steps are specific to CFS 4.1 or later.
1. Check the license for CFS 4.1 or later.
#/opt/VRTS/bin/vxlictest -n “VERITAS Storage Foundation for
Oracle” -f “ODM”
output: ODM feature is licensed
2. Check that the VRTSodm package is installed:
#swlist VRTSodm
output for CFS 4.1: [LINEBREAK]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: [LINEBREAK]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
88 Serviceguard Configuration for Oracle 10g RAC