Display License Information
You can verify which modules you have licensed either by using the IDOL Admin interface, or by sending the LicenseInfo
action from a web browser.
To display license information in IDOL Admin
-
In the Control menu of the IDOL Admin interface for your License Server, click Licenses.
The Summary tab displays summary information for each licensed component, including:
- The component name.
- The number of seats that the component is using.
- The total number of available seats for the component.
-
(Content component only) The number of documents that are currently used across all instances of the component.
- (Content component only) The maximum number of documents that you can have across all instances of the component.
The Seats tab displays details of individual licensed seats, and allows you to revoke licenses.
To display license information by sending the LicenseInfo action
- Send the following action from a web browser to the running License Server.
http://LicenseServerHost:Port/action=LicenseInfo
where:
LicenseServerHost
|
is the IP address of the machine where License Server resides. |
Port
|
is the ACI port of License Server (specified by the |
In response, License Server returns the requested license information. This example describes a license to run four instances of IDOL Server.
<?xml version="1.0" encoding="UTF-8" ?> <autnresponse xmlns:autn="http://schemas.autonomy.com/aci/"> <action>LICENSEINFO</action> <response>SUCCESS</response> <responsedata> <LicenseDiSH> <LICENSEINFO> <autn:Product> <autn:ProductType>IDOLSERVER</autn:ProductType> <autn:TotalSeats>4</autn:TotalSeats> <autn:SeatsInUse>0</autn:SeatsInUse> </autn:Product> </LICENSEINFO> </LicenseDiSH> </responsedata> </autnresponse>