If you are using the Autodesk License Manager (ADLM) with FlexLM technology, you can reserve a network license for a specific user, group of users, host, or group of hosts. The first step is to create and save an Options file. This is a simple text file that allows you to control several operating parameters of the ADLM, including who gets a reserved license. Note that all of the text in the Options file is case sensitive.
Use Notepad or another text editor to create a text file that includes a Reserve statement, which follows this format:
RESERVE [number of licenses] [feature][type][name]
[Number of licenses] is the number of licenses you want to reserve.
[Feature] is the code for the application. You can find this in the product license file, right after the word INCREMENT. Here is a list of feature codes for the most recent versions of AutoCAD:
Release |
Feature Code |
AutoCAD 2006 |
48800ACD_2006_0F |
AutoCAD 2007 |
51200ACD_2007_0F |
AutoCAD 2008 |
54600ACD_2008_0F |
AutoCAD 2009 |
57600ACD_2009_0F |
[Type] can be USER, HOST, GROUP, or INTERNET.
[Name] is the name of the user, host, or group.
- USER requires a user login name
- HOST requires a client machine name
- GROUP defines a group of users
- INTERNET is the IP address of a client machine
For example, to reserve one AutoCAD 2002 license for a user named Sturgeon, you would use the following:
RESERVE 1 41100ACD_2002_0F USER Sturgeon
Add new lines to the Options file to reserve licenses for additional users.
Here are more examples of RESERVE strings:
RESERVE 1 41100ACD_2002_0F HOST salmon
This Options file will reserve one license for a computer named salmon, regardless of the user that is logged on that computer.
GROUP school pike flounder trout Administrator
RESERVE 4 41100ACD_2002_0F GROUP school
This defines a group named school with members pike, flounder, trout, and Administrator, then reserves four licenses for them.
Note that Administrator starts with an uppercase A on Microsoft Windows operating systems. Also note that you can define additional groups by adding new lines to the options file.
RESERVE 1 41100ACD_2002_0F INTERNET 231.172.17.156
This reserves one license for the computer with IP address 231.172.17.156, regardless of what user is logged on to the computer.
When you’ve completed your reservations, save the text file as adskflex.opt in the same directory or folder as your FLEXlm license file. The default location for this file is:
C:\Program Files\Autodesk License Manager\License
Your final step is to stop and restart the network license server. The Options file won’t be read until you do so. Start the license management tools utility and click on Configuration Using Services. Select Stop Server on the Start/Stop/Reread tab. Wait 20 seconds, then click on Start Server. If you want to check to see that your reservation went through, select the Server Status tab in LMTOOLS and click on Perform Status Enquiry. Your reservation should show up in the Enquiry results. |