JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris Cluster Data Service for Oracle Application Server Guide
search filter icon
search icon

Document Information

Preface

1.  Installing and Configuring Solaris Cluster HA for Oracle Application Server

A.  Deployment Example: Installing Oracle Application Server in Zones

Target Cluster Configuration

Software Configuration

Assumptions

Installing Oracle Application Server in Zones

Example: Prepare the Cluster for Oracle Application Server

Example: Configure zones z1 and z2 for Oracle Application Server

Example: Install Oracle Application Server in the zones

Example: Verify Oracle Application Server

Example: Configure Cluster Resources for Oracle Application Server

Example: Enable the Oracle Application Server Software to Run in the Cluster

Example: Verify the HA for Oracle Application Server Resource Group

Index

Example: 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 Oracle Solaris Cluster Software Installation Guide.

    Install the following cluster software components.

    • Oracle Solaris Cluster core software

    • Solaris Cluster HA for Oracle data service

    • Solaris 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