Differences between revisions 1 and 11 (spanning 10 versions)
Revision 1 as of 2009-09-18 11:09:55
Size: 1757
Editor: milou
Comment:
Revision 11 as of 2011-01-13 09:53:55
Size: 2059
Editor: alders
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

== Make sure that the license server is actually running. ==
See [http://eranger3.ethz.ch/Ueberwachung/LIZENZ24h.html: ID License Server Status] to get an overview all license servers hosted by ID.
Line 8: Line 11:
 * '''port''' and '''name of license server'''
 * the '''lmutil''' command line tool
Line 11: Line 12:
=== Port and license server name ===
You will find these information in the email you got from IDES after ordering the software. If you did not order the software by yourself (e.g. if you work on a machine not managed by you), you might find that information through a menu entry of the application.
 * The name and port of the license server.
 * The `lmutil` command line tool.
Line 14: Line 15:
=== FLEXnet lmutil command line tool ===
You will the lmutil command line tool on the following website http://www.globes.com/support/fnp_utilities_download.htm.
== Port and license server name ==
You will find these information in the email you got from IDES after ordering the software. If you did not order the software by yourself (e.g. if you work on a machine not managed by you), you might find that information
 * through a menu entry of the application
 * in the installation folder of the software
 * in the registry (if you are running a Microsoft product)
 * in an environment variable
Line 17: Line 22:
==== Installation on Windows ====
 * Download the '''lmutil''' ZIP file for your plattform.
 * Extract it.
 * Open a '''cmd''' prompt (Click on "Start" > "Run", enter "cmd" and click "OK")
 * Run lmutil. E.g. enter "c:\lmutil_i86_n3\lmutil.exe"
== lmutil ==
This software is installed on any Linux workstation (tardis-whatever). So please just log in to on of these in order to debug FLEXnet licensing problems.
Line 23: Line 25:
==== Installation on Linux ====
 * Download the '''lmutil''' tar.gz file for your plattform.
 * Extract it. E.g. `tar -xvvzkf lmutil_i86_re3.tar.gz'.
 * Make it executable: `chmod u+x lmutil`
 * Run lmutil: `./lmutil`
== Usage of lmutil ==
If you run `lmutil help` it will print out a list of options. If you want to know the details of, e.g., the `lmstat` option, just run `lmutil lmstat help`. Here are some examples (just replace PORT and SERVER with the corresponding information for your software):

 * lmutil lmstat -c PORT@SERVER -a
 * lmutil lmstat -c PORT@SERVER -i
 * lmutil lmstat -c PORT@SERVER -f
 * lmutil lmdiag -c PORT@SERVER -n

How to debug licensing problems

Make sure that the license server is actually running.

See [http://eranger3.ethz.ch/Ueberwachung/LIZENZ24h.html: ID License Server Status] to get an overview all license servers hosted by ID.

What licensing mechanism is used for your problematic software?

A lot of software you can order via IDES use a network licensing mechanism. That means that a client that wants to use some software first needs to ask the license server if there is a free license available. There are several software implementations for network licensing. The most prominent one is FLEXnet. If you ordered a license via IDES and the license email from IDES states that you have to enter some port and license server information during installation, the licensing system used is probably FLEXnet. An example is MATLAB.

FLEXnet license debugging

What you need:

  • The name and port of the license server.
  • The lmutil command line tool.

Port and license server name

You will find these information in the email you got from IDES after ordering the software. If you did not order the software by yourself (e.g. if you work on a machine not managed by you), you might find that information

  • through a menu entry of the application
  • in the installation folder of the software
  • in the registry (if you are running a Microsoft product)
  • in an environment variable

lmutil

This software is installed on any Linux workstation (tardis-whatever). So please just log in to on of these in order to debug FLEXnet licensing problems.

Usage of lmutil

If you run lmutil help it will print out a list of options. If you want to know the details of, e.g., the lmstat option, just run lmutil lmstat help. Here are some examples (just replace PORT and SERVER with the corresponding information for your software):

  • lmutil lmstat -c PORT@SERVER -a
  • lmutil lmstat -c PORT@SERVER -i
  • lmutil lmstat -c PORT@SERVER -f
  • lmutil lmdiag -c PORT@SERVER -n

FAQ/LicenseProblems (last edited 2020-08-31 13:03:19 by alders)