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?
2.1k Views Asked by Paul D Smith At
3
There are 3 best solutions below
1

Paul, in this case, if you're using another machine as a license server, first be sure that the server is up and running, after that on the client machine, set the environment variable WRSD_LICENSE_FILE = 27000@ and test.
0

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.