- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Printer management suggestions please
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
02-13-2006 07:53 AM
02-13-2006 07:53 AM
Printer management suggestions please
There was a time when all printers here were HP Laserjets of different flavors.
Mopiers are popping up everywhere now, replacing LJs, and they are made by Ricoh and Xerox.
Currently all Lasertjet print queues are handled with the hppi interface, which works good. Xerox and Ricoh Mopiers are queued as remote printers, since they are "standalone print servers".
Problem is that with remote printers there are no model scripts and hence no command line options to pass. Ricoh is kind enough to supply modelscripts and a config utility through their website but the options are not compatible with those used by hppi. This means that apps, scripts and batch jobs would need to know what type if printer it is calling to format its command accordingly....not acceptable. And as for the Xeroxes.....
What I need is a unified print management platform for HP-UX that can handle HP, Xerox, Ricoh and heck why not Epson printers while presenting a uniform interface to the users/apps. CUPS comes to mind.
I'm curious : no doubt this situation is not uncommon, how did YOU deal with it ? .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2006 08:01 AM
02-13-2006 08:01 AM
Re: Printer management suggestions please
Cups or Samba is an excellent choice. It will work nicely and play well with Windows print queues.
I used a product called easyspooler from http://www.easyspooler.com
The company was purchased and the support staff was gutted in 2004.
Still, its affordable and works with standard escape codes.
HP had a product called Dazzle. It cost more than two rp5450 servers, but might make sense if you can afford 500 printers.
easyspooler worked well with copier/printer combos, as I recall.
My HP-9000 servers work with the windows print queuue, using standard lp commands far as I know. I am quite happy where I work now, not having to do a single printer related help desk call or configuraiton.
Did I say happy? I meant ecstatic.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2006 08:07 AM
02-13-2006 08:07 AM
Re: Printer management suggestions please
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2006 08:25 AM
02-13-2006 08:25 AM
Re: Printer management suggestions please
I have no experience with CUPS or any system outside of hppi.
Someone has suggested setting up a Linux CUPS server, outfitting the HP9000s with CUPS clients and having the Linux print through the Windows print services that are already in place ( serving print requests for 3000+ desktops ).
Sounds like quite a task, does it sound sane to you ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2006 08:57 AM
02-13-2006 08:57 AM
Re: Printer management suggestions please
http://www.support.xerox.com/go/results.asp?Xlang=en_US&XCntry=USA&prodID=DC440&ripId=
Unless you want to get into a "high" end printing solution - like the HP/Dazel Output Server...
http://www.hp.com/united-states/outputmanagement/products/output_server.html
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2006 12:44 PM
02-13-2006 12:44 PM
Re: Printer management suggestions please
What is needed therefore is a central spooler pathway that uses model scripts. As long as the HPPI software can see the printer, you can use a basic script and add options as needed. Naturally, the different languages used by the different manuafacturers (ie, PCL, Epson codes, Postscript, etc) do not help at all. Getting all these printers to work the same way is a significant challenge.
If all your applications *always* use the lp command for each print job, you could create a wrapper to pre-process each job.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2006 03:00 AM
02-28-2006 03:00 AM
Re: Printer management suggestions please
No easy way out I guess.