Skip Navigation Links | |
Exit Print View | |
Oracle Solaris Cluster Data Service for Oracle WebLogic Server Guide Oracle Solaris Cluster 4.1 |
1. Installing and Configuring Oracle Solaris Cluster HA for WebLogic Server
Oracle Solaris Cluster HA for WebLogic Server Overview
Planning the Oracle Solaris Cluster HA for WebLogic Server Installation and Configuration
Standard Data Service Configurations
WebLogic Server Configured as a Failover Resource
WebLogic Servers Configured as a Multi-Master Resource
WebLogic Servers Configured as Multi-Instance
How to Prepare the Nodes for a Failover Configuration
Installing and Configuring the WebLogic Server Application
How to Install WebLogic 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
Tools for Registering and Configuring Oracle Solaris Cluster HA for WebLogic Server
Using the clsetup Utility to Register and Configure the WebLogic Server Data Service
How to Configure Logical Host Resources for Oracle Solaris Cluster HA for WebLogic Server (clsetup)
How to Configure Storage Resources for Oracle Solaris Cluster HA for WebLogic Server (clsetup)
Setting Oracle Solaris Cluster HA for WebLogic Server Extension Properties
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
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
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.
Use this procedure to prepare for the installation and configuration of WebLogic Server in a failover configuration.
# clresourcegroup create [-n nodelist] RG1
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.
# clresourcegroup online -M RG1
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
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.
# clresourcegroup online -M RG2
For more information, see Chapter 5, Creating a Cluster File System, in Oracle Solaris Cluster Software Installation Guide
Use this procedure to prepare for the installation and configuration of WebLogic Server in a multi-master configuration that uses single-node resource groups.
# clresourcegroup create [-n nodelist] RG1 # clreslogicalhostname create -g RG1 logical-host-1 # clresourcegroup online -M RG1
# clresourcegroup create -p nodelist=node1,node2 logicalhost-n1-rg # clresourcegroup create -p nodelist=node2,node1 logicalhost-n2-rg
# clreslogicalhostname create -g logicalhost-n1-rg -h logicalhost-n1 logicalhost-n1-rs # clreslogicalhostname create -g logicalhost-n2-rg -h logicalhost-n2 logicalhost-n2-rs
# clresourcegroup online -emM logicalhost-n1-rg # clresourcegroup online -emM logicalhost-n2-rg
For more information, see Chapter 5, Creating a Cluster File System, in Oracle Solaris Cluster Software Installation Guide
Use this procedure to prepare for the installation and configuration of WebLogic Server in a multi-instance configuration.
The procedure assumes two nodes in the cluster and implements the configuration shown in Figure 1-3.
# clresourcegroup create [-n nodelist] RG1 # clreslogicalhostname create -g RG1 logical-host-1 # clresourcegroup online -M RG1
# clresourcegroup create -p nodelist=node1,node2 logicalhost-n1-rg # clresourcegroup create -p nodelist=node2,node1 logicalhost-n2-rg
# clreslogicalhostname create -g logicalhost-n1-rg -h logicalhost-n1 logicalhost-n1-rs # clreslogicalhostname create -g logicalhost-n2-rg -h logicalhost-n2 logicalhost-n2-rs
# clresourcegroup online -emM logicalhost-n1-rg # clresourcegroup online -emM logicalhost-n2-rg
# clresourcegroup set -p Failback=True logicalhost-n1-rg # clresourcegroup set -p Failback=True logicalhost-n2-rg
For more information, see Chapter 5, Creating a Cluster File System, in Oracle Solaris Cluster Software Installation Guide.