What does v51 or v37 or v46 etc. mean in license manager?
31 views (last 30 days)
Show older comments
I am trying to make a tool to help my company organize our MATLAB license use. Currently I am using the command "lmutil lmstat -a -c <license server>" and I'm just parsing the string output. The command prints out each type of license we have such as MATLAB, SIMULINK, etc. then within each license section it prints information about the license for a certain block of users in a nodelocked or floating license. I'm guessing this is grouped by location like IP addresses of the same location or something similar. Within this information, right next to the license type it prints v51 or v46 or some 2 digit number. For example the section starts with MATLAB v51. Then below that section it prints information about each user currently using that license. Each user line also prints out a vXY, and it can be the same or different than the corresponding license above. For example MATLAB v51 could have a user with v37. I'm just wondering what this v number means. Does it correspond to a MATLAB version somehow? If not, is there other information in the output that would tell me a users version?
0 Comments
Accepted Answer
Jasvin
on 10 Jun 2024
Edited: Jasvin
on 10 Jun 2024
Looks like this MATLAB Answer (https://www.mathworks.com/support/search.html/answers/277493-what-does-version-v35-with-lmutil-mean.html) should resolve your query.
Basically the version number corresponds to a MATLAB version that has been assigned to it by the License Manager used by MATLAB. But there doesn't seem to be any official documentation that states this.
0 Comments
More Answers (0)
See Also
Categories
Find more on Manage Products in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!