- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- two queue's for the same physical printer
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
Discussions
Discussions
Discussions
Forums
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
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-12-2002 12:04 PM
тАО07-12-2002 12:04 PM
Is this standard? If so, what happens when two queues contend for the same physical printer at the same time?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-12-2002 12:12 PM
тАО07-12-2002 12:12 PM
Re: two queue's for the same physical printer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-12-2002 12:12 PM
тАО07-12-2002 12:12 PM
Re: two queue's for the same physical printer
In fact, it's the same problem if multiple hosts have the same physical printer defined and that works too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-12-2002 12:16 PM
тАО07-12-2002 12:16 PM
Re: two queue's for the same physical printer
It would be the only way to use 2 (or more) models for the same printer.
Example - printer does not auto-detect PCL & PS. You'd set one for PCL & one for PS.
I believe it would be a FIFO situation whichever hits first is serviced first.
Worst-case scenario, queue1 hits first. queue2 is not serviced at all until queue1 is empty.
But I think the FIFO would go down to the job level & be serviced based on job time-stamp.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-12-2002 12:45 PM
тАО07-12-2002 12:45 PM
Re: two queue's for the same physical printer
For example:
(All on same HostA)
printerA -> printer
printerB -> remote (printerA on HostA)
printerC -> remote (printerA on HostA)
Then you can disable/enable queues "printerB" and "printerC" to control flow to "printerA"
This is the only way that I know of doing it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-12-2002 01:12 PM
тАО07-12-2002 01:12 PM
Re: two queue's for the same physical printer
This is quite a common thing to happen with the use of line printers. We still use it at one warehouse. What we do is to have a print queue for 2 part paper and one for 4 part paper. The procedure that is followed.
Both printers are disabled.
The job is run by the operators to which ever queue they wish to use.
Once the job has finished going to the print spooler, they will release it by enabling the printer. Once the job has finished printing, the queue will be disabled again. I see no difference in using a method like this than using a network laser printer, as long as the control is done by enabling/disabling of the print queue. You could even use a script to do this.
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-12-2002 06:22 PM
тАО07-12-2002 06:22 PM
SolutionHP has two methods: JetDirect proprietary protocol (must use the HP Printer Installer or the older JetAdmin software), or setup the network printer as a remote printer. By far, the recommended way is HP's protocol as remote printers have severe limitations on lp options.
To add 3 queues to the same printer:
addqueue -h 12.34.56.78 -q prn1
addqueue -h 12.34.56.78 -q prn2
addqueue -h 12.34.56.78 -q prn3
Now, jobs can go to all the printers at the same time, and normal network protocol for opening a single socket connection will keep the jobs separated. With the 3 queues, you can customize the default options in the printer scripts stored as prn1, prn2 and prn3 in the /etc/lp/interface/model.orig. The scripts are lengthy but the defaults are fairly easy to understand.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-12-2002 08:52 PM
тАО07-12-2002 08:52 PM
Re: two queue's for the same physical printer
kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-13-2002 01:56 AM
тАО07-13-2002 01:56 AM
Re: two queue's for the same physical printer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-13-2002 07:22 AM
тАО07-13-2002 07:22 AM