DeploymentManager MBean

Management interface for the central deployment manager function for the cell.


Operation Summary
java.util.SetrestartActiveNodes(java.lang.Boolean syncFirst, java.lang.Boolean restartServers)
           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.SetsyncActiveNodes(java.lang.Boolean synchronous)
           do file sync on all running nodes, the returned list indicates which nodes have executed the file sync successfully
voidstopNodeAgent(java.lang.String nodeName)
           stop the node agent process
voidstopNode(java.lang.String nodeName)
           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

restartActiveNodes

public java.util.Set restartActiveNodes(java.lang.Boolean syncFirst, java.lang.Boolean restartServers)
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
Parameters:
syncFirst - option to do file sync before restarting the node
restartServers - option to restart all running servers while restarting the node

syncActiveNodes

public java.util.Set syncActiveNodes(java.lang.Boolean synchronous)
do file sync on all running nodes, the returned list indicates which nodes have executed the file sync successfully
Parameters:
synchronous - option to indicate whether we should wait until the syncs are all done or just send out the sync requests and then return

stopNodeAgent

public void stopNodeAgent(java.lang.String nodeName)
stop the node agent process
Parameters:
nodeName - the name of node agent process to be stopped

stopNode

public void stopNode(java.lang.String nodeName)
stop the node including both node agent process and app servers
Parameters:
nodeName - the name of node to be stopped

Notification Detail

websphere.process.running

A node agent is now running
Severity:
6  (Normal, Cleared, or Informative)

websphere.process.failed

A nodeagent is now failed
Severity:
6  (Normal, Cleared, or Informative)

Copyright IBM Corp. 1996-2003