Symantec logo

Setting up Oracle for shared storage

 To set up the new system for shared storage

  1. If Oracle system binaries are installed on a clustered file system, set up the new system for Oracle.
    1. Create a mount point for the shared file system on the new system; this mount point should have the same name as is used by the shared file system on the existing cluster nodes:

      # mkdir /app

    2. Mount the shared file system on the new node.

      # mount -F vxfs -o cluster /dev/vx/dsk/orabindg/orabinvol \

      /app

  2. On one of the existing nodes, run the following command to ensure the new node is recognized by CVM:

    # /etc/vx/bin/vxclustadm nidmap

    Name CVM Nid CM Nid State

    galaxy 0 0 Joined: Slave

    nebula 1 1 Joined: Master

    saturn 2 2 Joined: Slave