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": "2024-12-20 06:41:50" } - 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.1.service
Note:
You can also check that LLS can retrieve additional information:On Windows, you cannot start services manually from the
Services window. You should, stop the service by terminating its process and then
start the service again from the Services window.
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
- 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