- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Printer Queue is not flushed
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2008 06:51 PM
05-29-2008 06:51 PM
Printer Queue is not flushed
I am new to HP-UX and new to administration world. I have a problem with two HP Laser Jet M5035MFP printers which are connected to HP-UX host machines. Problem is that whenver we print a job, the job gets printed very fine but the queue is not cleared. This makes the further jobs on the same printers to stop working. We have to then manually clear the queues.
I have already tried re-installing the printers on this host but the situation is same. Help needed !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2008 07:55 PM
05-29-2008 07:55 PM
Re: Printer Queue is not flushed
The following command will clear the queue.
#cancel -e
if you still see the print queue then do the anyone from the followings
1. stop and start the scheduler
Confirm that the SCHEDLOCK file get removed from /varspool/lp after executing the command
#lpshut
and Then start the scheduler
#lpsched
or
2. Got to the path where spool requests are present i.e
cd /var/spool/lp/request/JP02
rm *.*
This will clear your print queue.
If this helps please do assign points.:-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2008 08:00 PM
05-29-2008 08:00 PM
Re: Printer Queue is not flushed
Thanks for the reply. But my problem is not actually clearing the queue manually but the real problem is that why the queue is not getting clear automatically after the job is printed.
We are clearing the queue manually from last few weeks. Let me know if you have other thoughts. :-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2008 08:12 PM
05-29-2008 08:12 PM
Re: Printer Queue is not flushed
Was this setup working fine any time? or it is a new setup ??
Have you tried recreating the queue ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2008 08:16 PM
05-29-2008 08:16 PM
Re: Printer Queue is not flushed
I have not tried to re-create the queue. Can you tell me where can I find the process of the same or if you can guide me?
Thanks a ton
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2008 08:24 PM
05-29-2008 08:24 PM
Re: Printer Queue is not flushed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2008 08:27 PM
05-29-2008 08:27 PM
Re: Printer Queue is not flushed
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=482749
You said that you have re-installed the driver, Did you uninstall the previous one before re-installing the same? Sometimes it does make difference, logically both are same only.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2008 08:39 PM
05-29-2008 08:39 PM
Re: Printer Queue is not flushed
Also we didn't re-installed the driver anytime. I am sorry if it seems like in my previous post. What I tried was to remove the printer from sam and then add it again on the same host machine.