DiagnosticProvider
WebSphere:*,type=DeploymentManager
MBean DeploymentManager
Management interface for the central deployment manager function for the cell.
Attributes inherited from MBean DiagnosticProvider |
---|
diagnosticProviderName |
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 | multiSync( do file sync on all running nodes, call them asychnronously and only a configured number at a time to not overload the deployment manager |
void | multiSync( do file sync on all running nodes, call them asychnronously and only a configured number at a time to not overload the deployment manager |
void | stopNodeAgent( stop the node agent process |
void | stopNode( stop the node including both node agent process and app servers |
Operations inherited from MBean DiagnosticProvider |
---|
getDiagnosticProviderId , getRegisteredDiagnostics , configDump , stateDump , selfDiagnostic , localize |
Notification Summary | |
---|---|
websphere.process.running A node agent is now running | |
websphere.process.failed A nodeagent is now failed | |
websphere.multisync.event An event from a multiSync call |
Operation Detail |
---|
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
syncFirst
-
option to do file sync before restarting the node restartServers
-
option to restart all running servers while restarting the node
administrator
operator
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
synchronous
-
option to indicate whether we should wait until the syncs are all done or just send out the sync requests and then return
administrator
operator
public void multiSync(
java.lang.Boolean synchronous
)
do file sync on all running nodes, call them asychnronously and only a configured number at a time to not overload the deployment manager
synchronous
-
option to indicate whether we should wait until the syncs are all done or just send out the sync requests, events will be sent eitherway
administrator
operator
public void multiSync(
java.util.HashMap parameters
)
do file sync on all running nodes, call them asychnronously and only a configured number at a time to not overload the deployment manager
parameters
-
HashMap of the parameters, which one must be the Boolean synchronous parm. Optional locale parm is also accepted. keys are: synchronous and locale.
administrator
operator
public void stopNodeAgent(
java.lang.String nodeName
)
stop the node agent process
nodeName
-
the name of node agent process to be stoppedResourceInstanceIdentifier
The resource being modified for the MBean is of type Node
The instance is identified by the value of the parameter
administrator
operator
public void stopNode(
java.lang.String nodeName
)
stop the node including both node agent process and app servers
nodeName
-
the name of node to be stoppedResourceInstanceIdentifier
The resource being modified for the MBean is of type Node
The instance is identified by the value of the parameter
administrator
operator
Notification Detail |
---|
A node agent is now running
5
(Warning)
A nodeagent is now failed
5
(Warning)
An event from a multiSync call
6
(Normal, Cleared, or Informative)