Sun Cluster Data Service for WebLogic Server Guide for Solaris OS

ProcedureHow to Verify the BEA WebLogic Server Installation and Configuration

Use this procedure to verify the BEA WebLogic Server Administration Server, BEA WebLogic Managed Server, and database installation and configuration. This procedure does not verify that your application is highly available because you have not installed the data service yet.


Note –

The following steps are for the configuration that is described in Simple Configuration. If you are planning a different configuration, you must configure the BEA WebLogic Server accordingly.


  1. Verify that the logical-host-1 and logical-host-2 configured in RG1 and RG2 are online on cluster-node1.

  2. If you are using a database, verify that the database is running.

  3. Go to the directory containing the Administration Server and the Managed Server START scripts configured in the section Installing and Configuring the BEA WebLogic Server Application.

  4. Start the Administration Server by running the Administration Server START script.


    example:
    cluster-node1>cd /global/wls/user_projects/petstore
    cluster-node1>./startWebLogic.sh
    
  5. After the Administration Server starts successfully, start the Managed Server.


    example:
    cluster-node1>cd /global/wls/user_projects/petstore
    cluster-node1>./startManagedWebLogic.sh
    
  6. Make sure that you can successfully connect to the logical-host-1 and logical-host-2 from a client.

  7. Verify that the Administration Server and the Managed Servers are in the RUNNING mode on cluster-node1.

  8. Shut down the Administration Server and the Managed Server.

  9. Switch the Resource Groups RG1 and RG2 to cluster-node2.

    This action brings down logical-host-1 and logical-host-2 on cluster-node1 and start them on cluster-node2.


    clresourcegroup switch -n cluster-node2 RG1
    clresourcegroup switch -n cluster-node2 RG2
    
  10. Repeat Step 4, Step 5, and Step 6 on cluster-node2.

  11. Verify that the Administration Server and the Managed Servers are in the RUNNING mode on cluster-node2.

  12. If the clients can successfully connect to the Administration Server and the Managed Server on each of the potential master nodes, you have successfully configured the BEA WebLogic Servers to work with the Sun Cluster HA for BEA WebLogic Server.

  13. Stop the Administration Server and the Managed Servers and proceed to the next section to install the Sun Cluster HA for BEA WebLogic Server.