- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- setup a linux server as print server
Operating System - Linux
1822430
Members
3239
Online
109642
Solutions
Forums
Categories
Company
Local Language
юдл
back
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
Forums
Discussions
юдл
back
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
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-2001 07:11 PM
тАО07-10-2001 07:11 PM
setup a linux server as print server
Hello all,
I would like to setup a linux server for providing printing service. Now I found trouble in transfering printing requests from HP-UX to the linux server.
Is there anyone has carried out such task?
Any help is highyl appriciated.
I would like to setup a linux server for providing printing service. Now I found trouble in transfering printing requests from HP-UX to the linux server.
Is there anyone has carried out such task?
Any help is highyl appriciated.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-10-2001 10:33 PM
тАО07-10-2001 10:33 PM
Re: setup a linux server as print server
What is your problem, exactly ?
If you use a RedHat distribution you may have
a non standard printer deamon (lprng, see for
information at http://www.lprng.org). It seems
to be compatible with standard lpd but ....
You can see version of lpd with "lpd -V" and
see man page to configure lpd.conf. You can
also add debug informations with -D options
and -F (to use lpd in foreground mode). Put
logs in an alternate file with -L option, it's
better for debug.
HTH
Herv?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-13-2001 10:52 AM
тАО07-13-2001 10:52 AM
Re: setup a linux server as print server
Hello Kenny,
On HP-UX :
----------
When creating the printer queue (remote), don't forget to check the box "Remote Printer on a BSD system".
Command-line option would give this :
lpshut
lpadmin -p -v/dev/null -mrmodel -orm -orp -ob3
enable local_hpux_queue_name
accept local_hpux_queue_name
lpsched
On Linux :
----------
Check that the printer daemon (lpd or lprng) is started (ps -ef | grep lp).
Check that the network service is listening (netstat -a | grep lp). For testing, you can try :
telnet localhost printer
It should reply something like "Connecting to localhost" and perhaps "connection closed".
If it answers "connection refused", check /etc/hosts.allow and /etc/hosts.deny for IP-based permissions.
Good luck
Kodjo
On HP-UX :
----------
When creating the printer queue (remote), don't forget to check the box "Remote Printer on a BSD system".
Command-line option would give this :
lpshut
lpadmin -p
enable local_hpux_queue_name
accept local_hpux_queue_name
lpsched
On Linux :
----------
Check that the printer daemon (lpd or lprng) is started (ps -ef | grep lp).
Check that the network service is listening (netstat -a | grep lp). For testing, you can try :
telnet localhost printer
It should reply something like "Connecting to localhost" and perhaps "connection closed".
If it answers "connection refused", check /etc/hosts.allow and /etc/hosts.deny for IP-based permissions.
Good luck
Kodjo
Learn and explain...
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP