<img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=445056146107513&amp;ev=PageView&amp;noscript=1">

Query the License Manager from the Client

Travis Nave

Users regularly ask IT and CAD Managers to investigate their borrowed or available licenses via the Autodesk Network License Manager (NLM). In return, IT often asks the question, "Can the end-user query the license manager themselves to see the current status of license availability?"  

Fortunately, the answer to that question is YES! There are a couple of reliable methods that enable the end user to access the Autodesk Network License Manager and query the license status.  Please review the different methods below and choose the one that works best for you. 

Method #1: Using LMTOOLS 

You can install the LMTOOLS.EXE program onto a client machine and the user can configure it to query the server directly. 

Step 1:  Install or copy LMTOOLS.EXE onto the client machine and launch it.

Step 2:  On the Service/License File tab, choose the radio button labeled Configuration using License File.

Step 3:  In the box, type 27000@servername where servername is the hostname of your server hosting the NLM.  If you use a different port than the default 27000, you will need to change that as well.

news-2017-nov-lm-1.jpg

Step 4:  Then on the Server Status tab, click the Perform Status Enquiry button to get the current status.

news-2017-nov-lm-2.jpg

Method #2: Using LMUTIL.EXE LMSTAT

From a command-line interface, use the LMUTIL.EXE file to query the license manager from the client.  This can also be simplified in a batch file, if you prefer.

Step 1:  Install or Copy the LMUTIL.EXE to the client.

Step 2:  Open a Command Prompt by going to Start > Run and typing CMD, or by launching the Command Prompt icon. 

news-2017-nov-lm-3.jpg

Step 3:  At the command prompt, traverse to the folder location where you copied the LMUTIL.EXE file and then type the following command and hit Enter:

lmutil lmstat -a -c 27000@servername > status.txt

Note:  The 27000@servername needs to be replaced with the port number (default is 27000) and server hostname where the NLM is installed.  The inclusion of > status.txt is where the information will be piped into a text file named status.txt (or any filename you decide.)  The reason for this being that the status may scroll further than the command prompt window can show you.  You can then open this file in Notepad or any other supported text editor.

If you get an access denied error running this command, then you may need to run the CMD as Administrator.

news-2017-nov-lm-4.jpg

Step 4:  Open the newly created status.txt file in Notepad or any other compatible editor and read the status.  If you do not pipe the above command into a text file, then it will simply display on the screen instead of creating a file. 

Either of the above steps will allow your individual users to query the license manager without having to involve IT or the CAD Manager, freeing you up for more important tasks.  Keep an eye out for other quick tips from me!

 

Comments