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
Administrator permission is required for this procedure. FLEXnet is installed in /usr/local/flexnetserver when running the flexnetserver merge module.
- Back up your license files.
- Stop the Autodesk Network License Manager service by entering the following in Terminal:
sudo ./lmutil lmdown -q -force
- 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.
- Install the Network License Manager.
- Start the Autodesk Network License Manager service by entering the following string in Terminal.
Note: In the string, replace product.lic and debug.log with your license file name and log file name.
sudo ./lmgrd -c product.lic -l debug.log
To update FLEXnet in Linux
Administrator permission is required for this procedure. FLEXnet is installed in /opt/flexnetserver when running the flexnetserver merge module.
- Back up your license files.
- Stop the Autodesk Network License Manager service by entering the following in Terminal:
./lmutil lmdown -q -force
- 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.
- 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.
- Start the Autodesk Network License Manager service by entering the following string in Terminal.
Note: In the string, replace product.lic and debug.log with your license file name and log file name.
./lmgrd -c product.lic -l debug.log