Mac OS X and Linux Procedures to Update FLEXnet
 
 
 

To determine the installed version of FLEXnet, you need to verify the version of the following files:

NoteVersion 11.9.0.0 of the FLEXnet license manager that ships with Autodesk products is backwards compatible, and will administer licenses for products from versions 2002 through 2012. Please note that Autodesk products older than version 2005 are no longer supported.

To verify the version of Mac OS X or Linux tools

You should be logged in with the same user ID you used when installing the FLEXnet files, for example, /Users/<userid>/adsknlm (Mac OS X) or /home/<userid>/adsknlm (Linux).

Enter the following commands in the terminal window/prompt:

<prompt>./lmutil -v
<prompt>./lmgrd -v
<prompt>./adskflex -v

The output of each command will look similar to this example:

Copyright
© 1989-2010 Macrovision Europe Ltd. And/or Macrovision Corporation.
All Rights reserved. 
lmutil v11.5.0.0 build 56285 i86_mac10

To update FLEXnet in Mac OS X

You should be logged in with the same user ID you used when installing the FLEXnet files, for example, /Users/<userid>/adsknlm. The logged in user ID should be in the sudoers list to execute some of the following commands.

  1. Back up your license files.
  2. Stop the Autodesk Network License Manager service by entering the following in Terminal:
    sudo ./lmutil lmdown -q -force
  3. Note the location where the Network License Manager is installed and then uninstall the Network License Manager by entering the standard Mac OS X commands, for example, rm.
  4. Install the Network License Manager. Copy the new version of the FLEXnet network license manager files (lmgrd, adskflex, and lmutil) to the location recommended when you configured your license server, for example, /Users/<user id>/adsknlm.
  5. Start the Autodesk Network License Manager service by entering the following string in Terminal.
    NoteIn the string, replace acad.lic and debug.log with your license file name and log file name.
    sudo ./lmgrd -c acad.lic -l debug.log

To update FLEXnet in Linux

You should be logged in with the same user ID you used when installing the FLEXnet files, for example, /home/<userid>/adsknlm. The logged in user ID should be in the sudoers list to execute some of the following commands.

  1. Back up your license files.
  2. Stop the Autodesk Network License Manager service by entering the following in Terminal:
    ./lmutil lmdown -q -force
  3. Note the location where the Network License Manager is installed and then uninstall the Network License Manager by entering the standard Linux commands, for example, rm.
  4. Install the Network License Manager. Copy the new version of the FLEXnet network license manager files (lmgrd, adskflex, and lmutil) to the location recommended when you configured your license server, for example, /home/<user id>/adsknlm.
  5. Start the Autodesk Network License Manager service by entering the following string in Terminal.
    NoteIn the string, replace acad.lic and debug.log with your license file name and log file name.
    ./lmgrd -c acad.lic -l debug.log