5.3 Starting Reports Components After Shutting Down an Instance

When a Reports instance is shut down, you can bring up the Reports components as follows.

5.3.1 Starting Reports Servlet

To start Reports Servlet in an expand cluster, complete the following steps:

  1. Start the Node Manager.

    1. From your present working directory, run the following command:

      cd $DOMAIN_HOME/bin

    2. Run the following command:

      ./startNodeManager.sh

  2. Start the Admin Server.

    1. From your present working directory, run the following command:

      cd $DOMAIN_HOME/bin/

    2. Run the following command to start the admin server:

    ./startWebLogic.sh

  3. Start WLS_REPORTS from the WebLogic Server Administration Console.

    1. Log in to the WebLogic Server Administration Console. (http://host:7001/console).

    2. From the Domain Structure section in the left navigation pane, select Environment > Servers.The Summary of Servers screen is displayed. Click the Control tab.

    3. Select the WLS_REPORTS check box and click Start.

    4. From the Domain Structure section in the left navigation pane, select Deployments.

      The Summary of Deployments screen is displayed.

    5. Click Next to navigate to the screen that lists the Reports Application.

    6. Click Start.

5.3.2 Starting Reports Standalone Server

To start and stop reports server, please use below commands:

$DOMAIN_HOME/bin/startComponent.sh reports_server_name

$DOMAIN_HOME/bin/stopComponent.sh reports_server_name