- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Dynamic redirection of print jobs
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-10-2006 12:41 PM
11-10-2006 12:41 PM
Dynamic redirection of print jobs
Is there an option or some tool for HP-UX 11/11.11 to dynamically redirect a print job generated on a print queue to more than 1 printer?
Thanks,
Chirag.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2006 08:20 AM
11-11-2006 08:20 AM
Re: Dynamic redirection of print jobs
You can schedule the script via cron. You can also run it in a loop as a background job.
Yang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2006 09:49 AM
11-11-2006 09:49 AM
Re: Dynamic redirection of print jobs
Do you have a script to do that as I am a newbie with scripting. Also is there a way to do it other than scripting like some configuration changes, etc.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2006 08:35 AM
11-12-2006 08:35 AM
Re: Dynamic redirection of print jobs
I don't know if there is a configuration option exist for dymanic printing rederict.
Yang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2006 03:37 AM
11-13-2006 03:37 AM
Re: Dynamic redirection of print jobs
There is "no option" to do this in standard printing.
Long answer:
Corect way - install another spooling software.
But you can do this by scripting or other workarounds.
Printing is handled by "piping" and a piped dataflow can be redirected to multiple destinations.
There is a lot of considerations to make on this issue...
Where to "hook into the dataflow"?
You could either make sure that the program you print from is printing to two printers at the same time... Or change a printer definition so it is sent to two different addresses...
Whatever you do, it is not supported and you might have some problems.
Example on potential problem.
"Job Control"
If you hardcode a printer defintion/queue towards two physical printers... and it always fails on one of the printers...
The job might be automatically restarted endlessly...
If you remove Job Control, it might fail and not get restarted...
Standard HP-UX printing:
printer definitions is stored beneath /etc/lp/interface.
Printername=MYLP01
There should be a file /etc/lp/interface/MYLP01 (and /etc/lp/interface/model.orig/MYLP01)
You can hook into this file and create a split output
/2r