With iTest 4.2 Spirent introduced a new license manager. Spirent chose to no longer support the lmutils GUI tool on Windows due to some limitations of the tool. As a result, some may be wondering how to get to some of the neat features of the old GUI tool. This FAQ provides you with a few of these.
To start the license manager, use the following command:
lmgrd -c <licenseFileName> -l debug.log
This will start the server and point it at the license file. If you want all the license files in a particular directory, use:
lmgrd -c <pathToLicenseFiles> -l debug.log
This will start the daemon and feed it all the files that end in “.lic”.
If you want to see the status of the license manager, use the following command:
lmutil lmstat -c <licenseFileName> -a
This will dump all the information about each of the features in the license file and who has them currently checked out. If you leave off the “-c <licenseFileName>” you will get all the features that the license server is currently serving.
To shut down the license server, use the following command:
lmutil lmdown -c <licenseFileName>
I’ll follow this up later with more commands and possibly a procedure to start this as a service in Windows.