Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column
width45%50%
Panel
titleOn the page:

Table of Contents


Column

 

Installation

Note
titleAttention!
  • You cannot install the License Server server along with Axxon One. If you install Axxon One on a personal computer, you must dedicate a separate computer to install the License Serverserver.
  • Port 443 must be open.

To install the private License Server in server in Windows OS, do the following:

...

  1. Note
    titleAttention!

    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.

    Contact an AxxonSoft technical support specialist to get the necessary License-server_InstallerWix.zip package and the keyfile.zip license key package for the private License Serverserver.
    The keyfile.zip key package contains:
    1. Certificate: ngp.licserver.crt

    2. Private key: ngp.licserver.key
    3. Server key: server.license.key

    4. Client key: license.key

  2. Run the License-server.msi file from the package received from an AxxonSoft managertechnical support specialist. The installation is performed in the C:\Program Files\Common Files\VMS\VMS License Server directory.
    Once installed, the following is added:

    1. The VMS License Server program is added to Programs and Features.
    2. The VMS_License_Service is added to Services. It starts immediately after the installation. After restarting the server, the service starts automatically. In Task Manager in Processes, the process of the running service is called license_service.exe. After completing the process, a new process starts in one minute.
  3. Create an activation request. To do this, you must collect the computer's HIDs using the LS_tool utility by running it in the command line:
    Code Block
    C:\Program Files\Common Files\VMS\VMS License Server>LS_tool.exe --collect-hwinfo
    Note
    titleAttention!

    The key binds to the License server, not to Axxon One. When you use the Guardant key, make sure that the USB key is connected to the server where you install the License server.

  4. Add the LEASE_ACCOUNTER_TLS_AUTH_ENABLED system variable with
  5. the 
  6. the true value (see Appendix 9. Creating system variable).
  7. Stop the VMS_License_Service in Services.
  8. Add the server.license.key to the C:\Program Files\Common Files\VMS\VMS License Server\keys folder.
  9. Rename the ngp.licserver.key private key to ls.key and the ngp.licserver.crt certificate to ls.crt and add them to the C:\Program Files\Common Files\VMS\VMS License Server folder. Confirm the file replacement.
  10. Start the VMS_License_Service.
  11. Stop the VMS_License_Service.
  12. In the C:\Program Files\Common Files\VMS\VMS License Server\keys folder, delete the server.license.key. Only the key named as the system ID must remain in the folder.
  13. Start the VMS_License_Service.

Installing Installation of the private License Serverserver in Windows OS is complete. The License Serverserver web interface is available at https://127.0.0.1:444/ (see Logging in to the License Server web interface).

Possible issues

Connection error

Axxon One can fail to establish a connection with the License Serverserver. This is due to the network-level connection blocking.

In this case, we recommend disabling the firewall on both the Axxon One computer and the License Serverserver computer.

Make sure that port 443 isn't occupied by another process.

License

...

server certificate replacement

In some cases, antivirus software can replace the certificate received from the License Serverserver (including public certificates), which results in errors in the logs:

...

In this case, we recommend disabling traffic interception in the antivirus software. As a result, the certificate from the License Serverserver is accepted without modifications, allowing the system to function correctly.

License

...

server error: port 8080 is occupied

The following error may can appear in the License Serverserver logs:

Code Block
{"app":"LicenseServer","err":"listen tcp :8080: bind: An attempt was made to access a socket in a way forbidden by its access permissions.","level":"error","msg":"exited with error","time":"2022-06-09T09:23:59.471","version":{"PlanKey":"ASIP-LSG","BranchName":"develop","BuildNumber":"69","RevisionNumber":"e89e4088018e47ed982d6f74ed9c4abecde94859"}}

...

In this case, we recommend disabling the IIS (Internet Information Services) service. As a result, it frees up port 8080, allowing the License Serverserver to function properly.