Notify when floating license become available
7 ビュー (過去 30 日間)
古いコメントを表示
Francesco Porretta
2022 年 7 月 22 日
回答済み: Walter Roberson
2022 年 7 月 22 日
Hi,
I'm searching for a way to notify me when other users using floating license close their Matlab application, and consequently a license become free.
In other words, I'm trying to notify in some way when I can open and use Matlab.
Is there a way?
Thanks
0 件のコメント
採用された回答
Walter Roberson
2022 年 7 月 22 日
That's a good question, but unfortunately the tools for doing that are not good.
You can use lmutil lmstat https://www.mathworks.com/help/install/ug/network-license-manager-tools.html and read off the "total of <N> licenses available" and then parse the output after that to see how many are in use.
However this is probably not going to go well if there are group licenses: if you are part of a Group then you care about what is available for the Group, not everything the license manager handles. Likewise if the licenses are restricted in other ways such as reserved by IP address.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Manage Products についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!