Creating a cloud license server
To create cloud license server:
- Log into theHCL Software FlexNet Operations Portal
using the email address that appears in your invitation. Note: If this is your first login, reset your password.
- Create a new cloud license device: .
- Click the Runs license server? check box.
- From the Server Deployment radio buttons, click Cloud, then Save
- In the View Server page, copy the License Server ID, and save it to use later in the AppScan Source License Manager.
- Select to assign licences to the cloud license server:
To configure a cloud or local license server using the command line interface:
- From a command line, move to the location of the
licensemgr
utility 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
- Specify either cloud or local license as part of the comand:
- To configure a cloud license server, type
licensemgr -configure -type CLS -instance <instance_Id> [-acceptCert]
where<instance_Id>
specifies the unique identifier for the cloud license server (CLS) instance. Required.-acceptCert
accepts the certificate to connect to license server. Optional.
- To configure a local license server, type
licensemgr -configure -type LLS -server <serverHost> -port <serverPort> [-acceptCert]
where-server
specifies the hostname of the license server.-port
specifies the local license server port.-acceptCert
accepts the certificate to connect to license server. Optional.
- To configure a cloud license server, type