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: Configure Cluster Resources for Oracle Application Server

Perform all steps within this example in the global zone.

  1. Register the required resource types.
    Vigor5# clresourcetype register SUNW.HAStoragePlus
    Vigor5# clresourcetype register SUNW.gds
    Vigor5# clresourcetype register SUNW.oracle_server
    Vigor5# clresourcetype register SUNW.oracle_listener
  2. Create the resource group.
    Vigor5# clresourcegroup create -n Vigor5:z1,Vigor5:z2 oas10g-rg
  3. Create the logical hosts.
    Vigor5# clreslogicalhostname create -g oas10g-rg -h oas10g oas10g-lh
  4. Create the HAStoragePlus resource in the wmq1-rg resource group.
    Vigor5# clresource create -g oas10g-rg -t SUNW.HAStoragePlus \
    > -p Zpools=HAZpool4 oas10g-ZFShas
  5. Enable the resource group.
    Vigor5# clresourcegroup online -M oas10g-rg