As well as an overview of SLEE operational states, this section includes instructions for performing the following Rhino SLEE procedures, with explanations, examples and links to related javadocs:
Procedure | rhino-console command | MBean → Operation |
---|---|---|
start |
SLEE Management → start |
|
stop |
SLEE Management → stop |
|
Retrieving the basic operational state of nodes |
state |
SLEE Management → getState |
Retrieving detailed information for every node in the cluster |
getState |
Rhino Housekeeping → getClusterState |
Gracefully shutting nodes down |
shutdown |
SLEE Management → shutdown |
Forcefully terminating nodes |
kill |
SLEE Management → kill |
Gracefully rebooting nodes |
reboot |
SLEE Management → reboot |
Enabling the symmetric activation state mode |
enablesymmetricactivationstatemode |
Runtime Config Management → enableSymmetricActivationStateMode |
Disabling the symmetric activation state mode |
disablesymmetricactivationstatemode |
Runtime Config Management → disableSymmetricActivationStateMode |
Getting the current activation state mode |
getsymmetricactivationstatemode |
Runtime Config Management → isSymmetricActivationStateModeEnabled |
Listing nodes with per-node activation state |
getnodeswithpernodeactivationstate |
Node Housekeeping → getNodesWithPerNodeActivationState |
Copying per-node activation state to another node |
copypernodeactivationstate |
Node Housekeeping → copyPerNodeActivationState |
Removing per-node activation state |
removePerNodeActivationState |
Node Housekeeping → removePerNodeActivationState |