Create a debug log file, configure your network license server, start it, and confirm that it's running.
Create a Debug Log File
Debug log files contain Network License Manager (NLM) history information you can review to troubleshoot problems with your license servers.
- Create a subfolder named Logs under the folder in which you installed NLM.
- Use a text editor to create a text file within the Logs subfolder.
- Give the text file any name you like, but be sure to change the extension from
.txt to
.log.
Configure the License Server
To configure a Windows server, you can use the LMTOOLS utility provided with NLM.
- Open the LMTOOLS utility by clicking Start ➤ All Programs ➤ Autodesk ➤ Network License Manager ➤ LMTOOLS Utility.
- From the Service/License File tab, verify that the Configuration Using Services option is selected.
- Select the checkbox LMTOOLS Ignores License File Path Environment Variables.
- From the Config Services tab, use the Service Name drop-down menu to specify a name.
- Specify paths for the following three files:
- Path to the
lmgrd.exe file: Browse to select the file in your NLM folder.
- Path to the license file: Browse to select the license file you obtained from Autodesk.
- Path to the debug log file: Browse to select the debug log file you created earlier.
- Select Use Services. Then select Start Server At Power Up. This setting ensures that the license server starts automatically if the server rebooted after maintenance or a power outage.
- Click Save Service and confirm.
To configure a Mac OS X or Linux server, proceed as follows:
- Rename your license file to
adsk_server.lic and save it on the desktop.
- Move the
adsk_server.lic file from the desktop into this hidden folder: /var/flexlm.
Start the License Server
To start your Windows license server with the LMTOOLS utility:
- From the Start/Stop/Reread tab, verify that the correct server name is highlighted and click Start Server.
- Verify that the license server has started (within 30 seconds). You should see the message, "Server Start Successful" at the bottom of the dialog.
To start your Mac OS X or Linux license server, use Terminal.
- To get to the directory, enter the following commands:
sudo chmod -R 777 /var/flexlm
sudo chmod -R 777 cd /usr/local/flexnetserver
cd /usr/local/flexnetserver
- To list the directory contents, enter this command:
ls
- To start the license server, enter this command:
sudo ./lmgrd -c /var/flexlm/adsk_server.lic
Confirm That the License Server Is Running
To confirm in Windows:
- From the Server Status tab of the LMTOOLS utility, click Perform Status Enquiry.
- When information is displayed in the status window, scroll down and verify the following:
- Verify that the license server is running the latest version. Check the line that reads something like YourServerName : license server UP (MASTER) v11.12.0.
- Verify that the license server has successfully read the license file and found no errors. You should see a line that reads something like Adskflex: UP v11.12.0.
If you do not see these two lines, the license server did not start correctly. Recheck your work to obtain and configure the license file.
To confirm in Mac OS X or Linux:
Note: If you receive an error message that the server has not started, use the Activity Monitor to find and quit the lmgrd process. Only then can you restart the license server.