Monday, 25 February 2013

Starting and Stopping Node agent (Nodes) | WebSphere Tutorial pdf free download

Starting and Stopping Node agent (Nodes):

If the nodeagent is stopped there is no way to start it from the deployment manager admin console since there is no connection between them.
You can start the nodeagent from the command line. To do this
-Go to the <profile_name>/bin directory
-Run startNode.
The command syntax is as follows:
startNode [options]

You can stop the node from the deployment manager admin console.
- go to system administration -> nodes
- check the box against the node you want to stop
- click stop
Alternatively you can use the stopNode command also
- go to <profile_name>/bin
- run stopNode.sh command
the syntax of the stopNode is like this
stopNode [options]

You can restart the node as follows from admin console
- go to system administration -> nodes
- Check the box for the node and click restart.

No comments: