Additional setup for networked licenses
 
 
 

To configure your machines to serve and receive licenses across the network, you must set up the license server machine ( Activating the software from a serial number and Installing a license), then set up each client computer that obtains a license from the server. (Servers can serve a license to themselves.)

Note

(Windows) License server management options and license server confirmation

To set options and start the license server

  1. Select Start > Programs > Autodesk > Common Utilities > FlexLM License Utilities.
  2. In the LMTOOLS window, click the Service/License File tab and select the Configuration using Services option.
  3. Click the Config Services tab.
  4. Turn on Use Services.
  5. Turn on Start Server at Power Up.
  6. Check that the values shown are correct:
    • Path to the lmgrd.exe file is C:\Program Files\Common Files\Alias Shared\Licensing\etc\lmgrd.exe
    • Path to the license file is: C:\FLEXLM\aw_servername.dat, where servername is the name of the license server machine.
      NoteThe path to the debug log file is optional and can be left blank.
  7. Click Save Service.
  8. Click the Start/Stop/Reread tab and click Start Server.

(Windows) To confirm the license server operation

  1. Click the Server Status tab.
  2. Click Perform Status Enquiry.

    If the license server is up, the window displays:

    <servername>:license server UP(MASTER)

    where servername is the license server computer name. The text area should also list the products/features and the number of logins you have.

  3. Close LMTOOLS.

(Windows) To stop and start the license server

  1. In the LMTOOLS window, Service/License File tab, make sure Configuration using Services is turned on.
  2. Click the Start/Stop/Reread tab, click Stop Server, and then Start Server.

(Windows) Checking whether the license server is running

You can use the Windows Task Manager to tell whether the license server is running. Do the following steps on the license server computer.

To check license server status

  1. Press Ctrl+Shift+Esc on your keyboard. The Task Manager appears.
  2. Click the Processes tab.

    If lmgrd.exe and sgiawd.exe are in the list of processes, the license server is up. If neither are in the list, the license server is down. If only one is in the list, the license server is partially up. In this case, restart the computer.

(Linux) License server management options and license server confirmation

(Linux) To start the license server

  1. Log in as root if you have not done so.
  2. Check to see that the aw_flexlm script is installed in the following directory:
    /etc/rc.d/init.d/
  3. Stop then start the lmgrd daemon by entering the following commands:
    /etc/rc.d/init.d/aw_flexlm stop
    /etc/rc.d/init.d/aw_flexlm start
  1. Log out of root.

(Linux) Additional troubleshooting steps

If you are having problems starting your licensing server, and stopping and then restarting your service as in the above instructions does not solve your problem, do the following:

  1. Type the following, and then press Return.
    killall lmgrd
  2. Type the following, and then press Return.
    /usr/aw/COM/etc/lmgrd -c <path to license file>
  3. View the log file at the following location:
    /usr/tmp/aw_flexlm.log
  4. Type the following, and then press Return to see if the license manager is running in the process list. For example:
    ps -aef | grep lmgrd

    (The ps command may have different options in your shell.) This confirms that the daemon is now running.

For further information on troubleshooting networked license issues see Troubleshooting licensing problems (Linux, Mac OS X).

(Mac OS X) License server management options and license server confirmation

NoteMac OS X Server is not supported by the FLEXlm licensing software.

(Mac OS X) To start the license server

In the following section, you’re going to use sudo—the special Mac OS X command that executes other commands with the highest level of user permissions—to start the license server. You must authenticate sudo each time you use it. The following commands must be run by someone who has administrator privileges on the machine.

  1. Start the license server by typing the following in Terminal. (You may be prompted for your password.)
    sudo /usr/aw/COM/bin/aw_flexlm start

    If you’re using the Maya Terminal, you do not need to type the path.

  2. To confirm the server has started, type the following in Terminal:
    sudo /usr/aw/COM/bin/lmstat -a -c /var/flexlm/aw_server.dat
  3. If the server has started successfully, you should see output that contains the line License server UP (MASTER) v11.5.
  4. Launch Maya to see if the licensing setup has worked.