Start WebLogic and the Node Manager

Previous Topic

Next Topic

Book Contents

Start WebLogic and the Node Manager

  1. Navigate to the $WL_HOME/user_projects/domains/<domain_name>/bin directory, using a command such as the following:

    /u01/app/oracle/product/weblogic12c/Middleware/user_projects/domains/ empirica/bin

  2. Execute the following command:

    $ nohup ./startNodeManager.sh &

  3. To restart the administration server, execute the following command:

    $ nohup ./startWebLogic.sh > /dev/null &

  4. Verify that the Node Manager can be reached:
    1. In an Internet browser, enter the URL for the WebLogic Administration Console, such as the following:

      https://<servername>:7002/console

    2. Log in using the WebLogic administrator credentials.
    3. In the left pane, expand Environment, and select Machines.

      The Summary of Machines page appears.

    4. In the list of machines, select SignalMachine.

      The Settings for SignalMachine page appears.

    5. Select the Monitoring tab.
    6. Confirm that the status is Reachable. If the status is Inactive, the Node Manager is not running.
  5. Start Managed Servers using the Node Manager:
    1. In an Internet browser, enter the URL for the WebLogic Administration Console, such as the following::

      https://<servername>:7002/console

    2. Log in using the WebLogic administrator credentials.
    3. In the left pane, expand Environment, and select Servers.
    4. Select the Control tab.
    5. Select SignalServer and TopicsServer, and click Start.
    6. Click Yes.
  6. Apply the JRF Template to the Managed Server:
    1. In an Internet browser, enter the URL for the Oracle Enterprise Manager, such as the following:

      https://<servername>:7002/em

    2. Log in using the WebLogic administrator credentials.
    3. In the left pane, expand Weblogic Domain, expand empirica, and select the SignalServer.
    4. Click Apply JRF Template, located at the top of the page.
    5. In the left pane, expand WebLogic Domain, expand empirica, and select the TopicsServer.
    6. Click Apply JRF Template, located at the top of the page.
  7. Restart the SignalServer and TopicsServer managed servers:
    1. In an Internet browser, enter the URL for the WebLogic Administration Console, such as the following:

      https://<servername>:7002/console

    2. Log in using the WebLogic administrator credentials.
    3. In the left pane, expand Environment, and select Servers.

      The Summary of Servers page appears.

    4. Select the Control tab.
    5. From the list of servers, select SignalServer and TopicsServer.
    6. From the Shutdown drop-down list, select Force Shutdown Now.
    7. Click Yes.
    8. After the states of the SignalServer and TopicsServer change to Shutdown, select the checkboxes for SignalServer and TopicsServer in the table, and click Start.
    9. Click Yes.
Send Feedback