Versions Compared

Key

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

Table of Contents


Column

 

Installation

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

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

  1. Create an activation request (see Creating an activation request).
  2. Contact an AxxonSoft
  3. manager
  4. technical support specialist to get the
  5. necessary
  6. necessary License-server_InstallerWix.zip package and the keyfile.zip license key package for the private License
  7. Server
  8. server.
    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

  9. Run the
  10. setup
  11. License-server.
  12. exe
  13. msi file from the package
  14. ,
  15. received from an AxxonSoft
  16. manager
  17. technical support specialist. The installation
  18. will be
  19. is performed in the C:\Program Files\Common Files
  20. \VMS
  21. \VMS\VMS License Server directory.
  22. After the installation
  23. Once installed, the following
  24. will be
  25. is added:
    1. The VMS License Server program
  26. will be
    1. is added
  27. to
    1. to Programs and Features.
    2. The VMS_License_Service
  28. will be
    1. is added
  29. to
    1. to Services. It
  30. will start
    1. starts immediately after the installation. After restarting the
  31. Server
    1. server, the service
  32. will start
    1. starts automatically. In Task Manager in Processes, the process of the running service is called license_service.exe. After completing the process
  33. is finished
    1. , a new process
  34. will start in one minute.
    1. starts in one minute.
  35. 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.

  36. Add the LEASE_ACCOUNTER_TLS_AUTH_ENABLED system variable with the true value (see Appendix 9. Creating system variable).
  37. Stop the
  38. Stop the 
  39. VMS_License_Servicein Services.
  40. Add the server.license.key to the C:\Program Files\Common Files\VMS\VMS License Server\keys folder.
  41. 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.
  42. Start the VMS_License_Service.
  43. Stop the VMS_License_Service.
  44. 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.
  45. Start the VMS_License_Service.
  46. Activate the Client license.key on all Axxon One Servers in the domain using the activation utility (see Activation by applying license file).

Installing the private License Server in Windows OS is complete.

Possible errors:

  1. Axxon One doesn’t see the License Servertry disabling firewall on both computers, also check if 443 port isn’t already in use.
  2. The following error is in the License Server logs: C:\Program Files\Common Files\VMS\VMS License Server\logs

Installation of the private License server in Windows OS is complete. The License server 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 server. 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 server 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 server (including public certificates), which results in errors in the logs:

Code Block
~[22384]; 2024-05-28; 10:34:59.557; DEBUG;  /LicenseService/App/: ngp certificate path: C:/ProgramData\ITV\IntellectX\Tickets\ngp.ca
~[22384]; 2024-05-28; 10:34:59.620; ERROR;  /LicenseService/App/: HttpClient: error in performing http request -  err:Peer certificate cannot be authenticated with given CA certificates, method:POST, headers:

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

License server error: port 8080 is occupied

The following error can appear in the License server 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"}}

This error indicates that the server cannot use port 8080 due to the operating system-level restrictions.

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