User Guide

Table 3. Priority Queue Schema
Element Description
ID Job ID
Owner IP of the owner of the job.
If this is set to 0.0.0.0, then it is an un-targeted job.
Anyone can pick it up and execute it
State Current state of the job.
Possible values:
Waiting
Pending
Completed
Submitted Time when the job was submitted
Started Time when the job execution was started
Finished Time when the job execution was finished
Path Path from where to pick the job
Command The job command
Stdout The output of the job
Stderr Error output of the job
Qadmin Usage
Note
The option selector in all commands below uses double hyphens (--).
Table 4. qadmin Syntax
Command Line Description
qadmin --create <job queue name>
e.g. qadmin --create q
This command will create a new job queue at the
specified location.
qadmin --queue <job queue name> --list
e.g. qadmin --queue q --list
This command will list status information of jobs present
in the job queue q.
qadmin --queue <job queue name> --add <IP or
0.0.0.0> <directory> “path to executable with
command line options”
e.g. qadmin --queue q --add 0.0.0.0 /files
“./flashupdt –u master.cfg”
This command will add a job to the job queue q.
Qfeed Usage
Table 5. qfeed Syntax
Command Line Description
qfeed --queue <job queue name> --output <output
directory> --delay <poll delay>
e.g. qfeed --queue q --output /files/output --delay 10
This command will fetch a job from the queue every n
seconds and execute the job.
28 Intel
®
Rapid Boot Toolkit User Guide Ref# D96629-001