Symantec logo
Configuring the new Oracle instance

 To configure the new Oracle instance

  1. On an existing system, add a new instance. Refer to the Oracle9i Installation Guide. Highlights of the steps to add a new instance include:
  2. If you use in-depth monitoring for the database, create the table for the database instance. Create the table on the new system. Refer to the Veritas High Availability Agent for Oracle Installation and Configuration Guide for instructions on creating the table.
  3. Configure the ODM port on the new node.
  4. Create a mount point directory for the database file system. For example:

    # mkdir /oradata

  5. Set the permissions for the mount point:

    # chown oracle:dba /oradata

  6. Mount the file system with the database on the new system:

    # mount -t vxfs -o cluster /dev/vx/dsk/oradatadg/oradatavol \

    /oradata

  7. Log in as user oracle and attempt to manually start the new instance; the following example is for a third system:

    $ export ORACLE_SID=rac3

    $ sqlplus "/ as sysdba"

    sqlplus> startup pfile=/oracle/orahome/dbs/initrac3.ora

  8. After the new Oracle instance is brought up manually on the new system, place the instance under VCS control.
  9. To verify the configuration, enter the following command on the new system:

    # hastop -local

    All resources should come offline on the new system.

  10. Verify that all resources come online after starting VCS on the new system:

    # hastart