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> <sbb pkey>*
    Remove SBBs
 | 
|---|---|
Example  | 
To remove the SBB entity of the JCC VPN SBB in the JCC VPN service with the primary key  $ ./rhino-console removesbb "name=JCC 1.1 VPN,vendor=Open Cloud,version=1.0" \
    "name=JCC 1.1 VPN sbb,vendor=Open Cloud,version=1.0" 101:109823584382:145
SBB entity 101:109823584382:145 removed
 | 
MBean operation: removeSbb
MBean  | 
|
|---|---|
Rhino operation  | 
public void removeSbb(ServiceID serviceID, SbbID sbbID, String sbbPKey)
    throws UnrecognizedServiceException, UnrecognizedSbbException, InvalidPKeyException,
          UnknownSbbEntityException, ManagementException;
This operation removes the SBB entity with the given primary key from the given service.  | 
