Find us on Google+ FlexNET Publisher - A License to Network (Part 6) - Setting up an Options File ~ Inventor Tales

Wednesday, March 02, 2011

FlexNET Publisher - A License to Network (Part 6) - Setting up an Options File

I always say don't make plans, make options.
Jennifer Aniston

After getting ahead of an installation this weekend, here's the promised blog on options files.

This is a continuation from Part 5 last week.

First, the necessary definition.  What is an options file? 

In short, an options file is a text file that allows FlexNET (and by extension the CAD Manager), to control access to the licenses under control.  For example, the administrator can

  • Reserve licenses to specific users or groups
  • Set how long a license can be borrowed from the license server
  • Set how long a license can sit idle before it's returned to the pool
And yes, there are many things you can do.

Since there are so many things and variations an options file can control, we'll show this by example. 

Before we'll get started, you'll need to know the Feature Code for the product you wish to control.  In the screen capture below, I've highlighted the feature code for my Vault Professional 2011 license.


The Vault Manufacturing Feature Code


For a full list of Feature Codes for the Autodesk products.  Look to the Autodesk Technical Documents Below

Now that we know the feature we're going to control, let's decide what we want to do.  Let's say we want to do the following

  • Ensure a license can't sit idle for more than 60 minutes
  • Reserve a license for the user "jonathan.landeros" (That's me!)
With that decided, lets go ahead and start a brand new, empty Notepad file and type in the following code

#LIcense can only sit idle for 1 hour (3600 seconds) before being returned to the license pool
TIMEOUTALL 3600

#Reserve 1 license for Vault Professional
RESERVE 1 85588VLTM_2011_0F USER jonathan.landeros

Once you have the license options typed in, save the file under the name ADSKFLEX.OPT and save it in the same directory as you have your license file.

The options file in it's natural environment.

But we have one more really important step.  Make sure to open up LMTOOLS, and on the START/STOP/REREAD tab, click the REREAD LICENSE FILE button.

Hit the reread license file

Now the license file is read in, now switch to the Config Services tab, and click the VIEW LOG button.  Click the close license when done

Log file with license codes
 So those are the basic steps.  But where did I learn the proper codes to type in?  Autodesk has a great technical document on Options Files HERE.  It's absolutely worth it.  It shows you all the different commands you can use.

You can also check the licensing guide, located in the documentation section of your Autodesk Product Install. 

Check the "Read the Documentation" section of your installation

So now we're done.  For now at least.  Next, we'll talk about the different server configurations.

No comments:

Post a Comment