...
Every VE-enabled Charon emulator must be configured with the information how to reach the primary VE license server and - if applicable - also the backup license server (exactly one backup server can be configured). If the license is protected by a passphrase, this passphrase must also be configured. These steps are described in the following sections:
...
- Log in to the system as the privileged user.
- Open the configuration file with a text editor
(the default location is in /opt/charon-agent/ssp-agent/ssp/<emul-architecture>/<emul-sparc-name>/) where
<emul-architecture> stands for sun-4m, sun-4u, or sun-4v. - Locate the [license] section (if it does not exist, add it).
- Add the parameter
server = <license-server-ip-address>[:<port>]
to the section, where- <license-server-ip-address> is the IP address of the license server, and
- <port> is the TCP port on which the license is served (if not specified, the default port 8083 will be used).
- Optionally, add a backup license server (max. one backup server). The backup server typically provides a license limited to a certain number of runtime hours should the primary server become unavailable.
Relevant parameter:
backup_server = <backup-license-server-ip-address>[:<port>]
to the section, where- <backup-license-server-ip-address> is the IP address of the backup license server, and
- <port> is the TCP port on which the license is served (if not specified, the default default port 8083 will be used).
- If defined on the license, add the license passphrase. The passphrase provides an authentication of license client to license server. The correct values for <primary-license-server-passphrase> and <backup-license-server-passphrase> can be found in the license_viewer output of the license server. If there are several product sections on the same license, be careful to select the passphrase associated with the correct product section. Relevant parameters:
- server_key = <primary-license-server-passphrase>
- backup_server_key = <backup-license-server-passphrase>
- Save the configuration file.
- At the next restart of your emulator instance, the configuration becomes active.
...
To configure a backup license server, repeat the line, but with the address and passphrase of the backup license server. The first line is treated as the primary server, the second as the backup server. Only one backup server can be configured. The backup server typically provides a license limited to a certain number of runtime hours should the primary server become unavailable. If all valid licenses are lost or removed while an emulator is running, there is a grace period (configured on the license; default: 2 hours). The grace period is the time period during which the emulator continues to run after its license has been lost or removed. If there is no valid license after the grace period ends, the emulator will stop (this could cause data loss for a running guest system).
Please note: the parameter license_id "<product-license-number>"
which is used by Sentinel HASP licensing to identify the correct product section is not supported by the VE license server. If it is in the configuration file, comment it out.
...
set session license_key_id = "VE://<primary-licserv-IP>[:<port>]/<passphrase>/,
VE://<backup-licserv-IP>[:<port>]/<passphrase>/
"
Only one backup server can be configured. The backup server typically provides a license limited to a certain number of runtime hours should the primary server become unavailable. If all valid licenses are lost or removed while an emulator is running, there is a grace period (configured on the license; default: 2 hours). The grace period is the time period during which the emulator continues to run after its license has been lost or removed. If there is no valid license after the grace period ends, the emulator will stop (this could cause data loss for a running guest system).
Include Page | ||||
---|---|---|---|---|
|
...