phpLicenseWatcher is a Web frontend to the FlexLM lmstat and lmdiag commands. You can keep track of usage, health of license servers, get alerted when licenses are due to expire, and capture usage history.
| Tags | Utilities |
|---|---|
| Licenses | GPL |
Recent releases


Release Notes: A new Web-based configuration interface. Many minor bugfixes.


Release Notes: Minor bugfixes to fix graphing of daily, weekly, monthly, and yearly utilization. Other minor bugfixes.


Release Notes: This release adds weekly, monthly, and yearly reporting capabilities.


Release Notes: Minor bugfixes that deal with issues some people have encountered. Updated documentation.


Release Notes: The admin page can now be password protected. Locked licenses can now be removed from the Web interface.
Recent comments
26 Apr 2010 20:40
When will the next release of phpLicenseWatcher be released? I love the tool, but some parts do not work, such as the graphs.
Thank you in advance for an excellent tool!!! :)
07 Jul 2006 12:14
Re: lmutil lmstat not working from remote machine
> /usr/local/bin/lmutil lmstat -c
>
> ***** lmutil - Copyright (c) 1989-2005
> Macrovision Europe Ltd. and/or
> Macrovision Corporation. All Rights
> Reserved.
>
> ***** Flexible License Manager status on
> Fri 7/7/2006 11:31
>
> *****
>
> ***** License server status:
> 27000@GREGORY
Do you have zzz.net as the search suffix in the /etc/resolv.conf ie. can you do
lmstat -c 27000@GREGORY
07 Jul 2006 11:55
lmutil lmstat not working from remote machine
Hi I have a windows server running FlexLM for cadence and unigrafx. I am trying to remotely query form a linux server to this windows server, but, it doesn't work.
Any ideas?
/usr/local/bin/lmutil lmstat -c 27000@gregory.zzz.net
***** lmutil - Copyright (c) 1989-2005 Macrovision Europe Ltd. and/or Macrovision Corporation. All Rights Reserved.
***** Flexible License Manager status on Fri 7/7/2006 11:31
*****
***** License server status: 27000@GREGORY
***** License file(s) on GREGORY: 27000@gregory.zzz.net:
*****
***** lmgrd is not running: License server machine is down or not responding. (-96,7:13 "Permission denied")
*****
Multiple License port@server Which licenses Status Current Usage Available features/license lmgrd version
5280@gregory.zzz.net Cadence Licenses DOWN Details not available Listing/Expiration dates not available unknown
27000@gregory.zzz.net Unigrafx 27000 DOWN Details not available Listing/Expiration dates not available unknown
30 Sep 2005 04:26
FlexLM checkouts error
Hi,
I've been running your excellent tools for some time now and all works very well except (you could see that coming couldn't you!) for the FlexLM checkouts section where I get an "DB Error: unknown error" message.
Any ideas?
TIA
Steve
06 Jul 2005 23:33
Re: Checking DB connection: DB connection failed because: DB Error: not found
% I need more info ie. what is the $dsn
> value you are using. How can you access
> with mysqlodbc ?
>
> Vladimir
>
When i start check_installation.php i get this message at the end of the page.
Your current settings are
$db_hostname = id3073;
$db_username = test;
$db_password = test;
$db_database = licenses;
$dsn = mysql://test:test@id3073/licenses
To test database connection i use Myodbc : dev.mysql.com/download...