Several commands can help identify the source of a licensing issue. The FlexLM utilities include an executable called lmutil, which can be used to display license availability and diagnostic information.
To check the availability of a specific feature, use:
lmutil lmstat -f <FEATURE>
For example, to check usage of the LDRALAUNCHER feature:
lmutil lmstat -f LDRALAUNCHER
This produces output similar to the following:
lmutil - Copyright (c) 1989-2017 Flexera Software LLC. All Rights Reserved. Flexible License Manager status on Tue 12/11/2018 09:44 [Detecting lmgrd processes...] License server status: 27000@winten License file(s) on winten: C:\flexlm\Ftype\license.dat: winten: license server UP (MASTER) v11.15.0 Vendor daemon status (on winten): LDRA: UP v11.15.0 Feature usage info: Users of LDRALAUNCHER: (Total of 63 licenses issued; Total of 2 licenses in use) "LDRALAUNCHER" v9.75, vendor: LDRA, expiry: permanent (no expiration date) nodelocked license, locked to Internet address "INTERNET=192.168.1.*" jim jim-PC /dev/tty (v9.75) (winten/27000 1702), start Tue 12/11 9:40 jack jack-PC1 jack-PC2 (v9.75) (winten/27000 1902), start Tue 12/11 9:42
This section shows which license server you are connected to and the FlexLM version in use:
License server status: 27000@winten License file(s) on winten: C:\flexlm\Ftype\license.dat: winten: license server UP (MASTER) v11.15.0
Confirms that the vendor daemon is running:
LDRA: UP v11.15.0
Displays how many licenses are issued and currently in use:
Users of LDRALAUNCHER: (Total of 63 licenses issued; Total of 2 licenses in use)
Shows the supported version and whether the license is permanent or time-limited:
"LDRALAUNCHER" v9.75, vendor: LDRA, expiry: permanent (no expiration date)
Indicates what the license is locked to (e.g., IP range):
nodelocked license, locked to Internet address "INTERNET=192.168.1.*"
Lists users currently using the feature:
jim jim-PC /dev/tty (v9.75) (winten/27000 1702), start Tue 12/11 9:40 jack jack-PC1 jack-PC2 (v9.75) (winten/27000 1902), start Tue 12/11 9:42
The format is:
"user" "hostname" "display" "(version)" "(license server/port)", "checkout time"
If a user is accessing a license via Remote Desktop or a similar method, the display field shows the machine from which the remote session was initiated.