WebSphere:*,type=NodeGroupManagerMBean NodeGroupManager
NodeGroup configuration information
Operation Summary | |
|---|---|
java.lang.Boolean | isInMaintenanceMode(Retrieve the value of this node's 'maintenance mode' flag |
void | setMaintenanceMode(Set the value of this node's 'maintenance mode' flag. |
void | setMaintenanceMode(Set the value of this node's 'maintenance mode' flag |
java.lang.String[] | listNodeGroups()Retrieves an array of all nodegroup names |
java.lang.String[] | listNodeGroupMembers(Retrieves an array of nodeMember names for the specified nodegroup |
java.util.Properties | listNodeGroupProperties(Retrieves all custom properties for the specified nodegroup |
java.util.Properties | listNodeGroupMemberProperties(Retrieves all custom properties for the specified nodegroup member |
Notification Summary | |
|---|---|
websphere.node.maintenancemode.turnedoffMaintenance Mode was turned 'off' on the Node | |
websphere.node.maintenancemode.turnedonMaintenance Mode was turned 'on' on the Node | |
websphere.node.maintenancemode.turnedon.errorsMaintenance Mode was turned 'off' on the Node, but not all non-nodeagent processes were able to be stopped, and the nodeagent was left running. | |
Operation Detail |
|---|
public java.lang.Boolean isInMaintenanceMode(java.lang.String nodeName)
Retrieve the value of this node's 'maintenance mode' flag nodeName -
name of the node
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public void setMaintenanceMode(java.lang.String nodeName, java.lang.Boolean newValue)
Set the value of this node's 'maintenance mode' flag. This version of setMaintenanceMode will stop all processes on the node. nodeName -
name of the node newValue -
new value for this node's 'maintenance mode' flag
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public void setMaintenanceMode(java.lang.String nodeName, java.lang.Boolean newValue, java.lang.Boolean leaveProcessesRunning)
Set the value of this node's 'maintenance mode' flag nodeName -
name of the node newValue -
new value for this node's 'maintenance mode' flag leaveProcessesRunning -
if true, the processes on this node will NOT be stopped. Otherwise, they will.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.String[] listNodeGroups()
Retrieves an array of all nodegroup names administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.String[] listNodeGroupMembers(java.lang.String nodeGroupName)
Retrieves an array of nodeMember names for the specified nodegroup nodeGroupName -
name of the nodegroup
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.util.Properties listNodeGroupProperties(java.lang.String nodeGroupName)
Retrieves all custom properties for the specified nodegroup nodeGroupName -
name of the nodegroup
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.util.Properties listNodeGroupMemberProperties(java.lang.String nodeGroupName, java.lang.String nodeMemberName)
Retrieves all custom properties for the specified nodegroup member nodeGroupName -
name of the nodegroup nodeMemberName -
name of the nodegroup member
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
Notification Detail |
|---|
Maintenance Mode was turned 'off' on the Node
5
(Warning)
Maintenance Mode was turned 'on' on the Node
5
(Warning)
Maintenance Mode was turned 'off' on the Node, but not all non-nodeagent processes were able to be stopped, and the nodeagent was left running.
5
(Warning)