Sun Cluster Data Service for Oracle Application Server Guide for Solaris OS

ProcedureExample: Prepare the Cluster for Oracle Application Server

Perform all steps within this example in the global zone.

  1. Install and configure the cluster as instructed in Sun Cluster Software Installation Guide for Solaris OS.

    Install the following cluster software components.

    • Sun Cluster core software

    • Sun Cluster HA for Oracle data service

    • Sun Cluster HA for Oracle Application Server data service

  2. Install and configure a Zettabyte file system.

    Create a ZFS pool.


    Note –

    The following zpool definition represents a very basic configuration for deployment on a single node cluster.

    You should not consider this example for use within a productive deployment, instead it is a very basic configuration for testing or development purposes only.



    Vigor5# zpool create -m /ZFSoracle HAZpool4 c1t6d0
    
  3. Add the Oracle Application Server logical hostname to /etc/hosts and /etc/inet/ipnodes.


    Vigor5# cat >> /etc/hosts <<-EOF
    192.168.1.153	oas10g.uk.sun.com oas10g
    EOF
    Vigor5# cat >> /etc/inet/ipnodes <<-EOF
    192.168.1.153	oas10g.uk.sun.com oas10g
    EOF