Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

where host and port are the host and port appropriate for your license server. The host and port designations are optional. If the host information is omitted, the local host is used; if the port information is omitted, the default port is used.

Altair

For an Altair license server, type the command:

almutil -licstatxml [-host host -port port]

where host and port are the host and port appropriate for your license server. The host and port designations are optional. If the host information is omitted, the local host is used; if the port information is omitted, the default port is used.

FLEXlm/FlexNet

For a FLEXlm/FlexNet license server, type the following commands:

...

For a Dassault license server, you can get license, user, and denials information by following the procedures below. Output from the example commands is printed in the output.txt file.

To get license information: 

  1. Create a text file named gli.txt.
     
  2. Add the following four lines to gli.txt:

    c host port
    gli
    d
    q

    where host and port are the host and port appropriate for your license server.
     
  3. Run the command:

    dslicsrv -admin -i gli.txt -t output.txt txt

To get information about users who are using licenses:

  1. Create a text file named glu.txt.
     
  2. Add the following four lines to glu.txt:

    c host port
    glu -all
    d
    q

    where host and port are the host and port appropriate for your license server.

  3. Run the command: 

    dslicsrv -admin -i glu.txt -t output.txt

To get information about denials:

  1. Create a text file named sl.txt.

  2. Add the following four lines to sl.txt:

    c host port
    sl -from date hour
    d
    q

    where:
    • host and port are the host and port appropriate for your license server,
    • date is in YYYY/MM/DD format, and hour is in HH:MM:SS format.
      (Note that you should use current values for date and hour.)


  3. Run the command:

    dslicsrv -admin -i sl.txt -t output.txt

Anchor
troubleshooting_autodesk
troubleshooting_autodesk
Using Autodesk with License Statistics Agent

...