tags:

views:

63

answers:

2

I have a flexlm licence manager running on a remote server.

Does anyone know how to poll the server to find out what licences are in use?

+1  A: 

License status can be remotely accessed by the command:

Many more useful FLEXlm/FLEXnet options are listed in this article.

A free software from OpenLM provides a web based interface for managing FLEXlm servers. It can be downloaded from OpenLM Web Site.

orenhg
Please clarify if OpenLM simply calls `lmutil lmstat`.
blokeley
A: 

It seems the only way to get licence usage over a network is to poll the flexlm daemon using:

lmutil lmstat -a -c <port-number@license-server>

I've not marked orenhg's repsonse as an answer as it is advertising his product rather than answering the question.

blokeley