...
The resspec in this case uses the keyword license_host:
license_host.name=quantity
where name is the name of the resource, and quantity is the total number of named resources available.
As with the original license resources, per-host license resources require the use of an external application to monitor the state of the license server, to update the Supervisor on a regular basis to ensure the Supervisor is fully aware of the actual number of licenses available.
Example
Here is an example for a site that has twenty licenses for Nuke:
supervisor_global_resources = license_host.nuke=20
and an example call to qbupdateresource that a total 20 licenses are installed, and 12 are currently in use:
% qbupdateresource –name license_host.nuke -total 20 -used 12