- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Printing issues
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
04-11-2005 01:24 AM
04-11-2005 01:24 AM
Printing issues
I want to clarify HP-UX's printing management capabilities. In windows whenever a printer goes offline or there is a paperjam the printer is set to offline on the print server and consequently the end users and when the printer normal operation is restored , so is the status to each client and the servers.
Is this feature not available in HP-UX 11i v1 ?? Is it compulsory to run a cron job to check for disabled printers and cancel all the jobs and enable each one ? I was hoping for this to be intrinsic.
I have already prepared a cron job to handle this where in I do an LPSTAT -P and determine whether any printer is having a DISABLED status and then do the needful. My problem is that in some cases, if there are too many jobs then the printer queue cannot handle or maybe the buffer and the printer hangs, without disabling.. hence it remains in a status quo until a user complains to the admins .. being that my environment is 24*7 , I cannot afford this very often. Key to note that most of these issues are on Epson ( 2180) printers.
Thanks ,
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2005 01:42 AM
04-11-2005 01:42 AM
Re: Printing issues
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2005 02:08 AM
04-11-2005 02:08 AM
Re: Printing issues
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2005 05:30 AM
04-11-2005 05:30 AM
Re: Printing issues
Another possible fix, that I never had time to investigate, was to get current model scripts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2005 05:17 PM
04-11-2005 05:17 PM
Re: Printing issues
Our printers are EPSON .. mostly LQ 2180. We are printing reports form Oracle Apps 11i. All of them are connected via HP Jet Direct.
CLAY:
Most of these printers are in remote locations where the printers are dedicated to users and hence a class of printers do no apply I presume.
Charlie:
I would like to look at that script
ALL:
Thanks guys for your support, but my primary question was .. doesn't HP support this kind of activity ? should'nt it be intrinsic like how Windows manages printers or atleast something similar ? why are we looking for walkarounds ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2005 01:00 AM
04-12-2005 01:00 AM
Re: Printing issues
Here's the script that I use. It works from a list of the print queues and email addresses, in /var/tmp/print_queues. For example:
wmitlj5m charlie.rubeor@wiremold.com
wmitlj4100 charlie.rubeor@wiremold.com
The script is attached. Hope it helps.