Tagged Questions
2
votes
0answers
227 views
How to kill a stuck print job under AIX?
0:root@SERVER:/ # uname
AIX
0:root@SERVER:/ # oslevel
6.1.0.0
0:root@SERVER:/ # switch.prt -d
#printsubsystem
AIX
0:root@SERVER:/ # lpstat -oQUEUENAME
Queue Dev Status Job Files ...
1
vote
0answers
656 views
General problem solving steps when print jobs hang in AIX?
What should I do if jobs are getting stuck in the print queue even after restarting spooling?
$ stopsrc -g spooler
$ startsrc -g spooler
$ lpstat -oQUEUENAME | wc -l; sleep 30; lpstat -oQUEUENAME | ...
2
votes
1answer
976 views
Modify AIX print queue error notification
It seems the default behavior of the AIX print queue is to report queue errors to the user that submitted the print job. We have several hundred queues used by unattended scripts and cron jobs running ...