- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Issues with Set up of a Centralized HP-UX Printser...
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
05-11-2006 04:16 AM
05-11-2006 04:16 AM
Issues with Set up of a Centralized HP-UX Printserver for other UNIX machines to Print Through
I did the same thing on HP-UX11i. I set up my print server (lpserver) and define either remote/local/networked printers. Set up /etc/hosts.lpd (containing my UNIX printer clients). I set up a test client:
client1# lpadmin -phplaser1 -v/dev/null -mrmodel -ocmrcmodel \
-osmrsmodel -ormlpserver.xyz.com -orphplaser1
But I cannot print and lpstat simply returns:
client1# lpstat hplaser1
connection to hplaser1.xyz.com is down
no entries
From client1, lpserver.xyz.com is accessible and no known firewall resrictions. I tried it with local, network or remote printers defined on my lpserver and all get the same result. It cannot print through and lpstat reports my print server (lpserver) is down.
However, I set up a Solaris print server, and my HP-UX clients can print... both HP-UX and SOalris use SYSV printing..
What could I possiboy missing on my HP-UX printserver set up?
Thanks!
Favourite Toy:
AMD Athlon II X6 1090T 6-core, 16GB RAM, 12TB ZFS RAIDZ-2 Storage. Linux Centos 5.6 running KVM Hypervisor. Virtual Machines: Ubuntu, Mint, Solaris 10, Windows 7 Professional, Windows XP Pro, Windows Server 2008R2, DOS 6.22, OpenFiler
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2006 05:00 AM
05-11-2006 05:00 AM
Re: Issues with Set up of a Centralized HP-UX Printserver for other UNIX machines to Print Through
Nelson,
This is worked for me.
I set up one server as the main print server i.e. all the printers defined as network printers on it.
I then (using that bane of all command line guru's - SAM) set up the remote printers on the rest of the systems. The remote printers are defined as printerXX located on the main print server.
All the printers work from every system (10 printers and 12 systems)
I did not have to set up a /etc/hosts.lpd
HTH
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2006 05:22 AM
05-11-2006 05:22 AM
Re: Issues with Set up of a Centralized HP-UX Printserver for other UNIX machines to Print Through
On the main lp server, you'll need an entry in hosts.equiv for each remote server. Fix that and you should start working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2006 06:42 AM
05-11-2006 06:42 AM
Re: Issues with Set up of a Centralized HP-UX Printserver for other UNIX machines to Print Through
In SAM though, under Printers and Plotters - there is a :
HP Distributed Print Service
Anyone know what this is? I am looking around... exploring.
Favourite Toy:
AMD Athlon II X6 1090T 6-core, 16GB RAM, 12TB ZFS RAIDZ-2 Storage. Linux Centos 5.6 running KVM Hypervisor. Virtual Machines: Ubuntu, Mint, Solaris 10, Windows 7 Professional, Windows XP Pro, Windows Server 2008R2, DOS 6.22, OpenFiler
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2006 06:53 AM
05-11-2006 06:53 AM
Re: Issues with Set up of a Centralized HP-UX Printserver for other UNIX machines to Print Through
The distributed print service uses dce (no relation) if I am not mistaken.
I used the standard spooler in my configuration.
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2006 08:15 PM
05-11-2006 08:15 PM
Re: Issues with Set up of a Centralized HP-UX Printserver for other UNIX machines to Print Through
I'm using SAM area 'Printers and Plotters' and then 'LP Spooler' - 'Printers and Plotters'.
There under 'Actions' you can configure 'Add Remote Printers'.
It's really very simple.
Also under 'Actions' is 'Add Network-based Printers' - this is for the printserver to define printers. You should check if it's filled at your printserver.
HTH
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2006 12:41 AM
05-12-2006 12:41 AM
Re: Issues with Set up of a Centralized HP-UX Printserver for other UNIX machines to Print Through
The solution actually was to ensure rlpdaemon was running and proper and settings "proper".
I did not notice rlpdaemon (printer service) is not enabled in inetd. Implemented rlpdaemon startup instead via an rc script. Started rlpdaemon and my UNIX clients can now print through.
Favourite Toy:
AMD Athlon II X6 1090T 6-core, 16GB RAM, 12TB ZFS RAIDZ-2 Storage. Linux Centos 5.6 running KVM Hypervisor. Virtual Machines: Ubuntu, Mint, Solaris 10, Windows 7 Professional, Windows XP Pro, Windows Server 2008R2, DOS 6.22, OpenFiler