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: Enable the Oracle Application Server Software to Run in the Cluster

Perform all steps within this example in the global zone.

  1. Create the Oracle Database cluster resource.

    The Oracle permissions were previously setup in Step 9 from Example: Verify Oracle Application Server.

    Vigor5# clresource create -g oas10g-rg -t SUNW.oracle_server \ -p Connect_string=homer/springfield \ -p ORACLE_SID=orcl \ -p ORACLE_HOME=/ZFSoracle/oraInfra \ -p Alert_log_file=/ZFSoracle/oraInfra/admin/orcl/bdump/alert_orcl.log \ -p Restart_type=RESOURCE_GROUP_RESTART \ -p Resource_dependencies=oas10g-ZFShas \ oas10g-ora
  2. Create the Oracle Listener cluster resource.
    Vigor5# clresource create -g oas10g-rg -t SUNW.oracle_listener \ -p LISTENER_NAME=listener \ -p ORACLE_HOME=/ZFSoracle/oraInfra \ -p Resource_dependencies=oas10g-ZFShas \ oas10g-lsr
  3. Enable the Oracle Database and Listener cluster resources.
    Vigor5# clresource enable -g oas10g-rg +
  4. Create and enable the Oracle Application Server cluster resource.
    Vigor5# cat > /opt/SUNWsc9ias/util/10gas_config <<-EOF RG=oas10g-rg RS_OPMN=oas10g-opmn RS_EM=oas10g-em ORACLE_HOME=/ZFSoracle/oraInfra ORACLE_SID=orcl OIAS_LHOST=oas10g OIAS_USER=oracle OIAS_ADMIN=dummy OIAS_INFRA=/var/opt/oracle OIAS_FQDN=dummy OIAS_OPMN=all RS_LH=oas10g-lh RS_HAS=oas10g-ZFShas RS_ORACLE=oas10g-ora RS_ORALSR=oas10g-lsr EOF
    Vigor5# /opt/SUNWsc9ias/util/10gas_register
    Vigor5# clresource enable -g oas10g-rg +