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

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

This section describes the procedure to verify if you have installed and configured your data service correctly.

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

To verify that you have installed and configured Oracle Solaris Cluster HA for WebLogic Server correctly for a failover configuration, perform the following steps:

  1. Make sure that you can successfully connect to the WebLogic Servers from a client and that both the Administration Server and the Managed Server are in the RUNNING mode.
  2. Switch the resource groups to cluster-node2.
    # clresourcegroup switch cluster-node2 RG1
    # clresourcegroup switch cluster-node2 RG2

    The WebLogic Administration and Managed Servers must go offline on cluster-node1 and go online on cluster-node2. Ensure that the WebLogic Server processes on cluster-node1 are stopped. Because smooth shutdown is not enabled, the WebLogic Server process will be killed by the Oracle Solaris Cluster HA for WebLogic Server STOP method instead of being shut down smoothly. Refer to Creating a Resource That Shuts Down Smoothly for the configuration that enables smooth shutdown. For more information, see STOP Method for the configuration that enables smooth shutdown.

  3. Make sure that you can successfully connect to the WebLogic Servers from the client and that both the Administration Server and the Managed Server are in the RUNNING mode.

    Note - The client sessions might be lost when the WebLogic Servers go offline on cluster-node1 and come online on cluster-node2.


  4. On cluster-node2, kill the Administration Server process.

    The Fault Monitor must detect the killed process and restart the Administration Server.

  5. Kill the Administration Server process repeatedly.

    The Administration Server Resource group fails over after the number of retries exceeds the retry count within the retry interval.

  6. On cluster-node2, kill the Managed Server process.

    The Fault Monitor must detect the killed process and restart the Managed Server.

  7. Kill the Managed Server process repeatedly.

    The Managed Server Resource group fails over after the number of retries exceeds the retry count within the retry interval.

    If the previous steps are successful, you have correctly configured Oracle Solaris Cluster HA for WebLogic Server.

Troubleshooting

After the WebLogic Administration and Managed servers are in production under Oracle Solaris Cluster control, do not start or stop the servers manually or through the Administration Console. If you need to perform maintenance on the servers, you must first disable their associated resources.

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

To verify that you have installed and configured Oracle Solaris Cluster HA for WebLogic Server correctly for a multi-master configuration, perform the following steps:

  1. Ensure that you can successfully connect to the WebLogic Servers from a client and that all the Managed Servers are in the RUNNING mode.
  2. On one of the cluster nodes, kill the Managed Server process.

    The Fault Monitor must detect the killed process and restart the Managed Server.

  3. On the WebLogic Server cluster, deploy a sample application that consists of the WebLogic servers.
  4. Use a proxy web server to try to access the sample application.
  5. Shut down one of the nodes and try to access the application using the proxy web server address.

    You should still be able to access the application.

    If the previous steps are successful, you have correctly configured Oracle Solaris Cluster HA for WebLogic Server in a multi-master configuration.

Troubleshooting

After the WebLogic Server managed servers are in production under Oracle Solaris Cluster control, do not start or stop the servers manually or through the Administration Console. If you need to perform maintenance on the servers, you must first disable their associated resources.