To determine if the symmetric activation state mode is enabled or disabled, use the following rhino-console command or related MBean operation.
If the symmetric activation state mode is disabled, then the per-node activation state mode consequently must be in force.
Console command: getsymmetricactivationstatemode
Command  | 
getsymmetricactivationstatemode Display the current status of the symmetric activation state mode  | 
|---|---|
Example  | 
$ ./rhino-console getsymmetricactivationstatemode Symmetric activation state mode is currently enabled  | 
MBean operation: isSymmetricActivationStateModeEnabled
MBean  | 
|
|---|---|
Rhino operation  | 
public boolean isSymmetricActivationStateModeEnabled()
    throws ConfigurationException;
 | 
