Using
Abbreviations
for
A
ttribute
Names
and
V
alues
Querying
for
Jobs
in
the
Queue
Use
the
pdq
command
to
query
jobs
in
a
sp ecic
queue.
Y
ou
can
query
jobs
in
a
queue
b
y
querying
an
y
logical
prin
ter
that
sends
jobs
to
that
queue.
Sometimes
y
ou
need
to
determine
whic
h
jobs
are
in
a
queue;
y
ou
might
b e
resp onding
to
a
bac
klogged
queue,
or
y
ou
might
b e
planning
to
disable
a
ph
ysical
prin
ter
or
prin
ters
asso
ciated
with
the
queue
for
a
long
time.
Or
y
ou
might
need
to
pause
the
queue
for
a
while.
After
y
ou
disable
the
ph
ysical
prin
ter
or
pause
the
queue,
HPDPS
do es
not
sc
hedule
an
y
jobs
in
the
queue
with
a
state
of
pending .
Jobs
in
the
pending ,
paused ,
and
held
states
remain
in
those
states
indenitely
and
do
not
prin
t.
Y
ou
can
use
the
pdrm
command
to
remov
e
the
job
or
resubmit
the
job
with
the
pdresubmit
command.
Use
the
follo
wing
pro cedure
to
determine
whic
h
jobs
are
curren
tly
in
a
queue.
If
y
ou
do
not
kno
w
already
,
determine
whic
h
logical
prin
ter
or
prin
ters
are
asso
ciated
with
the
queue.
F
or
example,
to
determine
the
logical
prin
ters
asso
ciated
with
the
queue
Queue3 ,
en
ter:
pdls
-c
queue
-r
logical-printers-assigned
Queue3
HPDPS
displays
information
similar
to
the
following:
Queue3:
logical-printers-assigned
=
LogPrt5
LogPrt6
Use
the
-U
and
-p
ags
with
the
pdq
command
to
query
the
jobs.
The
-U
ag
indicates
that
y
ou
are
querying
for
all
jobs,
regardless
of
the
users
who
sen
t
them.
Use
the
-p
ag
to
sp ecify
the
name
of
a
logical
prin
ter
sending
jobs
to
the
queue.
F
or
example,
to
query
all
jobs
in
the
queue
Queue3 ,
en
ter:
pdq
-U
-p
LogPrt5
HPDPS
displays
information
similar
to
the
following:
Current
Printer
Printers
Job
ID
Name
State
Jobs
Requested
Assigned
---
-----------------
---------
----------
-----
---------
--------
10
Spool2:4629300046
pallstart
pending
0
LogPrt5
14
Spool2:4629300057
smit.log
processing
1
LogPrt5
PhyPrt2
15
Spool2:4629300075
cobby.txt
held
2
LogPrt6
Managing
the
Spooler,
Logical
Printers,
and
Queues
9-15