I'm having trouble debugging a WindRiver build system where the build machine seems unable to obtain a license from the WindRiver license server. Is there a tool that allows me to run a "get me a license" check without having to run a complete build?
Test access to WindRiver/VxWorks license server?
2k views Asked by Paul D Smith At
3
There are 3 answers
0
On
You can also use lmutil
directly without setting the environment variable, executing:
lmutil.exe lmstat -a -c [email protected]
you can try on the client side, to run from the command line the command -lmutil stat, this will ping the license server and return a response.
regards.