Flemming,
The Sentinel Keys Server logs the exact information you are looking for. That logging is enabled in the sentinel key server configuration file, sntlconfigsrvr.xml, found on your license server in this location:
/opt/safenet_sentinel/common_files/sentinel_keys_server/
In this file, edit the LogClientRequestResponse section by placing a file name in between the header and trailer, something like this
<LogClientRequestResponse>
sentlog
</LogClientRequestResponse>
That log file will be stored in the same folder as the configuration file (the sentinel_keys_server folder). It will contain an initial 2 lines with version of the key server, date, time, and hostname of the server. Then each time a client accesses the Sentinel Keys Server, a log entry will be created in that log file. Each log entry will contain the following information, in this order:
1 - Issue unshared license
2 - Issue shared license
3 - Release license
4 - timeout
-
Serial Number of the USB Hardware Device plugged into the server
-
Hard limit of that key
-
The current "in use" counter. This can go up to the hard limit and no higher
-
The license ID - this should be 18858 for a non-sysplex license, and 35028 for a Sysplex license
-
The user limit of the license - this is the limit that this one user can reach in terms of Cps
-
The user "in use" counter - this is the current number of Cps being used by this user
-
The Linux host name of the user
-
The Linux user id requesting or releasing the license
-
The client process id (the process id of the client application)
-
The operation return code
By looking at the log file over a period of days or weeks, you will quickly see the high water mark of licenses out at one time (the current "in use" counter), who is using the most, etc.
Note that this log file can grow large rather quickly, so you may want to enable logging only during diagnosis time.
We are investigating if this and other information available from the Sentinel Keys Server should be made available in other ways. But I hope this solves your immediate need.
RDTBebe