Symantec logo

Setting up environment variables

  1. Log in as oracle user on each node.
  2. On each node, set the proper environment variables (the examples are for ksh):

    $ export ORACLE_BASE=/oracle

    $ export ORACLE_HOME=/oracle/VRT

    $ export LD_LIBRARY_PATH_64=$ORACLE_HOME/lib

    $ export LD_LIBRARY_PATH=$ORACLE_HOME/lib32

    $ export PATH=$PATH:$ORACLE_HOME/bin

    $ export CLASSPATH=$CLASSPATH:$ORACLE_HOME/JRE:$ORACLE_HOME\

    /jlib:$ORACLE_HOME/rdbms/jlib:$ORACLE_HOME/network/jlib

  3. On the first node, set the DISPLAY variable.
  4. On one node, enter the following commands using the appropriate example below to copy the Veritas VCSMM library based on the version of Oracle 10g:

    # cd /opt/VRTSvcs/rac/lib

    If the version of Oracle 10g is 32-bit, enter:

    # cp libskgxn2_32.so /opt/ORCLcluster/lib/libskgxn2.so

    If the version of Oracle 10g is 64-bit, enter:

    # cp libskgxn2_64.so /opt/ORCLcluster/lib/libskgxn2.so