Versions Compared

Key

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

...

To do this, navigate to the License Statistics directory from a command line and follow the instructions below, depending on which license server you are checking. If there are errors in the communication between the license server and the Usage Monitor, you will receive information about the errors. Otherwise, you will see normal statistics information for the indicated license server.

LM-X

For an LM-X license server, type the command:

...

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 command:

...

where port and host are the port and host appropriate for your license server, and vendor is the vendor daemon's name (this name is case-sensitive by FlexNet's default license server configuration). The port designation is optional; if it is omitted, the default port is used. Specifying the vendor is also optional.  

RLM

For an RLM license server, type the command:

...

where port and host are the port and host appropriate for your license server. The port designation is optional; if it is omitted, the default port is used.

Sentinel LM/RMS

For a Sentinel LM/RMS license server, type the command:

...

where host is the host appropriate for your license server. The host designation is optional; if it is omitted, the local host is used.

IBM LUM

For an IBM LUM license server, type the command:

...

where host is the host appropriate for your license server.

Dassault  

For a Dassault license server, you can get license or user information by following the procedures below.

To get license information: 

  1. Create a text file named file.txt.
     
  2. Add the following four lines to file.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 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
    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

...

FLEXNET_SERVER = vendor2@port@server1 vendor2@port@server2 vendor2@port@server3  

 

Unidentifiable usernames in lmutil output 

...

  1. Comment out the HTTP_BASE_URL line, which will then cause License Statistics to use the hostname of the machine where License Statistics is installed instead of using a specific URL. All other computers in the local network will use this hostname to access License Statistics.
  2. Specify the URL in the HTTP_BASE_URL line. Each computer in the local network must use this URL, and you must also set this URL in DNS or the charts that use Flash will not work.
  3. Create a file named crossdomain.xml in the License Statistics installation directory under the htdocs/public subdirectory. Place the following content in this file:

     

    <?xml version="1.0" ?>

    <cross-domain-policy>

    <site-control permitted-cross-domain-policies="master-only"/>

    <allow-access-from domain="machine_name"/>

    <allow-http-request-headers-from domain="*" headers="*"/>

    </cross-domain-policy>

     

    where machine_name is the name of the computer where License Statistics is installed. This line must be repeated for every possible name, IP address, or alias used for the machine where License Statistics is installed. You may need to specify several machine names, so your file content may appear similar to the following:

     

    <?xml version="1.0" ?>

    <cross-domain-policy>

    <site-control permitted-cross-domain-policies="master-only"/>

    <allow-access-from domain="127.0.0.1"/>

    <allow-access-from domain="localhost"/>

    <allow-access-from domain="licstat-pc"/>

    <allow-access-from domain="192.168.22.xx"/>

    <allow-http-request-headers-from domain="*" headers="*"/>

    </cross-domain-policy>