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 Alias 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. (To locate aw_servername.dat, click Browse and in the Open dialog box, change Files of type to License Files(*.dat) or All Files(*.*).)
      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.

(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 Alias 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 Alias to see if the licensing setup has worked.