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.

  1. 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.0.service
  2. Check that the LLS can retrieve information:
    • By opening the https://FQDNhostname:LLSport/v1/licensepools/deploymentID 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/deploymentID

    Here, the FQDNhostname is FQDN of your LLS host machine, LLSport is the port number you specified at the time of fingerprint generation, and deploymentID is the unique ID of the deployment you want to use. You can find the deployment ID in your downloaded license file.