Versions Compared

Key

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

...

Manually querying a Dassault license server 

If needed, you can query a Dassault license server manually to get license or user information.

To get license information: 

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

    c <host> <port> 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 file.txt 

To get information about users who are using licenses:

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

    c <host> <port> 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 file2.txt

...