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

Document Information

Preface

Installing and Configuring Solaris Cluster HA for Oracle WebLogic Server

Solaris Cluster HA for Oracle WebLogic Server Overview

Overview of the Installation and Configuration Process for Solaris Cluster HA for Oracle WebLogic Server

Planning the Solaris Cluster HA for Oracle WebLogic Server Installation and Configuration

Configuration Restrictions

Configuration Requirements

Standard Data Service Configurations

Oracle WebLogic Server Configured as a Failover Resource

Simple Configuration

Configuration 1

Configuration 2

Configuration 3

Oracle WebLogic Server Configured as a Multi-Master Resource

Preparing the Nodes and Disks

How to Prepare the Nodes for a Failover Configuration

How to Prepare the Nodes for a Multi-Master Configuration

Installing and Configuring the Oracle WebLogic Server Application

How to Install Oracle WebLogic Server

Installing a Database

Installing a Web Server

Verifying the Oracle WebLogic Server Installation and Configuration

How to Verify the Oracle WebLogic Server Installation and Configuration for Failover Services

How to Verify the Oracle WebLogic Server Installation and Configuration for Multi-Master Services

Installing the HA for WebLogic Server Packages

How to Install the HA for WebLogic Server Packages

Registering and Configuring the Solaris Cluster HA for Oracle WebLogic Server

Setting Solaris Cluster HA for Oracle WebLogic Server Extension Properties

How to Register and Configure Solaris Cluster HA for Oracle WebLogic Server as a Failover Data Service

How to Register and Configure Solaris Cluster HA for Oracle WebLogic Server as a Multi-Master Data Service

Setting Up the Oracle WebLogic Server for HAStoragePlus Configuration

How to Set Up the Oracle WebLogic Server on Non-Global Zones for HAStoragePlus Configuration

Verifying the Solaris Cluster HA for Oracle WebLogic Server Installation and Configuration

How to Verify the Solaris Cluster HA for Oracle WebLogic Server Installation and Configuration for Failover Services

How to Verify the Solaris Cluster HA for Oracle WebLogic Server Installation and Configuration in a Multi-Master Configuration

Alternate Solaris Cluster HA for Oracle WebLogic Server Configurations

Creating a Simple Oracle WebLogic Server Resource

Creating a Resource With a Server Name Argument

Creating a Resource That Shuts Down Smoothly

Creating a Resource That Probes the Database

Creating a Resource That Monitors URIs

Using a Non-Clustered Managed Server Instance as a Proxy Server

Operation of the Solaris Cluster HA for Oracle WebLogic Server Fault Monitor

Probing Algorithm and Functionality

START Method

STOP Method

A.  HA for WebLogic Server Extension Properties

Index

Registering and Configuring the Solaris Cluster HA for Oracle WebLogic Server

This section contains the procedures that you need to configure Solaris Cluster HA for Oracle WebLogic Server.

Setting Solaris Cluster HA for Oracle WebLogic Server Extension Properties

The sections that follow contain instructions for registering and configuring Solaris Cluster HA for Oracle WebLogic Server resources. For information about the extension properties, see HA for WebLogic Server Extension Properties. The Tunable entry indicates when you can update a property.

See Appendix A, Standard Properties, in Oracle Solaris Cluster Data Services Planning and Administration Guide for details about all the Oracle Solaris Cluster properties.

To set an extension property of a resource, include the following option in the clresource(1CL) command that creates or modifies the resource:

-p property=value 
-p property

Identifies the extension property that you are setting.

value

Specifies the value to which you are setting the extension property.

You can also use the procedures in Chapter 2, Administering Data Service Resources, in Oracle Solaris Cluster Data Services Planning and Administration Guide to configure resources after the resources are created.

How to Register and Configure Solaris Cluster HA for Oracle WebLogic Server as a Failover Data Service

Use this procedure to configure Solaris Cluster HA for Oracle WebLogic Server as a failover data service. The following steps assume that you are using the failover configuration that is described in Standard Data Service Configurations and have configured the WebLogic Servers as mentioned in Installing and Configuring the Oracle WebLogic Server Application. These steps assume that you have already created resource groups RG1 and RG2 and have also created logical-host-1 and logical-host-2 resources in these resource groups. Refer to How to Prepare the Nodes for a Failover Configuration for procedures to create logical hostname resources. If you are planning a different configuration, you must configure the WebLogic Server resources accordingly.


Note - Before you start Solaris Cluster HA for Oracle WebLogic Server, if you are using a database, check that your database is accessible.


  1. Add the Oracle WebLogic Server resource type.
    # clresourcetype register SUNW.wls
  2. Create a Oracle WebLogic Administration Server resource in the RG1 resource group.
    # clresource create -g RG1 -t SUNW.wls \
    -p Confdir_list=/global/bea/beahome/weblogic700 \
    -p Server_url=http://logical-host-1:7001 \
    -p Start_script=/global/bea/beahome/user_projects/petstore/startWebLogic.sh admin-rs

    The resource is created in the enabled state.


    Note - This configuration does not enable smooth shutdown. The Solaris Cluster HA for Oracle WebLogic Server stop method forces the shutdown of the Oracle WebLogic Administration Server (kills the process). Refer to Creating a Resource That Shuts Down Smoothly for the configuration to enable smooth shutdown. For more information, see STOP Method.


  3. Create a Oracle WebLogic Managed Server resource in the RG2 resource group.
    # clresource create -g RG2 -t SUNW.wls \
    -p Confdir_list=/global/bea/beahome/weblogic700 \
    -p Server_url=http://logical-host-2:7004 \
    -p Start_script=/global/bea/beahome/user_projects/petstore/startManagedWebLogic.sh managed-rs

    The resource is created in the enabled state.

How to Register and Configure Solaris Cluster HA for Oracle WebLogic Server as a Multi-Master Data Service

Use this procedure to configure Solaris Cluster HA for Oracle WebLogic Server in a multi-master configuration. The following steps assume that you are using the configuration that is described in Oracle WebLogic Server Configured as a Multi-Master Resource and have configured the WebLogic Servers as mentioned in Installing and Configuring the Oracle WebLogic Server Application. These steps assume that you have already created a resource group and started the administration server either outside or inside the agent control. If you are planning a different configuration, you must configure the WebLogic Server resources accordingly.


Note - This configuration does not enable smooth shutdown. The Solaris Cluster HA for Oracle WebLogic Server stop method forces the shutdown of the WebLogic Server (kills the process). Refer to Creating a Resource That Shuts Down Smoothly for the configuration to enable smooth shutdown in a multi-master configuration. For more information, see STOP Method.