Go to documentation repository
Page History
...
| Note | ||
|---|---|---|
| ||
|
Installation
| Note | ||
|---|---|---|
| ||
Before installing the License Serveryou install the License server, do the following:
|
To install the private License Server in server in Windows OS, do the following:
- 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:
- Contact an Contact AxxonSoft technical support specialist to get the necessary License-server_InstallerWix.zip package and the keyfile.zip license key package for the private License Server.
The keyfile.zip key package contains:Certificate: ngp.licserver.crt - Private key: ngp.licserver.key
- Server key: server.license.key
- Client key: license.key
- Run the License-server.msi file from the received package received from an AxxonSoft technical support specialist. The installation is performed in the C:\Program Files\Common Files\VMS\VMS License Server directory.
Once installed, the following is added:- The VMS License Server program is added to Programs and Features.
- 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 Processesthe processes of the task manager, the process of the running service is called license_service.exe. After completing you complete the process, a new process starts in one minute.
- Add the server.license.key to the C:\Program Files\Common Files\VMS\VMS License Server\keys folder.
Info title Note When installing, make sure that the UI folder is unzipped from the license-server-ui.zip archive.
- 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. Create a .bat file with the following contents (port 443 must be open):
- Stop VMS_License_Service in the task manager.
- Create an activation request. To do this, you must collect computer HIDs using the CodeReader.exe utility (see The utility for reading video capture card code and dongle).
- 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:
- Certificate: ngp.licserver.crt
- Private key: ngp.licserver.key
- Server key: server.license.key
- Axxon PSIM license key: psim.sec.
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 - Configure the environment variables to use the HTTPS protocol:
- Add the LEASE_ACCOUNTER_TLS_AUTH_ENABLED system variable with the true value (see Creating system variable).
- Specify the 443 port number for the LEASE_ACCOUNTER_UI_PORT system variable.
- Put down the path to the
- LEASE_ACCOUNTER_TLS_CERTIFICATE=%Path_to_server%\keyfile.crt
SET - certificate.
- Put down the path to the 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- key private key.
- Go to the C:\Program Files\Common FIles\VMS\VMS License Server installation folder, where:
- Put the License Server (windows-x86_64)file.
- Put the file of the ngp.licserver.key private key renamed to private.key.
- Put the file of the ngp.licserver.crt certificate renamed to keyfile.crt.
- Put the file of the Axxon PSIM psim.sec license key in the C:\Program Files\PSIM\ folder.
- Add server.license.key to
- Run the created .bat file.
- Wait for the full download and close the window. In
- the C:\Program Files\Common Files\VMS\VMS License Server\keys folder , delete the
- .
Note title Attention! 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.
- Run VMS_License_Service in the task manager.
- Stop VMS_License_Service in the task manager.
- Delete server.license.key . Only the key named as the system ID must remain in the folder.
- Re-run the .bat file again.
- from the C:\Program Files\Common Files\VMS\VMS License Server\keys folder. The folder must have only the key with the name containing the system ID.
- Run VMS_License_Service in the task manager.
| Code Block |
|---|
C:\Program Files\Common Files\VMS\VMS License Server>LS_tool.exe --collect-hwinfo |
| title | Attention! |
|---|
Installation of the private License serverInstalling the private License Server 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 port 80, do the following:
- Contact an AxxonSoft manager and get the 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
- 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 port 443, do the following:
...
Certificate: ngp.licserver.crt
- Private key: ngp.licserver.key
Server key: server.license.key
Client key: license.key
...