Creating a cloud or local license server
To create cloud or local license server:
- Log into the My HCLSoftware portal.
- Click the Deployments tab.
- Click Add Deployment.
- Type a unique name for the deployment, select a product for which to deploy the license server from the drop-down list, and click Add Deployment.
- In the Allocated box for the new deployment, type the
number of licenses to allocate to the deployment. Note: Every development license includes an entitlement to a remediation license. When you create a deployment for a development license, you must also create a deployment for a remediation licence with an equal number of licenses allocated.
- Click Save all changes.
To configure a cloud or local license server using the command line interface:
- From a command line, move to the location of the
licensemgrutility in the installation path:- On Windows, the default file location is <SYSTEM DRIVE>:\Program Files\HCL\AppScanSource\bin
- On Linux, the default file location is /opt/hcl/appscansource/bin
- Type:
licensemgr -configure -url <licenseServerUrl> [-acceptcert]where-
-urlspecifies license server URL. -
-acceptcertaccepts the certificate to connect to license server. Optional.
-