vovresourcemgr
vovresourcemgr is a utility for managing VOV resource maps. It may be used to create, modify, forget, and reserve resource maps.
The vovresourcemgr
utility command connects to and acts on the VOV
project enabled in the shell where it is launched. To act on Accelerator, use
vovproject enable vnc
, or precede it with nc
cmd
as shown in the examples below.
vovresourcemgr: Usage Message
USAGE:
% vovresourcemgr COMMAND [options]
COMMAND is one of:
show Show summary info about all resource maps
show [R1..RN] Show info about specified resource map(s)
matches RESMAP Show license matching info
ooq RESMAP Show out of queue license handles
create RESMAP map-options
Create a new resource map
set RESMAP map-options
Create a new or modify an existing resource map
reserve RESMAP TYPE WHO HOWMANY HOWLONG WHY [-exclusive]
Place a reservation on a resource map
forget [-force] R1 [R2..RN]
Remove resource map(s) from the system
MAP-OPTIONS:
-expire specify expiration (timespec) relative to now
-max specify quantity
-map specify map-to value
-rank specify rank when setting
-noooq do not track out-of-queue
-local specify that this is a local resource (when using vovwxd)
For reserve, TYPE is one of: USER,GROUP,JOBCLASS,JOBPROJ,JOBID.
EXAMPLES:
% vovresourcemgr show
% vovresourcemgr show Limit:abc
% vovresourcemgr matches Limit:abc
% vovresourcemgr create License:spice -max 8
% vovresourcemgr set License:spice -max 10
% vovresourcemgr set License:spice -map "Policy:spice"
% vovresourcemgr ooq License:spice
% vovresourcemgr reserve License:spice USER john,jane 3 3d ""
% vovresourcemgr reserve License:spice USER bill 1 1w "" -exclusive
% vovresourcemgr forget License:spice
% vovresourcemgr forget -force License:spice
% vovresourcemgr show ; # show defined resource maps
% vovresourcemgr show R ; # show details of resource map R
% vovresourcemgr set ; # set/create a new resource map
% vovresourcemgr reserve ; # reserve resourcemap for user or group
% vovresourcemgr ooq ; # show Out-Of-Queue use (for Accelerator)
% vovresourcemgr forget ; # remove a resourcemap from vovserver