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> <sbb pkeys>*
Description
Get SBB information
|
|---|---|
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 :
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 |
|
|
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)
throws ManagementException, InvalidPKeyException, UnrecognizedSbbException,
UnrecognizedServiceException, UnknownSbbEntityException;
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.
|
