- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Large print request corrupts spooling to that prin...
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
09-05-2000 11:44 AM
09-05-2000 11:44 AM
Large print request corrupts spooling to that printer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2000 11:53 AM
09-05-2000 11:53 AM
Re: Large print request corrupts spooling to that printer
cancel (print_job) from the command line. This should have no impact whatsoever on other jobs in the queue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2000 11:56 AM
09-05-2000 11:56 AM
Re: Large print request corrupts spooling to that printer
>lpstat
. . . this will list jobs (first column is job ID)
Then . . .
>cancel
(also, >cancel -e
I've run into this situation before, where one printer will not print until lpsched it restarted. Doesn't affect other printers. Try
>lpshut (shut down scheduler)
>lpsched (restart it). You may need to specify path to correct scheduler (/usr/lib/lpsched) on your system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2000 11:59 AM
09-05-2000 11:59 AM
Re: Large print request corrupts spooling to that printer
"lpstat printername". that will give you the information that you need for the command above. Plus if the user fired off the print more than once "cancel printername -e" will cancel everything in that printer queue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2000 12:01 PM
09-05-2000 12:01 PM
Re: Large print request corrupts spooling to that printer
Before recycling, always try:
accept (queue)
enable (queue)
Also, ps -ef|grep lpsched
You may see several processes (there will be one for each active print job) but they should all be children of a single parent. I have sometimes seen multiple "parent" lpsched processes. Kill the extraneous ones manually and then try recycling the queue. Only if that fails recycle lpsched.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2000 12:19 AM
09-06-2000 12:19 AM