Verifying HCL Local License Server installation
After you have installed HCL Local License Server (LLS), you must verify the installation to ensure that the LLS is reachable.
Verify LLS installation by using any of the following methods:
- Check LLS health by
using the following GET API
request:
https://FQDNhostname:LLSport/v1/healthAn example response is displayed as follows:{ "status": "Active", "uptime": "42 hours, 22 minutes, 2 seconds", "timestamp": "2025-05-26T11:38:03.397Z" } - Check that the LLS
service is running.
- On Windows, open the Windows Services (service.msc).
- On Linux, enter the following
command:
systemctl status HCL-Local-License-Server-5.2.service
Note:
On Windows, open the Windows Services (service.msc) to start /
stop / restart the LLS Service.
On Linux, enter the following commands to start / stop / restart the LLS service
systemctl stop HCL-Local-License-Server-5.2.service
systemctl start HCL-Local-License-Server-5.2.service
systemctl restart HCL-Local-License-Server-5.2.service
You can also check that LLS can
retrieve additional information:
- By opening the https://FQDNhostname:LLSport/v1/licensepools/poolID URL from a web browser on Windows.
- On Linux, enter the following
command:
curl --cacert /path/to/your/certificate.crt https://FQDNhostname:LLSport/v1/licensepools/poolIDHere, the FQDNhostname is FQDN of your LLS host machine, LLSport is the port number you specified at the time of fingerprint generation, and poolID is the unique ID of the deployment you want to use.
You can find the pool ID in the installed_directory/logs/hcl_lls_pools.log file or by using the following API endpoint:https://FQDNhostname:LLSport/v1/licensepools