6 February 2018

AIX - To clear print queue and restart qdaemon

# enq -sAW

# ps -eaf | grep {queue name}
# kill -9 {queue name}

# cd /var/spool/lpd/qdir
# remove all queues

# cd /var/spool/lpd/stat
# remove the specified queue entry

# stopsrc -s qdaemon
# startsrc -s qdaemon

No comments:

Wordpress - Local installation in Vmware

If you're interested in exploring website design with WordPress, this guide will help you set up a WordPress instance on your local mach...