Generating license compliance reports
By using the IlmtReporter script file, you can run a report that is based on the data that is stored in the Derby database. The reporter can generate both CSV format files (for viewing by using a spreadsheet program), and IBM® License Metric Tool slmtag files that are read by the IBM License Metric Tool agent.
About this task
The IlmtReporter.bat (Windows) and IlmtReporter.sh (UNIX) script files are located in the installation directory where you installed IBM System Dashboard for Enterprise Content Management.
The IlmtReporter script file only reads data from the Derby database. It does not change or update data. Therefore, the script is safe to run any time. Run the reporter at least one time each year to correctly report User Value Unit (UVU) data to the IBM License Metric Tool agent.
You can also use the IlmtReporter script file to generate a concurrent user report, concurrent_user_output.cs, in the output directory specified in the IlmtReporter configuration file. This report shows the peak concurrent usage for the period specified in the command line parameters. The report also shows the list of users that were using the system.
Usage: IlmtReporter -f CONFIG_FILE -s START_DATE -e END_DATE
Where:
-f CONFIG_FILE is the location (path and file name) of the IlmtReporter.conf file
-s START_DATE is the starting date for the report (MM/DD/YYYY), inclusive.
-e END_DATE is the ending date for the report (MM/DD/YYYY), inclusive.
Note: If the path or file name contains spaces, the parameter must be enclosed with double quotes.
Note: Include the -c option at the end of the command to generate a concurrent user report.Procedure
Example
IlmtReporter.bat -f IlmtReporter.conf -s 01/01/2015 -e 12/31/2015IlmtReporter.bat -f IlmtReporter.conf -s 01/01/2015 -e 12/31/2015 -c