Is there a way to query/poll the license server to get a count of licenses in use / available?
We use Qube as a render manager, and it assumes that there are no licenses in use outside of what it manages. So if I have 100 licenses and someone starts rendering without going through the Qube Supervisor, Qube will think it has 100 nodes available when it really only has 99. If it tries to assign a 100th job, it will error out and block that entire job.
It is possible to dynamically adjust the # of nodes/licenses Qube can use, but to do that I need to be able to check in with the license server to find out how many licenses it has in use. Is there a way to do that through a script?
We use Qube as a render manager, and it assumes that there are no licenses in use outside of what it manages. So if I have 100 licenses and someone starts rendering without going through the Qube Supervisor, Qube will think it has 100 nodes available when it really only has 99. If it tries to assign a 100th job, it will error out and block that entire job.
It is possible to dynamically adjust the # of nodes/licenses Qube can use, but to do that I need to be able to check in with the license server to find out how many licenses it has in use. Is there a way to do that through a script?
Comment