<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How configure RedHat allowing printing request from HPUX? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-configure-redhat-allowing-printing-request-from-hpux/m-p/2509225#M80108</link>
    <description>Hello Steven,&lt;BR /&gt;&lt;BR /&gt;I got the following output from RedHat server:&lt;BR /&gt;&lt;BR /&gt;[root@wlinux1 /root]# ls /etc/rc.d/rc3.d/*lpd&lt;BR /&gt;/etc/rc.d/rc3.d/S60lpd&lt;BR /&gt;[root@wlinux1 /root]# grep :initdefault: /etc/inittab&lt;BR /&gt;id:5:initdefault:&lt;BR /&gt;[root@wlinux1 /root]# ps -fae|grep lpd&lt;BR /&gt;root       569     1  0 Mar26 ?        00:00:00 lpd&lt;BR /&gt;[root@wlinux1 /root]# grep :initdefault: /etc/inittab&lt;BR /&gt;id:5:initdefault:&lt;BR /&gt;[root@wlinux1 /root]# ls /etc/rc.d/rc3.d/*lpd&lt;BR /&gt;/etc/rc.d/rc3.d/S60lpd&lt;BR /&gt;[root@wlinux1 /root]#&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have tried to add a remote printer queue in HP-UX client and got the following info;&lt;BR /&gt;&lt;BR /&gt;# lpstat -a&lt;BR /&gt;prt01 accepting requests since Oct 12 11:26&lt;BR /&gt;prt02 accepting requests since Mar  5 10:31&lt;BR /&gt;# lpstat -d prt02&lt;BR /&gt;system default destination: prt01&lt;BR /&gt;&lt;BR /&gt;printer queue for prt02&lt;BR /&gt;wlinux1: lpd: prt: Your host does not have line printer access&lt;BR /&gt;&lt;BR /&gt;wmo_a: prt02: ready and waiting&lt;BR /&gt;no entries&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;It seems that the RedHat does not enable its remote printing service. Is this right?&lt;BR /&gt;&lt;BR /&gt;Many thanks &lt;BR /&gt;&lt;BR /&gt;tommy</description>
    <pubDate>Tue, 27 Mar 2001 03:52:12 GMT</pubDate>
    <dc:creator>twang</dc:creator>
    <dc:date>2001-03-27T03:52:12Z</dc:date>
    <item>
      <title>How configure RedHat allowing printing request from HPUX?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-configure-redhat-allowing-printing-request-from-hpux/m-p/2509223#M80106</link>
      <description>Hi,&lt;BR /&gt;I would like to install a remote printer on HPUX, and that printer was already configured on a linux system, Pls help.&lt;BR /&gt;&lt;BR /&gt;many thanks in advance.&lt;BR /&gt;&lt;BR /&gt;tommy</description>
      <pubDate>Sun, 25 Mar 2001 08:42:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-configure-redhat-allowing-printing-request-from-hpux/m-p/2509223#M80106</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2001-03-25T08:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: How configure RedHat allowing printing request from HPUX?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-configure-redhat-allowing-printing-request-from-hpux/m-p/2509224#M80107</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You have to ensure that your LPD daemon is running on your RedHat system to be able to serve remote lp requests ie.&lt;BR /&gt;&lt;BR /&gt;[root@abc /root]# ps -fae|grep lpd&lt;BR /&gt;lp       28206     1  0 17:34 ?        00:00:00 lpd Waiting&lt;BR /&gt;&lt;BR /&gt;If it is not, check that your lpd startup script runs during system startup:&lt;BR /&gt;&lt;BR /&gt;[root@abc /root]# grep :initdefault: /etc/inittab&lt;BR /&gt;id:3:initdefault:&lt;BR /&gt;[root@abc /root]# ls /etc/rc.d/rc3.d/*lpd&lt;BR /&gt;/etc/rc.d/rc3.d/S60lpd&lt;BR /&gt;&lt;BR /&gt;The 60lpd must be prefixed by a capital S and not a small letter s.&lt;BR /&gt;&lt;BR /&gt;From the HP-UX client, configure a remote printer queue using SAM.&lt;BR /&gt;&lt;BR /&gt;If you are running iptables or ipchains, please ensure that inbound traffic to port TCP/515 on your RedHat system has not been blocked.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong&lt;BR /&gt;Brainbench MVP for Unix Admin&lt;BR /&gt;&lt;A href="http://www.brainbench.com" target="_blank"&gt;http://www.brainbench.com&lt;/A&gt;</description>
      <pubDate>Mon, 26 Mar 2001 09:38:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-configure-redhat-allowing-printing-request-from-hpux/m-p/2509224#M80107</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2001-03-26T09:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: How configure RedHat allowing printing request from HPUX?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-configure-redhat-allowing-printing-request-from-hpux/m-p/2509225#M80108</link>
      <description>Hello Steven,&lt;BR /&gt;&lt;BR /&gt;I got the following output from RedHat server:&lt;BR /&gt;&lt;BR /&gt;[root@wlinux1 /root]# ls /etc/rc.d/rc3.d/*lpd&lt;BR /&gt;/etc/rc.d/rc3.d/S60lpd&lt;BR /&gt;[root@wlinux1 /root]# grep :initdefault: /etc/inittab&lt;BR /&gt;id:5:initdefault:&lt;BR /&gt;[root@wlinux1 /root]# ps -fae|grep lpd&lt;BR /&gt;root       569     1  0 Mar26 ?        00:00:00 lpd&lt;BR /&gt;[root@wlinux1 /root]# grep :initdefault: /etc/inittab&lt;BR /&gt;id:5:initdefault:&lt;BR /&gt;[root@wlinux1 /root]# ls /etc/rc.d/rc3.d/*lpd&lt;BR /&gt;/etc/rc.d/rc3.d/S60lpd&lt;BR /&gt;[root@wlinux1 /root]#&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have tried to add a remote printer queue in HP-UX client and got the following info;&lt;BR /&gt;&lt;BR /&gt;# lpstat -a&lt;BR /&gt;prt01 accepting requests since Oct 12 11:26&lt;BR /&gt;prt02 accepting requests since Mar  5 10:31&lt;BR /&gt;# lpstat -d prt02&lt;BR /&gt;system default destination: prt01&lt;BR /&gt;&lt;BR /&gt;printer queue for prt02&lt;BR /&gt;wlinux1: lpd: prt: Your host does not have line printer access&lt;BR /&gt;&lt;BR /&gt;wmo_a: prt02: ready and waiting&lt;BR /&gt;no entries&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;It seems that the RedHat does not enable its remote printing service. Is this right?&lt;BR /&gt;&lt;BR /&gt;Many thanks &lt;BR /&gt;&lt;BR /&gt;tommy</description>
      <pubDate>Tue, 27 Mar 2001 03:52:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-configure-redhat-allowing-printing-request-from-hpux/m-p/2509225#M80108</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2001-03-27T03:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: How configure RedHat allowing printing request from HPUX?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-configure-redhat-allowing-printing-request-from-hpux/m-p/2509226#M80109</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check if it is a TCP or network connectivity issue before proceeding with testing the configuration by trying the following from your HP-UX system:&lt;BR /&gt;&lt;BR /&gt;# telnet linux-host 515&lt;BR /&gt;&lt;BR /&gt;If the output is&lt;BR /&gt;&lt;BR /&gt;Trying...&lt;BR /&gt;Connected to linux-host.&lt;BR /&gt;Escape character is '^]'.&lt;BR /&gt;&lt;BR /&gt;then, your TCP connection is fine.&lt;BR /&gt;&lt;BR /&gt;However, if the output is&lt;BR /&gt;&lt;BR /&gt;Trying...&lt;BR /&gt;telnet: Unable to connect to remote host: Connection refused&lt;BR /&gt;&lt;BR /&gt;then, your TCP connection is likely to have been blocked or there is no route from your HP-UX system to your linux system.&lt;BR /&gt;&lt;BR /&gt;If your TCP connection is fine, you will need to check the configuration settings you set at your HP-UX system. Perform this:&lt;BR /&gt;&lt;BR /&gt;# /usr/sam/lbin/lpmgr|grep remote-printer-queue&lt;BR /&gt;&lt;BR /&gt;where remote-printer-name refers to the printer queue you named for the remote linux printer. This will show the configuration of your remote printer queue.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong&lt;BR /&gt;Brainbench MVP for Unix Admin&lt;BR /&gt;&lt;A href="http://www.brainbench.com" target="_blank"&gt;http://www.brainbench.com&lt;/A&gt;</description>
      <pubDate>Tue, 27 Mar 2001 04:10:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-configure-redhat-allowing-printing-request-from-hpux/m-p/2509226#M80109</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2001-03-27T04:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: How configure RedHat allowing printing request from HPUX?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-configure-redhat-allowing-printing-request-from-hpux/m-p/2509227#M80110</link>
      <description>Hi,&lt;BR /&gt;Thanks for your quick reply, I think I have set somethin wrong on RedHat:&lt;BR /&gt;&lt;BR /&gt;# telnet wlinux1 515&lt;BR /&gt;Trying...&lt;BR /&gt;Connected to wlinux1.&lt;BR /&gt;Escape character is '^]'.&lt;BR /&gt;lpd: prt: Malformed from address&lt;BR /&gt;Connection closed by foreign host.&lt;BR /&gt;&lt;BR /&gt;# /usr/sam/lbin/lpmgr|grep prt02&lt;BR /&gt;prt02:remote:yes, idle:yes:prt on wlinux1:0: : &lt;BR /&gt;&lt;BR /&gt;Anything does the above message indicate?&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;tommy</description>
      <pubDate>Tue, 27 Mar 2001 04:24:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-configure-redhat-allowing-printing-request-from-hpux/m-p/2509227#M80110</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2001-03-27T04:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: How configure RedHat allowing printing request from HPUX?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-configure-redhat-allowing-printing-request-from-hpux/m-p/2509228#M80111</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The printer queue settings at your linux system might have been misconfigured.&lt;BR /&gt;&lt;BR /&gt;Further debugging,&lt;BR /&gt;&lt;BR /&gt;On your linux system:&lt;BR /&gt;&lt;BR /&gt;# /etc/rc.d/init.d/lpd stop&lt;BR /&gt;# lpd -D1 -F&lt;BR /&gt;&lt;BR /&gt;From your hpux system:&lt;BR /&gt;&lt;BR /&gt;# telnet linux-system 515&lt;BR /&gt;&lt;BR /&gt;Record the debug messages on your linux system.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong&lt;BR /&gt;Brainbench MVP for Unix Admin&lt;BR /&gt;&lt;A href="http://www.brainbench.com" target="_blank"&gt;http://www.brainbench.com&lt;/A&gt;</description>
      <pubDate>Tue, 27 Mar 2001 05:35:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-configure-redhat-allowing-printing-request-from-hpux/m-p/2509228#M80111</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2001-03-27T05:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: How configure RedHat allowing printing request from HPUX?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-configure-redhat-allowing-printing-request-from-hpux/m-p/2509229#M80112</link>
      <description>Hello,&lt;BR /&gt;I carry out the following steps and produce the same result,&lt;BR /&gt;On Linux printer server side:&lt;BR /&gt;&lt;BR /&gt;[root@wlinux1 /etc]# ps -ef |grep lpd&lt;BR /&gt;root      1545     1  0 12:06 ?        00:00:00 lpd&lt;BR /&gt;root      1699  1429  0 14:34 pts/0    00:00:00 grep lpd&lt;BR /&gt;[root@wlinux1 /etc]# /etc/rc.d/init.d/lpd stop&lt;BR /&gt;Shutting down lpd: [  OK  ]&lt;BR /&gt;[root@wlinux1 /etc]# lpd -D1 -F&lt;BR /&gt;[root@wlinux1 /etc]# ps -ef |grep lpd&lt;BR /&gt;root      1715     1  0 14:35 ?        00:00:00 lpd -D1 -F&lt;BR /&gt;root      1718  1429  0 14:35 pts/0    00:00:00 grep lpd&lt;BR /&gt;[root@wlinux1 /etc]#&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;On HP-UX client side:&lt;BR /&gt;&lt;BR /&gt;# telnet wlinux1 515&lt;BR /&gt;Trying...&lt;BR /&gt;Connected to wlinux1.&lt;BR /&gt;Escape character is '^]'.&lt;BR /&gt;lpd: prt: Malformed from address&lt;BR /&gt;Connection closed by foreign host.&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;tommy&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Mar 2001 06:40:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-configure-redhat-allowing-printing-request-from-hpux/m-p/2509229#M80112</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2001-03-27T06:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: How configure RedHat allowing printing request from HPUX?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-configure-redhat-allowing-printing-request-from-hpux/m-p/2509230#M80113</link>
      <description />
      <pubDate>Tue, 27 Mar 2001 14:58:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-configure-redhat-allowing-printing-request-from-hpux/m-p/2509230#M80113</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2001-03-27T14:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: How configure RedHat allowing printing request from HPUX?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-configure-redhat-allowing-printing-request-from-hpux/m-p/2509231#M80114</link>
      <description>I recall similar problems trying to redirect HP remote printing to linux LPD. If I remember it correctly, these two daemons have incompatible protocols. Even when some wizard might be able to configure them understand eachother I chose easier solution - replacing LPD coming with RedHat with LPRng.&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Mar 2001 21:08:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-configure-redhat-allowing-printing-request-from-hpux/m-p/2509231#M80114</guid>
      <dc:creator>Tarmo Loorits</dc:creator>
      <dc:date>2001-03-29T21:08:25Z</dc:date>
    </item>
  </channel>
</rss>

