...
Excerpt |
---|
For cloud deployments: if supported by the cloud provider, the VE license server instance can be moved to a different subnet, as long as the original instance can be moved. It is also possible to backup and restore (to the same instance) the license server data. However, the following actions will invalidate the license:
|
Div | ||
---|---|---|
| ||
Starting and Stopping the License Server
...
- Starting the license server:
# systemctl start licensed
- Stopping the license server:
# systemctl stop licensed
- Restarting the license server:
# systemctl restart licensed
The licensed service logs information to its log file in /opt/license-server/license_log/license.log and to journalctl.
Primary and Backup License Server
...
Note the parameters K_TYPE=COUNTDOWN and K_EXPIRED=100. They indicate that this is a backup license with 100 hours of emulator runtime. The remaining hours can be checked via the web interface.
Backup License Server Operation
...
License Server Log File
Log File Location
The license License server log file is stored under /opt/license-server/license_logThe log file is called /license.log.
At every license server start, a new version of the log file is created and the previous file is rotated to license.log.1. Other existing versions are rotated accordingly.
...