Operating System - HP-UX
1834497 Members
2669 Online
110067 Solutions
New Discussion

Supress print requests to the printer output queue

 
bhoang
Advisor

Supress print requests to the printer output queue

Is it possible to suppress the print requests to the output queue of a network printer? The user prefers not to have the reports printed, and does not want them filling up the printer output queue at the same time. The reports might be needed in the future, so the printer cannot be deleted from the local spooler at this time.
TIA
2 REPLIES 2
Patrick Wallek
Honored Contributor

Re: Supress print requests to the printer output queue

use the 'reject' command on the print queue.

'man reject' for more information, but in a nutshell reject will prevent any jobs from queueing to that printer.

You could also disable the printer so nothing prints if things do happen to get in the queue.

bhoang
Advisor

Re: Supress print requests to the printer output queue

Thanks Patrick. The 'reject' command is the one i'm looking for.
-B