Is there a command line way to check for "available" and "in use" render nodes?
I currently connect my nodes using: setvrlservice -server=MyLicesnseServerIP -port=30304
which connect fine but doesn't tell me how many render node licenses are available.
I then start my renders using: vray -sceneFile=... -frames=... etc
And some of them fails with: 31merror: Could not obtain a license (1002): All the licenses for this product are currently engaged.
because I'm obviously trying to start more jobs than the number of render node licenses available.
Is there a way to check before I call the vray command and to wait until a license becomes available?
Thanks!
I currently connect my nodes using: setvrlservice -server=MyLicesnseServerIP -port=30304
which connect fine but doesn't tell me how many render node licenses are available.
I then start my renders using: vray -sceneFile=... -frames=... etc
And some of them fails with: 31merror: Could not obtain a license (1002): All the licenses for this product are currently engaged.
because I'm obviously trying to start more jobs than the number of render node licenses available.
Is there a way to check before I call the vray command and to wait until a license becomes available?
Thanks!
Comment