Details
When one or several users have borrowed licenses and are away, how do I know when these licenses will be available on the server again ?
Solution
From a Windows command line, you can execute :
lmutil lmstat -a -c 28000@server_hostname
Look for the "linger" value which indicates the number of remaining seconds. You can then divide this value by 86400 (60 * 60 * 24) to get the number of days for this period length or by 3600 to get the number of hours.
For example :
user1000 PC_client PC_client0.0 (v1.0) (licserver/28000 3201), start Thu 7/21 11:23 (linger: 345317 / 345540)
Remaining time = 345540 / 86400 = 4 days
Hardware/Software Configuration
Platform: INTL64
OS: windows
OS Version: 1064
Product: NX
Application: SYSTEM
Function: SYSTEM_TOOLS
Ref: 002-8015457