Go to main content

Oracle® Solaris Cluster Data Service for Oracle WebLogic Server Guide

Exit Print View

Updated: July 2016
 
 

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 that uses single-node resource groups.

Before You Begin

Ensure that the /etc/netmasks file has IP-address subnet and netmask entries for all logical hostnames. If necessary, edit the /etc/netmasks file to add any missing entries.

  1. Create a failover resource group to hold the logical hostname and the 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 -eM logicalhost-n1-rg
    # clresourcegroup online -eM 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 4.3 Software Installation Guide.