Versions Compared

Key

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

...

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

Installation

Note
titleAttention!

Before installing the License Serveryou install the License server, do the following:

  1. Install the Microsoft Visual C++ libraries if they aren't installed in the system:
    • 2008;
    • 2010;
    • 2013;
    • 2017.
  2. Download and install the Guardant driver from the official website.
  3. Connect the Guardant USB key to the computer.

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

...

:

...

    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 PSIM. When using the Guardant key, make sure that the USB key is connected to the server where you install the License Server.
  1. 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
  2. Server
  3. 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
  4. 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 you restart 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.
  5. Add the
  6. 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 PSIM. When you use the Guardant key, make sure that the USB key is connected to the server where you install the License server.

  7. Add the server.license.key to the C:\Program Files\Common Files\VMS\VMS License Server\keys folder.
    Info
    titleNote

    When installing, make sure that the UI folder is unzipped from the license-server-ui.zip archive.

  8. Rename the ngp.licserver.key private key to private.key and the ngp.licserver.crt certificate to keyfile.crt and add them to the C:\Program Files\Common Files\VMS\VMS License Server folder. Confirm the file replacement.
  9. Create a .bat file with the following contents (port 443 must be open):
    Code Block
    set Path_to_server=C:\Program Files\Common Files\VMS\VMS License Server
    
    SET LEASE_ACCOUNTER_LSTOOL_PATH=%Path_to_server%\LS_tool.exe
    SET LEASE_ACCOUNTER_PUBLIC_KEY=%Path_to_server%\public.pem
    SET LEASE_ACCOUNTER_TLS_CERTIFICATE=%Path_to_server%\keyfile.crt
    SET LEASE_ACCOUNTER_TLS_CERTIFICATE_KEY=%Path_to_server%\private.key 
    SET LEASE_ACCOUNTER_TLS_AUTH_ENABLED=true
    SET LEASE_ACCOUNTER_LOG_DIR=%Path_to_server%\logs\
    SET LEASE_ACCOUNTER_BADGER_DIR=%Path_to_server%\badger
    SET LEASE_ACCOUNTER_LICENSE_FILES_DIR=%Path_to_server%\keys
    SET LEASE_ACCOUNTER_PORT=443
    SET LEASE_ACCOUNTER_HTTP_PORT=86
    
    license-server.exe
  10. Run the created .bat file.
  11. Wait for the full download and close the window.
  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. Re-run the .bat file again.

Installing Installation of the private 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 PSIM 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 PSIM computer and the License Serverserver computer.

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

Windows Server Error

It is possible that the Windows Server cannot work together with the IIS (Internet Information Services) process. In this case, we recommend stopping the process before running the License Serverserver:

Code Block
iisreset -stop

HTTP and HTTPS protocols

HTTP

To use the HTTP protocol on another port instead of the port 80, do the following:

  1. Contact an AxxonSoft manager and get the new a new keyfile.zip keys package that must contain:
    • Certificate: ngp.licserver.crt

    • Private key: ngp.licserver.key
    • Server key: server.license.key

    • Client key: license.key

  2. Replace the keys and generate a new .bat file in the C:\Program Files\Common Files\VMS\VMS License Server\keys folder.

HTTPS

To use the HTTPS protocol on another port instead of the port 443, do the following:

  1. Contact an AxxonSoft manager and get the new a new keyfile.zip keys package that must contain:
    • Certificate: ngp.licserver.crt

    • Private key: ngp.licserver.key
    • Server key: server.license.key

    • Client key: license.key

  2. Replace the keys and generate a new .bat file in the C:\Program Files\Common Files\VMS\VMS License Server\keys folder.