[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

Command qa

NAME

Command qa :: Queue add

SYNOPSIS

qa TargetName QueueName [description]

DESCRIPTION

The qa command add a queue to a target. The target name and the queue name must be passed as parameters. A target description can be passed as optional parameter.

EXAMPLE

In this example, a target named `localhost' and two queues named `saveq' and `normq' are created. ql is called to print queue list of `localhost'. Then, `-d' option is used to print queue description.

 
$ dio87d -d
$ dio87c ta localhost
$ dio87c -- qc localhost
0
$ dio87c -- qa localhost saveq "queue for saves"
$ dio87c -- qa localhost normq "queue for other jobs"
$ dio87c -- ql localhost
normq
saveq
$ dio87c -- ql localhost -d
normq    queue for other jobs
saveq    queue for saves
$

ACCESS CONTROL

This function requires the `admin' privilege for the `target' command family.

SEE ALSO



This document was generated by dom on September, 11 2005 using texi2html