Setting up SLM Tags logging
To enable ILMT to track compiler usage, you must set up SLM Tags logging.
About this task
Procedure
Results
If a user's uid is listed in /etc/XLAuthorizedUsers, the compiler will log an authorized user invocation along with the SWID of the compiler being used. Otherwise the compiler will log a concurrent user invocation.
Note that XL compiler SLM Tags logging does not enforce license compliance. It only logs compiler invocations so that you can use the collected data and IBM License Metric Tool to determine whether your use of the compiler is within the terms of your compiler license.
Example
$id -u bsmith
24461
$id -u rsingh
9204
$id -u jchen
7531
You run the following command to obtain the SWID:
$ grep persistentId /opt/ibm/xlC/13.1.5/swidtag/*.swidtag
<Meta persistentId="43d3e5201c664350a0cb3a4772381fe0"/>
Then you create /etc/XLAuthorizedUsers with the following lines to authorize
these users to use the compiler:
24461,43d3e5201c664350a0cb3a4772381fe0
9204,43d3e5201c664350a0cb3a4772381fe0
7531,43d3e5201c664350a0cb3a4772381fe0



