To modify a component’s environment entries, use the following rhino-console command or related MBean operation.
Console command: setenventries
Command  | 
setenventries <ComponentID> <name1:value1>,<name2:value2>,...
    Sets the env entries associated with the specified SbbID or
    ProfileSpecificationID.
 | 
|---|---|
Example  | 
To modify the environment entries for the SIP Registrar SBB: ./rhino-console setenventries SbbID[name=RegistrarSbb,vendor=OpenCloud,version=1.8] sipACIFactoryName:slee/resources/ocsip/mycustomacifactory,sipProviderName:slee/resources/ocsip/mycustomprovider Setting env entries for component: SbbID[name=RegistrarSbb,vendor=OpenCloud,version=1.8]  | 
MBean operation:  getEnvEntries
MBean  | 
|
|---|---|
Rhino operation  | 
public void setEnvEntries(ComponentID id, Map<String, String> entries)
    throws NullPointerException, UnrecognizedComponentException,
           ManagementException, IllegalArgumentException;
This operation sets the environment entries associated with a component.  | 
