To list the installed deployable units, use the following rhino-console command or related MBean operation.
Console command: listdeployableunits
Command  | 
listdeployableunits List the currently installed deployable units  | 
|---|---|
Example  | 
To list the currently installed deployable units: $ ./rhino-console listdeployableunits DeployableUnitID[url=file:/home/rhino/rhino/examples/sip-examples-2.0/lib/jsip-library-du-1.2.jar] DeployableUnitID[url=file:/home/rhino/rhino/lib/javax-slee-standard-types.jar]  | 
MBean operation: getDeployableUnits
MBean  | 
|
|---|---|
SLEE-defined  | 
  public DeployableUnitID[] getDeployableUnits()
    throws ManagementException;
Returns the set of deployable unit identifiers that identify all the deployable units installed in the SLEE.  | 
