To copy per-node activation state from one node to another, use the following rhino-console command or related MBean operation.
Console command: copypernodeactivationstate
Command |
copypernodeactivationstate <from-node-id> <to-node-id> Description Copy per-node activation state from one node to another |
||
---|---|---|---|
Example |
To copy the per-node activation state from node 101 to node 102: $ ./rhino-console copypernodeactivationstate 101 102 Per-node activation state copied from 101 to 102
|
MBean operation: copyPerNodeActivationState
MBean |
|
---|---|
Rhino operation |
public boolean copyPerNodeActivationState(int targetNodeID) throws UnsupportedOperationException, InvalidArgumentException, InvalidStateException, ManagementException; This operation:
|
The start-rhino.sh command with the Production version of Rhino also includes an option (-c ) to copy per-node activation state from another node to the booting node as it initialises.
(See Start Rhino in the Getting Started Guide.)
|