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 3.3 3/13
search filter icon
search icon

Document Information

Preface

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

HA for Oracle WebLogic Server Overview

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

Planning the 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 Servers Configured as a Multi-Master Resource

Oracle WebLogic Servers Configured as Multi-Instance

Preparing the Nodes and Disks

How to Prepare the Nodes for a Failover Configuration

How to Prepare the Nodes for a Multi-Master Configuration

How to Prepare the Nodes for a Multi-Instance 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 Oracle WebLogic Server Packages

How to Install the HA for Oracle WebLogic Server Packages

Registering and Configuring the HA for Oracle WebLogic Server

Tools for Registering and Configuring HA for Oracle WebLogic Server

Using the clsetup Utility to Register and Configure the Oracle WebLogic Server Data Service

How to Configure Logical Host Resources for HA for Oracle WebLogic Server (clsetup)

How to Configure Logical Host Resources for Administration, Reverse Proxy, and Managed Servers in Failover Mode (clsetup)

How to Configure Storage Resources for HA for Oracle WebLogic Server (clsetup)

How to Register and Configure HA for Oracle WebLogic Server as an Administration Server (clsetup)

How to Register and Configure HA for Oracle WebLogic Server Managed Servers (clsetup)

How to Register and Configure HA for Oracle WebLogic Server Reverse Proxy Servers (clsetup)

Setting HA for Oracle WebLogic Server Extension Properties

How to Register and Configure the HA for Oracle WebLogic Server as a Reverse Proxy Server (CLI)

How to Register and Configure HA for Oracle WebLogic Server as a Failover Data Service (CLI)

How to Register and Configure HA for Oracle WebLogic Server as a Multi-Master Data Service (CLI)

How to Register and Configure HA for Oracle WebLogic Server as a Multi-Instance Data Service (CLI)

Setting Up the Oracle WebLogic Server for HAStoragePlus Configuration

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

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

Verifying the HA for Oracle WebLogic Server Installation and Configuration

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

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

Alternate 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 HA for Oracle WebLogic Server Fault Monitor

Probing Algorithm and Functionality

START Method

STOP Method

A.  HA for Oracle WebLogic Server Extension Properties

Index

Preparing the Nodes and Disks

This section contains the following procedures 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 Oracle WebLogic Server in a failover configuration.

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

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

    # clreslogicalhostname create -g RG1 logical-host-1

    Note - If you require a fully qualified hostname, 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 hostname and the WebLogic Managed Server resources.

    Note - Depending on the number of Oracle 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 hostname resource.

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

    # clreslogicalhostname create -g RG2 logical-host-2

    Note - If you require a fully qualified hostname, 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
  7. Create a highly-available local file system managed by the HAStoragePlus resource.

    For more information, see Chapter 5, Creating a Cluster File System, in Oracle Solaris Cluster Software Installation Guide

How to Prepare the Nodes for a Multi-Master Configuration

Use this procedure to prepare for the installation and configuration of Oracle WebLogic Server in a multi-instance configuration that uses single-node resource groups.

  1. Create a failover resource group to hold the logical hostname and the Oracle WebLogic Administration Server resources.
    # clresourcegroup create [-n nodelist] RG1
    # clreslogicalhostname create -g RG1 logical-host-1
    # clresourcegroup online -M RG1
  2. Create failover resource groups for the logical hostnames for the managed server.
    # clresourcegroup create -p nodelist=node1,node2 logicalhost-n1-rg
    # clresourcegroup create -p nodelist=node2,node1 logicalhost-n2-rg
  3. Create logical hostname resources in the resource groups.
    # clreslogicalhostname create -g logicalhost-n1-rg -h logicalhost-n1 logicalhost-n1-rs
    # clreslogicalhostname create -g logicalhost-n2-rg -h logicalhost-n2 logicalhost-n2-rs
  4. Bring the logical hostname resource groups online.
    # clresourcegroup online -emM logicalhost-n1-rg
    # clresourcegroup online -emM logicalhost-n2-rg
  5. Create a cluster file system managed by the HAStoragePlus resource.

    For more information, see Chapter 5, Creating a Cluster File System, in Oracle Solaris Cluster Software Installation Guide

How to Prepare the Nodes for a Multi-Instance Configuration

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

The procedure assumes two nodes in the cluster and implements the configuration shown in Figure 1-4.

  1. Create a failover resource group to hold the logical hostname and the Oracle WebLogic Administration Server resources.
    # clresourcegroup create [-n nodelist] RG1
    # clreslogicalhostname create -g RG1 logical-host-1
    # clresourcegroup online -M RG1
  2. Create failover resource groups for the logical hostnames for the managed server.
    # clresourcegroup create -p nodelist=node1,node2 logicalhost-n1-rg
    # clresourcegroup create -p nodelist=node2,node1 logicalhost-n2-rg
  3. Create logical hostname resources in the resource groups.
    # clreslogicalhostname create -g logicalhost-n1-rg -h logicalhost-n1 logicalhost-n1-rs
    # clreslogicalhostname create -g logicalhost-n2-rg -h logicalhost-n2 logicalhost-n2-rs
  4. Bring the logical hostname resource groups online.
    # clresourcegroup online -emM logicalhost-n1-rg
    # clresourcegroup online -emM logicalhost-n2-rg
  5. Set the Failback property for each logical hostname resource group.
    # clresourcegroup set -p Failback=True logicalhost-n1-rg
    # clresourcegroup set -p Failback=True logicalhost-n2-rg
  6. Create a cluster file system managed by the HAStoragePlus resource.

    For more information, see Chapter 5, Creating a Cluster File System, in Oracle Solaris Cluster Software Installation Guide