Technical data

3 Node Manager
3-16 Administration Guide
Starting the Node Manager Using Start
Scripts
Sample start scripts are provided for use in starting Node Manager. These scripts are
located in the
/config directory where you have installed the WebLogic Server
software. The start script for Windows is named
startNodeManager.cmd. The start
script for UNIX machines is named
startNodeManager.sh.
Edit the start script for Node Manager to correctly specify the Node Manager listen
address. Set the listen address by including the following argument in the startup
command:
-Dweblogic.nodemanager.listenAddress=host
where host is the DNS name or IP address of the machine where the Node Manager
will run.
Before invoking Node Manager the start script run
setEnv script in the domain
directory, or export the PATH and CLASSPATH variables in both the
startNodeManager and startWebLogic scripts. Otherwise you may encounter
class not found exceptions when using Node Manager.
Remote Starting and Killing of Managed
Servers
If you have the Node Managers running on machines where you have Managed
Servers configured, you can start the Managed Server as follows:
1. Invoke the Administration Console (if it isn’t already running).
2. Right click on the name of the server in the navigation tree (left pane).
3. Select Start this server....