|
Before installing the License Serve, do the following:
|
To install the private License Server in Windows OS, do the following:
C:\Program Files\Common Files\VMS\VMS License Server>LS_tool.exe --collect-hwinfo |
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. |
When installing, make sure that the UI folder is unzipped from the license-server-ui.zip archive. |
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 |
Installing 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).
Axxon PSIM can fail to establish a connection with the License Server. This is due to the network-level connection blocking.
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 Server:
iisreset -stop |
To use the HTTP protocol on another port instead of the port 80, do the following:
Certificate: ngp.licserver.crt
Server key: server.license.key
Client key: license.key
To use the HTTPS protocol on another port instead of the port 443, do the following:
Certificate: ngp.licserver.crt
Server key: server.license.key
Client key: license.key