- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Print Jobs hung in 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
07-09-2002 07:39 AM
07-09-2002 07:39 AM
Print Jobs hung in queue
We are running an application on HPUX 10.2, printers are local through a DTC. All the other printers on this DTC are working fine, as are all network printers.
SAM shows accepting requests, but not enabled to print.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2002 07:43 AM
07-09-2002 07:43 AM
Re: Print Jobs hung in queue
1) Check status with:
# lpstat -a
2) Stop and start scheduler if doesn't hurt:
# lpshut
# lpsched
3) Try enabling printer manually:
# enable printer_name
4) Kill the hung print jobs from queue:
# cancel Print_job_id
5) Check the lock files (/var/spool/lp/SCHEDLOCK) and remove it. Restart the scheduler.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2002 07:45 AM
07-09-2002 07:45 AM
Re: Print Jobs hung in queue
crw-rw-rw- 1 root sys 17 0x000003 Jul 4 13:05 lp1_dtc1_06
It is possible that this file has become corrupt, or been removed from the system, in which case, it may now just be a text file, rather than a true device file.
Try recreating the device files. Normally, the command to do this is
/usr/sbin/dpp /etc/ddfa/dp -k
You may find that you need to remove the existing printer device file first.
Then reset the relevant port on the DTC.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2002 07:46 AM
07-09-2002 07:46 AM
Re: Print Jobs hung in queue
Look at /var/adm/log file for any errors. If you are using jetadmin to configure the printers, you can use option 2 in jetadmin menu to troubleshoot spooler issues.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2002 12:20 PM
07-09-2002 12:20 PM
Re: Print Jobs hung in queue
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2002 12:42 PM
07-09-2002 12:42 PM
Re: Print Jobs hung in queue
Thanks again.