Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Contact AxxonSoft technical support to get the License-server_InstallerWix.zip package.
  2. Run the License-server.msi file from the received package. 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 the true value (see Creating system variable).
  5. Stop the VMS_License_Service in Services.
  6. Send a file with collected HIDs of the computer to the AxxonSoft manager and request the keyfile.zip package for the private License server that contains:
    1. Certificate: ngp.licserver.crt.

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

    4. Client key: license.key.

  7. Unpack the keyfile.zip archive received from the AxxonSoft manager.
  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 lsprivate.key and the ngp.licserver.crt certificate to lskeyfile.crt and add them to the C:\Program Files\Common Files\VMS\VMS License Server folder. Confirm the file replacement.
    Note
    titleAttention!

    When you use the License server of a version lower than 2.1.1, you must rename the ngp.licserver.key and ngp.licserver.crt files to ls.key and ls.crt,respectively.

  10. Start the 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.

...