Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to connect to flexlm licence manager?

Tags:

flexlm

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?

like image 942
blokeley Avatar asked May 10 '10 12:05

blokeley


People also ask

How does FLEXlm license manager work?

FLEXlm software is a prominent license management solution that enables software vendors to impose restrictions on the number of software seats available to their customers. FLEXlm supports different licensing policies such as Floating (aka Concurrent) and Node Locked licenses.

How do I open network license manager?

Windows Systems Use the Windows Services control panel to start or stop the network license manager, if you chose to configure it as a service during installation. On the Windows Start menu, select Settings > Control Panel > Administrative Tools > Services.

How do I start my FLEXlm license server?

Click Start > Control Panel > System and Security > Administrative Tools > Services. Right-click the FLEXlm License Manager service and click Start.


1 Answers

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.

like image 117
blokeley Avatar answered Oct 18 '22 06:10

blokeley