Using Embarcadero License Center commands
Go Up to Administering the Embarcadero License Center
Use the following commands to perform administration tasks for the server.
Contents
To list all active licenses
- Enter
cmd status
from the<ELC>\bin
directory.
To remove a specific license and return it to the available license pool
- Enter
cmd revoke
from the<ELC>\bin
directory. This command takes the following arguments:
Argument | Description |
---|---|
|
The product identifier, located by running the elise status command (run |
|
The name of the user. |
|
The name of the computer that the license is checked out to. |
To reload configuration files
- Enter
cmd
reload from the<ELC>\bin
directory.
Note: The following configurations are reloadable:
server_*.slip
- server configuration fileiplist.txt
- the IP list fileuserlist.txt
- the user list file for named user licensesuserlist-concurrent.txt
- the user list file for concurrent licenses
- The main configuration file,
elise.properties
, is not reloadable. The ELC has to be stopped and started again ifelise.properties
needs to be reloaded. See Starting and stopping the Embarcadero License Center from the command line to stop/start the ELC.
Additional information, including history, is available in the <ELC>\logs\info.log file.