To get a list of nodes with per-node activation state, use the following rhino-console command or related MBean operation.

Console command: getnodeswithpernodeactivationstate

Command

getnodeswithpernodeactivationstate
  Description
    Get the set of nodes for which per-node activation state exists

Example

$ ./rhino-console getnodeswithpernodeactivationstate
Nodes with per-node activation state: [101,102,103]

MBean operation: getNodesWithPerNodeActivationState

MBean

Rhino operation

public int[] getNodesWithPerNodeActivationState()
    throws ManagementException;

This operation returns an array, listing the cluster node IDs for nodes that have per-node activation state recorded in the database).

Previous page Next page
Rhino Version 2.6.1