Generating reports for UNICOM License Server
You can produce a report of the current status of the license usage. The report contains:
▪a status summary
▪information on active users for categories such as named users, named clients and floating users
▪details of every session that is currently active against the UNICOM License Server.
You can:
▪display the report onscreen
▪write the report to a file
▪write the report to a file in JSON format. Other processes can then parse the report.
Windows
1 Make sure that UNICOM License Server is running.
2 Start a command prompt window as administrator, and then navigate to the UNICOM License Server installation folder.
3 Do one of the following. (These examples uses the 64-bit version of the UNICOM License Server.)
To generate a report to the console, type:
ult_licesrv64 -report (or /report)
To generate a report to a file, type:
ult_licesrv64 -report filename (or /report filename)
To generate a report in JSON format to a file, type:
ult_licesrv64 -report:json filename (or /report:json filename)
UNIX and Linux
1 Make sure that UNICOM License Server is running.
2 Start a console window, and then navigate to the UNICOM License Server installation folder.
3 Do one of the following:
To generate a report to the console, type:
ult_srv -report (or /report)
To generate a report to a file, type:
ult_srv -report filename (or /report filename)
To generate a report in JSON format to a file, type:
ult_srv -report:json filename (or /report:json filename)
See also