To get detailed information about an SBB entity, use the following rhino-console command or related MBean operation.
Console command: getsbbinfo
Command |
getsbbinfo <serviceid> <sbbid> [-non-resident] <sbb pkeys>* Description Get SBB information. Use -non-resident to get information on SBB entities not currently owned by any cluster node. |
---|---|
Example |
To display information for SBB entity $ ./rhino-console getsbbinfo name=SimpleService,vendor=OpenCloud,version=1.1 name=SimpleSbb,vendor=OpenCloud,version=1.1 102:219902028482559/499417899 parent-pkey : pkey : 102:219902028482559/499417899 convergence-name : APK[ns=,ah=10,id=102:219902022645761,replication=NONE]:::::-1 creating-node-id : 102 creation-time : 20180614 21:23:16 namespace : owning-node-id : 102 priority : 10 replicated : false sbb-component-id : SbbID[name=SimpleSbb,vendor=OpenCloud,version=1.1] service-component-id : ServiceID[name=SimpleService,vendor=OpenCloud,version=1.1] attached-activities : > pkey handle namespace ra-entity replicated > ------------------------ -------------------------------------------------- ---------- ---------- ----------- > A.102:219902022645761.0 SAH[switchID=1528911304,connectionID=10,address=] simple false > 1 rows This command returns a snapshot of the SBB entity’s state at the time you execute it.
Some values (such as The default mode of this command only retrieves information for SBB entities currently owned by at least one active cluster node.
If an SBB entity is non-resident, then the |
See SBB Entity Information Fields for a description of the fields getsbbinfo returns.
|
MBean operation: getSbbInfo
MBean |
|
---|---|
Rhino operation |
public CompositeData getSbbInfo(ServiceID serviceID, SbbID sbbID, String sbbPKey, boolean nonResident) throws UnrecognizedServiceException, UnrecognizedSbbException, InvalidPKeyException, UnknownSbbEntityException, ManagementException; This operation returns tabular data with detailed information on the given SBB entity. |
For a description of the format of the tabular data that this operation returns, see the javadoc .
|