- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: local printer sharing
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
11-10-2004 11:31 AM
11-10-2004 11:31 AM
local printer sharing
If I have a hp-ux server with a local printer attached to it is it possible to share that printer to another server...ie a linux server.
If so could someone help me out
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2004 11:37 AM
11-10-2004 11:37 AM
Re: local printer sharing
Configure a remote printer on linux using this command
lpadmin -p$printer -or
Cheers
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2004 11:52 AM
11-10-2004 11:52 AM
Re: local printer sharing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2004 12:03 PM
11-10-2004 12:03 PM
Re: local printer sharing
Server for hp-ux
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B8725AA
client for hp-ux
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B8724AA
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
11-10-2004 12:04 PM
11-10-2004 12:04 PM
Re: local printer sharing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2004 01:42 PM
11-10-2004 01:42 PM
Re: local printer sharing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2004 04:06 PM
11-10-2004 04:06 PM
Re: local printer sharing
i think rlpdaemon should be running on your hp server.see the manpage for rlpdaemon
man rlpdaemon
rlpdaemon is a line printer daemon (spool area handler) for remote
spool requests. rlpdaemon is normally invoked at boot time from the
/sbin/rc file or started by inetd(1M), when necessary. rlpdaemon runs
on a system that receives requests to be printed. rlpdaemon transfers
files to the spooling area, displays the queue, or removes jobs from
the queue.
The following entry should exist in /etc/services for remote spooling:
printer 515/tcp spooler
To start rlpdaemon from /sbin/rc, invoke the command:
/usr/sbin/rlpdaemon
To start rlpdaemon from inetd, the following line should be included
in the file /etc/inetd.conf:
printer stream tcp nowait root /usr/sbin/rlpdaemon rlpdaemon -i
If the remote system is the same as the local system and rlpdaemon was
not started by inetd(1M), the local system name must be included in
file /etc/hosts.equiv.
regds,