Installation Guide for Oracle Self-Service E-Billing > Configuring Oracle WebLogic >

Starting the Oracle WebLogic Cluster


If you are configuring the Billing and Payment application on an Oracle WebLogic cluster, then you must start the cluster after deployment.

This task is a step in Process of Configuring the Billing and Payment Application on an Oracle WebLogic Cluster.

To start the Oracle WebLogic cluster

  1. On the computer where the Admin server is located, start the admin server:

    $eBilling_domain/bin/startWeblogic.sh

  2. On each computer, start the node manager:

    $weblogic_home/server/bin/startNodeManager.sh

  3. Start each of the managed servers that is on the same computer as the Admin server:

    $weblogic_home/common/bin/startManagedWeblogic.sh EBillingMS1 http://10.240.12.163:7001

    where:

    • EBillingMS1 is the name you gave the managed server.
    • 10.240.12.163 is the IP address of the computer where the Admin server is located.
    • 7001 is the port number of the Admin server.
  4. Start the proxy server. In this command, EBillingProxy is the name you gave the Proxy server:

    $weblogic_home/common/bin/startManagedWebLogic.sh EBillingProxy http:// 10.240.12.163:7001

    where:

    • EBillingProxy is the name you gave the Proxy server.
    • 10.240.12.163 is the IP address of the computer where the Admin server is located.
    • 7001 is the port number of the Admin server.
  5. On each of the other computers in the cluster, follow these steps:
    1. Start the node manager:

    $weblogic_home/server/bin/startNodeManager.sh

    1. Start each managed server, using the following command:

    $weblogic_home /common/bin/startManagedWeblogic.sh EBillingMS2 http:// 10.240.12.163:7001

    where:

    • EBillingMS2 is the name you gave the managed server.
    • 10.240.12.163 is the IP address of the computer where the Admin server is located.
    • 7001is the port number of the Admin server.

Stopping the Oracle WebLogic Cluster

Follow these instructions if you want to stop the Oracle WebLogic cluster where the Billing and Payment application is implemented.

To stop the Oracle WebLogic cluster

  • Do one of the following:
    • Stop the process in the SSH window.
    • Go to the Admin console, using the following command, and then stop the managed server separately:

      http://AdminServerIP:Port/console

      where:

      • AdminServerIP is the IP address of the computer where the Admin server and the managed server are located.
      • 7001 is the port number of the managed server.
Installation Guide for Oracle Self-Service E-Billing Copyright © 2016, Oracle and/or its affiliates. All rights reserved. Legal Notices.