Symantec logo

Verifying the ODM library is linked properly

Use the following commands to verify that the VERITAS ODM library is properly linked:

 To verify the ODM library is linked properly

  1. Navigate to the location of the Oracle libraries:

    # cd $ORACLE_HOME/lib

  2. Remove the link to the Oracle ODM library:

    # mv $ORACLE_HOME/lib/libodm10.so
    $ORACLE_HOME/lib/libodm10.so.old

  3. Link the VERITAS ODM library to the Oracle ODM library:

    # ln -s /usr/lib/sparcv9/libodm.so libodm10.so

  4. Make sure that $ORACLE_HOME/lib/libodm10.so is linked to /usr/lib/sparc9/libodm.so.

    For 64-bit:

    $ ls -l $ORACLE_HOME/lib/libodm10.so

    lrwxrwxrwx 1 oracle oinstall 15 May 2 13:45

    /oracle/orahome/lib/libodm10.so ->

    /usr/lib/sparcv9/libodm.so

    For 32-bit:

    $ ls -l $ORACLE_HOME/lib/libodm10.so

    lrwxrwxrwx 1 oracle oinstall 15 May 2 13:45

    /oracle/orahome/lib/libodm10.so ->

    /usr/lib/libodm.so