Installation Guide for Oracle Billing Insight > Configuring Oracle WebLogic >

Starting the Oracle WebLogic Cluster


If you are configuring the Self-Service application on an Oracle WebLogic cluster, then you must start the cluster after deployment.

This task is a step in Process of Configuring the Self-Service 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:

    $selfservice_domain/bin/startWeblogic.sh

  2. On each computer, start the node manager:

    $WL_HOME/server/bin/startNodeManager.sh

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

    $WL_HOME/common/bin/startManagedWeblogic.sh BillingInsightMS1 http://10.240.12.163:7001

    where:

    • BillingInsightMS1 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:

    $WL_HOME/common/bin/startManagedWebLogic.sh BillingInsightProxy http:// 10.240.12.163:7001

    where:

    • BillingInsightProxy 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:

    $WL_HOME/server/bin/startNodeManager.sh

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

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

    where:

    • BillingInsightMS2 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.

Stopping the Oracle WebLogic Cluster

Follow these instructions if you want to stop the Oracle WebLogic cluster where the Self-Service 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 Billing Insight Copyright © 2017, Oracle and/or its affiliates. All rights reserved. Legal Notices.