Command Usage: samgridBatchAdmin v8_1_5 samgridBatchAdmin add consumer queue
|  |
Command Description:
Add a consumer queue to a given batch adapter in the station
configuration. Consumer queue should be used in cases where
project is started interactively, and consumer jobs are submitted
to the batch system.
For a full description of available queue types and their usages
please see the SAM Batch Adapter documentation.
Usage:
samgridBatchAdmin add consumer 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: