Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use in Autodesk? #3

Open
SteveScott opened this issue Mar 16, 2020 · 5 comments
Open

Use in Autodesk? #3

SteveScott opened this issue Mar 16, 2020 · 5 comments

Comments

@SteveScott
Copy link

I am trying to use this to also track Autodesk licences. Is the lmutil.exe file identical to the ESRI one?
Right now I can see all the available Autodesk licenses but I cannot see users, and it shows that no seats are being used.

I know it is beyond the scope of this app, but do you have any insight on what I need to do to get this working with other flexlm systems like Autodesk?

@ishiland
Copy link
Owner

If it doesnt work for Autodesk then it is probably due to differences in the way the output license data is structured. The best approach is to write some additional tests using the Autodesk data, I just dont have access to any.

You will want to compare the raw output Autodesk license data with the Esri structured data here: tests/data/prod-license.txt. If you can add the output as a txt file to that directory and make a pull request, Ill take a look.

@SteveScott
Copy link
Author

SteveScott commented Mar 17, 2020 via email

@SteveScott
Copy link
Author

@ishiland
Copy link
Owner

Open the command prompt or Powershell and run lmutil.exe lmstat -f -c <port>@<host>

You can see how I am calling the esri lmutil here:

process = subprocess.Popen([lm_util, "lmstat", "-f", "-c", "{}@{}".format(s['port'], s['hostname'])],

That link isnt working for me

@SteveScott
Copy link
Author

SteveScott commented Mar 17, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants