To forcibly remove an SBB entity, use the following rhino-console) command or related MBean operation.
Only forcibly remove SBB entities if necessary
SBB entities should only be forcibly removed if they do not remove themselves due to some unforeseen error during event processing. |
Console command: removesbb
Command |
removesbb <serviceid> <sbbid> [-non-resident] <sbb pkey>* Description Remove SBBs. Use -non-resident to remove SBB entities not currently owned by any cluster node. |
---|---|
Example |
To remove the SBB entity of the SimpleSbb SBB in the SimpleService service with the primary key $ ./rhino-console removesbb name=SimpleService,vendor=OpenCloud,version=1.1 \ name=SimpleSbb,vendor=OpenCloud,version=1.1 101:219902028358655/965121714 SBB entity 101:219902028358655/965121714 removed The default mode of this command only removes SBB entities currently owned by at least one active cluster node.
If an SBB entity is non-resident, then the |
MBean operation: removeSbb
MBean |
|
---|---|
Rhino operation |
public void removeSbb(ServiceID serviceID, SbbID sbbID, String sbbPKey, boolean nonResident) throws UnrecognizedServiceException, UnrecognizedSbbException, InvalidPKeyException, UnknownSbbEntityException, ManagementException; This operation removes the SBB entity with the given primary key from the given service. |