🎉 We're happy to announce new public releases 🎉

  • TriCore v6.3r1 Inspector - v1.0r9 - A family of tools that provide an automated method for identifying toolset issues in compiled output code
  • VX-toolset for RH850 - v5.0r1 - Industry’s First End-to-End Compile, Debug and Test Toolchain for Renesas RH850 Microcontrollers
  • VX-toolset for TriCore - v6.4r1 - Software development environment of certified compiler toolsets for Infineon AURIX TC2xx/TC3xx microcontrollers
Contact us to get access

LDRA Test tools: Using lmutil for license diagnostics

07-May-2026

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


Understanding the output

License Server Information

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


Vendor daemon status

Confirms that the vendor daemon is running:

LDRA: UP v11.15.0


License availability

Displays how many licenses are issued and currently in use:

Users of LDRALAUNCHER: (Total of 63 licenses issued; Total of 2 licenses in use)


License details

Shows the supported version and whether the license is permanent or time-limited:

"LDRALAUNCHER" v9.75, vendor: LDRA, expiry: permanent (no expiration date)


License binding

Indicates what the license is locked to (e.g., IP range):

nodelocked license, locked to Internet address "INTERNET=192.168.1.*"


Active users

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.

Was this answer helpful?