- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Printer pooling with HP-UX
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-10-2003 06:15 AM
07-10-2003 06:15 AM
Current config - HP9000 K580 10.20, 5 Lexmark 40 ppm printers.
Apparently, I need to use JetDirect to accomplish this through HP-UX.
Will the external print servers (HP JetDirect 300X) accomplish the task?
If so, up to what print speed?
We're planning to replace the printers with faster models and will need faster communication. Currently the 40ppm at 38400 baud is getting close to the serial line speed limit.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2003 06:27 AM
07-10-2003 06:27 AM
SolutionTo accomplish this:
1) Add the network printers in the usual way using jetadmin (obsolete JetAdmin software) or hppi (newer JetDirect software).
2) Create a new class:
lpadmin -p myprinter1 -c myclass
Add more printers:
lpadmin -p myprinter2 -c myclass
lpadmin -p myprinter3 -c myclass
You may also need to run accept and enable on the class -- I can't remember off the top of my head.
Finally,
lp -dmyclass file1
rather than
lp -dmyprinter1
Man lpadmin for details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2003 08:34 AM
07-10-2003 08:34 AM
Re: Printer pooling with HP-UX
I'm getting errors when trying to set these up using hppi.
"incorrect GET community name" when installing through Jetdirect printer installer. The printer is currently running on the network.
Related problem - I just installed the Jetdirect installer (HP10e134.SD) and SAM tells me there is no installer loaded. I can access it directly by running "hppi".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2003 08:49 AM
07-10-2003 08:49 AM
Re: Printer pooling with HP-UX
Completely unrelated printers can be members of a class. You can group network, remote, and serially connected printers in a class -- even different printer models. Normally, you make the faster printers the first members of the group so that they will preferentially be used.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2003 11:46 AM
07-10-2003 11:46 AM
Re: Printer pooling with HP-UX
Here's what was causing some of my grief:(other than ignorance)
1. The Jetdirect admin complains about setting up a printer that it can't "talk" to. Was able to ping fine. I just had to pick a printer and go with it. Even though it wasn't the type of printer I'm running.
2. The network connection is soooo much faster than serial, I couldn't submit the job fast enough to activate the second printer. (Solution - Opened 2 sessions, typed the command and left it to where I just needed to press
Thanks for the help.
btw - You do need to "accept printerclass"