- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Printer queue
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
11-23-2005 06:33 AM
11-23-2005 06:33 AM
Printer queue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2005 06:41 AM
11-23-2005 06:41 AM
Re: Printer queue
Looks like the print spool is not aware when the printer is offline. It seeems it merrily sent the bits and bytes out without regard for there actually being a working printer.
What is supposed to happen is the output is supposed to spool.
What kind of printer and how was the hp printer spool set up. Standard lp, an addin product?
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2005 06:50 AM
11-23-2005 06:50 AM
Re: Printer queue
Try to duplicate the failure. To test, power off the printer and disable the queue. Then print again the same way from within the application. The job should then show up in the disabled queue, waiting to print.
If it isn't there, the job may be directed somewhere else or otherwise lost in programmatical failure. The program that submitted the job would need to be debugged in that case. Also, make sure the queue is set to "accept".
If it IS there, power up the printer, wait for its self-tests to complete, then enable the queue. The job should then print. If it doesn't, take a look at the queue configuration for correct destination settings.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2005 06:57 AM
11-23-2005 06:57 AM
Re: Printer queue
Parallel port on your HP box?
Printer on another remote computer?
JetDirect connection?
Printer on outbound DTC port?
Each printer connection type has its own method of diagnosing.
-- Rod Hills
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2005 10:36 AM
11-23-2005 10:36 AM
Re: Printer queue
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2005 01:07 PM
11-23-2005 01:07 PM
Re: Printer queue
check scheduler first (running or not )
#lpstat -t
if not, start the scheduler first
#lpsched
enable the queue
#enable (printer name)
accept the queue
#accept (printer name)
thanks