Go to main content

Oracle® Solaris Cluster Data Service for Oracle WebLogic Server Guide

Exit Print View

Updated: July 2016
 
 

How to Verify the WebLogic Server Installation and Configuration for Multi-Master Services

Use this procedure to verify the WebLogic Server Administration Server, WebLogic Managed Server, and database installation and configuration for multi-master services. 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 multi-master configuration that is described in Standard Data Service Configurations. If you are planning a different configuration, you must configure the WebLogic Server accordingly.
  1. Verify that the logical-host-1 and logical-host-2 configured in RG1 and RG2 are online on cluster-node1 and cluster-node2 respectively.
  2. If you are using a database, verify that the database is running.
  3. Go to the directory that contains the Administration Server and the Managed Server START scripts.
  4. Start the Administration Server by running the Administration Server START script.

    For example:

    cluster-node1>cd /mnt/user_projects/domains/base_domain
    cluster-node1>./startWebLogic.sh
  5. After the Administration Server starts successfully, start the Managed Server mgd1 on phys-host-1.

    For example:

    cluster-node1>cd /mnt/user_projects/domains/base_domain_mgd1
    cluster-node1>./startManagedWebLogic.sh mgd1
  6. Ensure that you can successfully connect to the logical-host-1 from a client.
  7. Verify that the Administration Server and the Managed Servers are in the RUNNING mode on phys-node-1.
  8. Ensure that you can successfully connect to the logical-host-2 from a client.
  9. Go to the directory containing the domain directory on phys-host-2 and start the Managed Server mgd2.

    For example:

    cluster-node1>cd /mnt/user_projects/domains/base_domain_mgd1
    cluster-node1>./startManagedWebLogic.sh mgd2
  10. 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 WebLogic Servers to work with HA for WebLogic Server in a multi-master configuration.
  11. Stop the Administration Server and the Managed Servers, and proceed to the next task to install the HA for WebLogic Server software.