Sun Cluster Data Service for WebLogic Server Guide for Solaris OS

How to Prepare the Nodes

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

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


    # scrgadm -a -g RG1 [-h nodelist]
    

    Add the logical hostname resource.

    The logical-host–1 is the hostname the BEA WebLogic Admin Server will be listening on. This can be set from the WebLogic console.


    # scrgadm -a -L -g RG1 -l logical-host-1
    

    Bring the resource group online.


    # scswitch -Z -g RG1
    

    Create a failover resource 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.)



    # scrgadm -a -g RG2 [-h nodelist]
    

    Add the logical hostname resource.

    The logical-host-2 is the hostname the BEA WebLogic Admin Sever will be listening on.


    # scrgadm -a -L -g RG2 -l logical-host-2
    

    Bring the resource group online.


    # scswitch -Z -g RG2