Symantec logo
Configuring new Oracle instance on the new node

Review the procedure to configure a new Oracle instance on the new node.

 To configure new Oracle instance on the new node

  1. On an existing node, 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 node.

    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 for the shared file system:

    # mkdir /rac_ts

  5. From the same node, mount the file system:

    # mount -F vxfs -o cluster /dev/vx/dsk/rac_dg/rac_vol1 /rac_ts

  6. Set "oracle" as the owner of the file system, and set "755" as the permissions:

    # chown oracle:dba /rac_ts

    # chmod 755 /rac_ts

  7. Log in as oracle user 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 node, place the instance under VCS control.
  9. From the new node, verify the configuration:

    # hastop -local

    VCS takes all resources offline on the new node.

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

    # hastart