Using Serviceguard Extension for RAC, 6th Edition, April 2008
CLASSPATH=/opt/java1.3/libCLASSPATH=$CLASSPATH:$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib:$ORACLE_HOME/network/jlibexport
CLASSPATHexport DISPLAY={display}:0.0
2. Set up Listeners with Oracle Network Configuration Assistant
$ netca
3. Start GSD on all Nodes
$ gsdctl start
Output: Successfully started GSD on local node
4. Run Database Configuration Assistant to Create the Database on CFS File System
$ dbca -datafileDestination /cfs/mnt2/oradata
Verify that 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
The following output will be displayed:[LINEBREAK]-rw-r--r-- 1 root sys
14336 Apr 25 18:42 /opt/VRTSodm/lib/libodm.sl
Verify that Oracle Disk Manager is Configured 127