Starting the Node Manager with WebLogic

In previous releases of WebLogic, a node manager process was not associated with a specific WebLogic domain but with a host machine. You used the same node manager process to control server instances in any WebLogic domain as long as the server instances resided on the same machine, a machine-scoped, per host node manager. In this release of WebLogic Server, the node manager is now configured individually, per domain, and each domain will contain a unique node manager process.

To install the node manager as a Windows service:

  1. Log in to the WebLogic server with administrative privileges.
  2. Modify the installNodeMgrSvc.cmd file so that it does not hard code the node manager hostname and port in the registry.
    1. Browse to <WebLogic_Server_Home>\server\bin.
    2. Open installNodeMgrSvc.cmd in a text editor.
    3. Locate the following lines in the file:

      set NODEMGR_HOST=localhost

      set NODEMGR_PORT=5556

      Note: If lines set NODEMGR_HOST=localhost and set NODEMGR_PORT=5556 do not exist, close the file and skip steps 2d and 2e.

    4. Comment out the lines by adding @rem to the beginning of the lines. For example:

      @rem set NODEMGR_HOST=localhost

      @rem set NODEMGR_PORT=5556

    5. Save the changes, and then close the file.
    6. Browse to <WebLogic_domain_home>\bin.
    7. Open installNodeMgrSvc.cmd in a text editor.
    8. Locate the following lines in the file:

      set NODEMGR_HOST=localhost

      set NODEMGR_PORT=5556

    9. Comment out the lines by adding @rem to the beginning of the lines. For example:

      @rem set NODEMGR_HOST=localhost

      @rem set NODEMGR_PORT=5556

    10. Save the changes, and then close the file.
  3. Open the command window, and then complete the following steps:
    1. Change the directory to <WebLogic_domain_home>\bin.
    2. Enter the following command:

      installNodeMgrSvc.cmd

  4. Close the command window.
  5. Browse to Windows Services, and then start the Oracle WebLogic <domain_name> NodeManager service.

Related Topics

Using the WebLogic Scripting Tool on Windows

Starting an Administration and Managed Servers Using WLST With Node Manager

Adding the start_primavera.bat to the Windows Task Scheduler

Executing the start_primavera.bat file

Using WebLogic Scripting to Stop the WebLogic Domain for P6 EPPM

Troubleshooting



Legal Notices | Your Privacy Rights
Copyright © 2022

Last Published Wednesday, November 30, 2022