Operation Summary | |
java.util.Set | restartActiveNodes( restart all running nodes with options to do file sync and/or recycle local app servers, the returned list indicates which nodes have been successfully restarted |
java.util.Set | syncActiveNodes( do file sync on all running nodes, the returned list indicates which nodes have executed the file sync successfully |
void | stopNodeAgent( stop the node agent process |
void | stopNode( stop the node including both node agent process and app servers |
Notification Summary | |
websphere.process.running A node agent is now running | |
websphere.process.failed A nodeagent is now failed |
Operation Detail |
public java.util.Set restartActiveNodes(java.lang.Boolean syncFirst,
java.lang.Boolean restartServers
)
syncFirst
-
option to do file sync before restarting the noderestartServers
-
option to restart all running servers while restarting the node
public java.util.Set syncActiveNodes(java.lang.Boolean synchronous
)
synchronous
-
option to indicate whether we should wait until the syncs are all done or just send out the sync requests and then return
public void stopNodeAgent(java.lang.String nodeName
)
nodeName
-
the name of node agent process to be stopped
public void stopNode(java.lang.String nodeName
)
nodeName
-
the name of node to be stoppedNotification Detail |