Sun Cluster Data Service for WebLogic Server Guide for Solaris OS

Preparing the Nodes and Disks

This section contains the procedures that you need to prepare the nodes and disks.


Note –

The following steps are based on the configuration that is described in Simple Configuration.


ProcedureHow to Prepare the Nodes

Use this procedure to prepare for the installation and configuration of BEA WebLogic Server.

  1. Create a failover resource group to hold the logical hostname and the BEA WebLogic Administration Server resources.


    # clresourcegroup create [-n nodelist] RG1
    
  2. Add the logical hostname resource.

    The logical-host–1 is the hostname the BEA 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 BEA 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 the BEA WebLogic Administration Server will be listening on.


    # 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