To remove per-node activation state, use the following rhino-console command or related MBean operation.
Console command: removepernodeactivationstate
Command  | 
removepernodeactivationstate <from-node-id> Remove per-node activation state from a node  | 
||
|---|---|---|---|
Example  | 
To remove per-node activation state from node 103: $ ./rhino-console removepernodeactivationstate 103 Per-node activation state removed from 103 
  | 
MBean operation: removePerNodeActivationState
MBean  | 
|
|---|---|
Rhino operation  | 
public boolean removePerNodeActivationState()
    throws UnsupportedOperationException, InvalidStateException,
           ManagementException;
This operation: 
  | 
| 
 | 
The start-rhino.sh command with the Production version of Rhino also includes an option (-d) to remove per-node activation state from the booting node as it initialises.
(See Start Rhino in the Getting Started Guide.)
 | 
