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

Document Information

Preface

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

Oracle Solaris Cluster HA for WebLogic Server Overview

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

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

Configuration Restrictions

Configuration Requirements

Standard Data Service Configurations

WebLogic Server Configured as a Failover Resource

Simple Configuration

Configuration 1

Configuration 2

Configuration 3

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 WebLogic Server Application

How to Install WebLogic Server

Installing a Database

Installing a Web Server

Verifying the WebLogic Server Installation and Configuration

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

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

Installing the HA for WebLogic Server Package

How to Install the HA for WebLogic Server Package

Registering and Configuring the Oracle Solaris Cluster HA for WebLogic Server

Setting Oracle Solaris Cluster HA for WebLogic Server Extension Properties

How to Register and Configure the Oracle Solaris Cluster HA for WebLogic Server as a Web Proxy Server

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

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

Setting Up the WebLogic Server for HAStoragePlus Configuration

How to Set Up the WebLogic Server on Zone Clusters for HAStoragePlus Configuration

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

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

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

Alternate Oracle Solaris Cluster HA for WebLogic Server Configurations

Creating a Simple 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 Oracle Solaris Cluster HA for WebLogic Server Fault Monitor

Probing Algorithm and Functionality

START Method

STOP Method

A.  HA for WebLogic Server Extension Properties

Index

Preparing the Nodes and Disks

This section contains the procedures that you need to prepare the nodes and disks.


Note - The following steps are based on the configurations that are described in Standard Data Service Configurations.


How to Prepare the Nodes for a Failover Configuration

Use this procedure to prepare for the installation and configuration of WebLogic Server in a failover configuration.

  1. Create a failover resource group to hold the logical hostname and the WebLogic Administration Server resources.
    # clresourcegroup create [-n nodelist] RG1
  2. Add the logical host name resource.

    The logical-host–1 is the host name the WebLogic Administration Server will be listening on. This host name can be set from the WebLogic console.

    # clreslogicalhostname create -g RG1 logical-host-1

    Note - If you require a fully qualified host name, you must specify the fully qualified name with the -h option and you cannot use the fully qualified form in the resource name.


  3. Bring the resource group online.
    # clresourcegroup online -M RG1
  4. Create a failover resource group to hold the logical host name and the WebLogic Managed Server resources.

    Note - Depending on the number of WebLogic Servers and on the configuration planned, create the resource groups and the logical_hostname resources. Refer to Standard Data Service Configurations.


    # clresourcegroup create [-n nodelist] RG2
  5. Add the logical host name resource.

    The logical-host-2 is the host name on which the WebLogic Administration Server will be listening.

    # clreslogicalhostname create -g RG2 logical-host-2

    Note - If you require a fully qualified host name, you must specify the fully qualified name with the -h option and you cannot use the fully qualified form in the resource name.


  6. Bring the resource group online.
    # clresourcegroup online -M RG2

How to Prepare the Nodes for a Multi-Master Configuration

Use this procedure to prepare for the installation and configuration of WebLogic Server in a multi-master configuration.

  1. Create a scalable resource group for managed servers.
    # clresourcegroup create \ -p Maximum_primaries=m -p Desired_primaries=n scalable-resource-group

    Use the following information:

    • -p Maximum_primaries=m specifies the maximum number of active primary nodes permitted for this resource group. The default is 1.

    • -p Desired_primaries=n specifies the desired number of active primary nodes for this resource group. The default is 1.

    • scalable-resource-group is the resource group name.

  2. Bring the resource group online
    # clresourceoup online -M scalable-resource-group