Command Usage: samgridBatchAdmin v8_1_5
samgridBatchAdmin add interactive queue

Just having some fun...
Command Description:

Add an interactive queue to a given batch adapter in the station 
configuration. This kind of queue should be used for projects and
user jobs running interactively.

For a full description of available queue types and their usages
please see the SAM Batch Adapter documentation.


Usage:
       samgridBatchAdmin add interactive queue <--requiredOptions> [--options] [-flags]

Where:

  --requiredOptions:
	             --adapter=<value> # batch adapter name
	               --queue=<value> # batch queue name
	             --station=<value> # station name

  --options:
	         --description=<value> # description string

   -flags:
	                            -d # debug flag
	                            -v # verbose flag

Required Data Types:
	                       adapter : string 
	                   description : string 
	                         queue : string 
	                       station : string 

You may omit "--station=<value>" if the $SAM_STATION environmental variable is set.

UNIX ExitStatus:
	             Success :   0
	Unhandled exceptions : 127


See Also: