|
To install the private License Server in Linux OS, do the following:
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/ |
Go to the LicenseServer folder:
cd /etc/AxxonSoft/LicenseServer/ |
Restart the License Server:
sudo systemctl restart license |
Go to the /etc/AxxonSoft/LicenseServer/ path and add the server.license.key to this directory:
sudo cp server.license.key /etc/AxxonSoft/LicenseServer/ |
Restart the License Server:
sudo systemctl restart license |
As a result, two files will be 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/serv\ license.key |
Activate the Client license.key on all Axxon One Servers in the domain using the activation utility (see Activation by applying license file)
As a result, two files will be located on all Axxon One Servers in the domain at the /opt/AxxonSoft/RaFT/data/Nodes/default/Tickets/path: Client license.key and ngp.ca certificate. |
Installing the private License Server in Linux OS is complete.
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 |