To install a license, use the following rhino-console command or related MBean operation.
Console command: installlicense
Command  | 
installlicense <license file> Install the license at the specified SLEE-accessible filename or file: URL  | 
|---|---|
Example  | 
$ ./rhino-console installLicense file:/home/user/rhino/rhino.license Installing license from file:/home/user/rhino/rhino.license  | 
| 
 | 
License files must be on the local filesystem of the host where the node is running. | 
MBean operation:  install
MBean  | 
|
|---|---|
Rhino operation  | 
Install a license from a raw byte array 
public void install(byte[] filedata)
        throws LicenseException, LicenseAlreadyInstalledException, ConfigurationException
 | 
