1819838 Members
2606 Online
109607 Solutions
New Discussion юеВ

Shared Printer For Linux

 

Shared Printer For Linux

I am with following problem: I have a serving Linux Linux Red necessary Hat 8,0 and to make with that it prints in the printers that are connected to my Hp-ux. Exists some parametro of sharing of printers? Sorry my terrible English!
2 REPLIES 2
John Dvorchak
Honored Contributor

Re: Shared Printer For Linux

You are looking for rlpdaemon so I would suggest that you check to see if it is running:

ps -ef |grep rlpdaemon

Then man rlpdaemon to see how to set it up.

Good luck
If it has wheels or a skirt, you can't afford it.
Bill Hassell
Honored Contributor

Re: Shared Printer For Linux

Any standard HP-UX install will enable remote printing. The remote printing daemon is rlpdaemon and is defined in /etc/inetd.conf. To see if it is ready:

grep rlpdaemon /etec/inetd.conf

and it should return:

printer stream tcp nowait root /usr/sbin/rlpdaemon rlpdaemon -i

which means that all the printers on this HP-UX box are available for remote printing.


Bill Hassell, sysadmin