[Info-vax] Finding what queue a device is spooled to.

Jan-Erik Soderholm jan-erik.soderholm at telia.com
Sat May 21 06:35:31 EDT 2011


Jojimbo wrote 2011-05-21 05:50:
> I have some LAT devices that have been set spooled similar to this:
>
> $ set dev lta999/spool=queue_name
>
> Sometimes these are not working and I need a way to find out why.  I
> am looking for a way to examine a device and see what queue it is
> spooled to.  Like in my ideal world:
>
> $ show dev lta999/spooled
>
> Thanks, Jim

We usualy do something like this :

$ SET DEVICE LTA999 /SPOOL
$ INIT/QUE/SCHEDULE=NOSIZE LTA999
$ ASSIGN/QUE <the-real-queue> LTA999
$ START/QUE LTA999

That way it's easy to check what you need :

$ show que LTA999
Logical queue LTA999, idle, assigned to <the-real-queue>
$

The queue LTA9980 has all pending entries and <the-real-queue>
will have one entry, the one currently executing.






More information about the Info-vax mailing list