Last Update: 7/10/2024
A concurrent license type means the purchased number of licenses are floating assigned among clients. If you are using a concurrent license, sometimes you may want to see who is checking out a license at the time, especially when all the available licenses are in used.
As the administrator of a concurrent license, you can always open LMTools and Perform Status Enquiry on Server Status tab. At the end of the output text, you can find the license check-out status.
As a client, you can choose one of the following ways to query license status from a client computer.
Method 1
@SERVERNAME or @IP_Address_Of_Server
Method 2
@echo off <path_to_lmstat.exe>\lmstat.exe -a -c <port_no.>@SERVERNAME pause
where <path_to_lmstat.exe> is the path to lmstat.exe file on the client computer, and SERVERNAME is your license server name. port_no. is the port number lmgrd.exe uses. It can be omitted if the default port 27000 is used, but the "@" symbol cannot be omitted. E.g. suppose you copy the lmstat.exe file to folder path C:\Tools\OriginLicenseServer\command line\, your license server names “OriginServer” and use port 27001, enter following lines in the .bat file:
@echo off "C:\Tools\OriginLicenseServer\command line\lmstat.exe" -a -c 27001@OriginServer pause
Keywords:concurrent, License Management, license checkout status, occupy license, monitor license usage