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

Installing and Configuring the Oracle WebLogic Server Application

This section contains the following procedures to install and configure the Oracle WebLogic Server application.

How to Install Oracle WebLogic Server

  1. Follow the Oracle WebLogic Server documentation to install the Oracle WebLogic Server on the global file system or a failover file system.
  2. Follow the Oracle WebLogic Server Administration Guide to configure the WebLogic Domain.

    Note - For failover services, type the logical hostname or its IP address when configuring the Oracle WebLogic Servers.

    For multi-master configurations, ensure that each managed server is configured to listen on each logical hostname or its IP address.


  3. After completing all necessary configuration for the domain, shut down the Administration Server.
  4. Edit the Administration Server START script and the Managed Server START script by setting the WLS_USER and WLS_PW.

    The START scripts should be able to run without any arguments.


    Note - To perform a smooth shutdown of the Oracle WebLogic Server, the boot.properties file with a valid user name and password is required. You do not need to set the WLS_USER and WLS_PW variables for a smooth shutdown if the boot.properties file is available. This waiver applies only to Oracle WebLogic Server 8.1 or later versions.



    Note - Starting with Oracle WebLogic Server version 10.3, the boot.properties file must reside in both the $DOMAIN_DIR and $DOMAIN_DIR/servers/server-name/security directories to bypass the need to prompt for user credentials when starting and stopping instances of Oracle WebLogic Server. If the $DOMAIN_DIR/servers/server-name/security directory does not exist or does not include a boot.properties file, create the directory and copy the boot.properties file from the $DOMAIN_DIR. For more information about the boot.properties file for Oracle WebLogic Server version 10.3, see http://download.oracle.com/docs/cd/E12840_01/wls/docs103/server_start/overview.html.


  5. In the Managed Server START script, set the ADMIN_URL and the SERVER_NAME variables.

    This script should be able to run without any arguments.

  6. Set the necessary environment variables in the setWLSEnv.sh or the startWLS.sh scripts.

    These environment variables include any additional CLASSPATH or LD_LIBRARY_PATH, etc. These scripts contain all necessary environmental variables such as CLASSPATH and LD_LIBRARY_PATH.


    Note - Starting with Oracle WebLogic Server version 10.3, the startWLS.sh script has been removed. Therefore, these environment settings must be made only in the setWLSEnv.sh script.


  7. For versions of Oracle WebLogic Server before 10.3, verify that the config.xml file is in the same directory as the START scripts.
  8. For a multi-master configuration of Oracle WebLogic Server installed on a local file system, replicate the domain and Managed Servers across the cluster.
    1. Use the pack.sh command to create a template of the domain and Managed Servers that you created.
    2. Copy the template to other Oracle Solaris Cluster nodes.
    3. Use the unpack.sh command to unpack the template to create the domain and Managed Servers.

    For more information, see http://download.oracle.com/docs/cd/E12840_01/wls/docs103/server_start/overview.html.

Installing a Database

If you are using a database with Oracle WebLogic Server, install the database by using its installation documentation. If the database that you are using has a highly available agent on Oracle Solaris Cluster software, install that version.

Installing a Web Server

If you are using a web server with Oracle WebLogic Server, install the web server by using its installation documentation. If the web server that you are using has a highly available agent on Oracle Solaris Cluster software, install that version.