- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Multiple Printers
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-03-2002 10:51 AM
07-03-2002 10:51 AM
We have four identical ColorLaserJet 4500DN printers that sit beside one another in our office. These printers print almost constantly but sometimes one printer is very busy while the one next to it is completely idle. Is there an easy way to move print requests to the idle printers automatically? I've looked at writing a script using lpmove and lpstat but maybe someone knows a third-party print manager that will do this for us.
Thanks for any and all help,
Mary Rice
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2002 10:55 AM
07-03-2002 10:55 AM
SolutionThere is an advanced 3rd party application that will do just what you need - it's called 'lp'. (Sorry, I couldn't resist.)
You need to setup these printers as members of a class and then send your printjobs to the CLASS rather than the PRINTER.
lpadmin -p myprinter1 -c C4500DN
This will create the class 'C4500DN' and add myprinter1 to it.
lpadmin -p myprinter2 -c C4500DN
This will add printer2 to the now existing class C4500DN.
You then would print like this:
lp -dC4500DN myfile
Man lpadmin for details.
Regards, Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2002 10:56 AM
07-03-2002 10:56 AM
Re: Multiple Printers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2002 10:57 AM
07-03-2002 10:57 AM
Re: Multiple Printers
You will probably need to run the enable command on the class.
enable C4500DN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2002 11:10 AM
07-03-2002 11:10 AM
Re: Multiple Printers
Mary Rice
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2002 11:10 AM
07-03-2002 11:10 AM