|
|
To install the private License Server in the Linux OS, do the following:
/opt/AxxonSoft/LicenseServer/LS_tool-static --collect-hwinfo |
The key binds to the License Server, not to Axxon One. When using the Guardant key, make sure that the USB key is connected to the server where you install the License server. |
Install the private License Server:
sudo dpkg -i license-server.deb |
Make sure that there is a LEASE_ACCOUNTER_TLS_AUTH_ENABLED=true variable at the /etc/AxxonSoft/LicenseServer/ path in the license.conf configuration file. If the variable is missing, run the following command:
sudo nano /etc/AxxonSoft/LicenseServer/license.conf |
Unzip the keyfile.zip archive, received from an AxxonSoft manager, into the keyfile folder:
sudo mkdir keyfile & unzip keyfile.zip -d keyfile |
Go to the keyfile folder:
cd ./keyfile/ |
Add the ngp.licserver.crt certificate and the ngp.licserver.key private key to the /etc/AxxonSoft/LicenseServer/ directory:
sudo cp ngp.licserver.crt ngp.licserver.key /etc/AxxonSoft/LicenseServer/ |
Restart the License Server:
sudo systemctl restart license |
Add the server.license.key to the /var/AxxonSoft/LicenseServer/keys directory:
sudo cp server.license.key /var/AxxonSoft/LicenseServer/keys |
Restart the License Server:
sudo systemctl restart license |
As a result, two files are located at the /var/AxxonSoft/LicenseServer/keys path: server.license.key and a key named as the system ID.
Delete the server.license.key from the /var/AxxonSoft/LicenseServer/keys directory:
sudo rm /var/AxxonSoft/LicenseServer/keys/server.license.key |
Installing the private License Server in the Linux OS is complete. To access the License Server web interface, do the following:
systemctl status license |
As a result, the License Server web interface opens (see Logging in to the License Server web interface).
Install:
dpkg -i license-server.deb |
Delete:
dpkg -r license-server |
Restart the service:
systemctl restart license |
Check the status of the service:
systemctl status license |
View the service log:
journalctl -u license.service -r |
Check the status of the service:
ngp_license_service_status |
Where the response is:
Check license expiration time:
ngp_license_expire_time_utc |
The response contains the time in 64-bit Unix format. To convert the response to date and time format, you can use any available converter (for example, https://timeconverter.online/). For example, 1917820800 corresponds to October 10, 2030, in the value of the license key.
Metrics are sent either every three minutes or when connection with the License Server is lost. |