<?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: Remote printer getting disabled automatically in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-printer-getting-disabled-automatically/m-p/2733063#M65882</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;The Remote Model Script&lt;BR /&gt;disables the printer if rlp returns an error -&lt;BR /&gt;&lt;BR /&gt;    /usr/sbin/rlp -I$requestid $BSDC $BSDJ $BSDT $BSDi $BSD1 $BSD2&lt;BR /&gt;          $BSD3 $BSD4 $BSDw $BSDformat $BSDh $1&lt;BR /&gt;    ret=$?&lt;BR /&gt;    case $ret in&lt;BR /&gt;    0)&lt;BR /&gt;        exit 0&lt;BR /&gt;        ;;&lt;BR /&gt;    *)&lt;BR /&gt;        reason="error $ret returned"&lt;BR /&gt;        ;;&lt;BR /&gt;    esac&lt;BR /&gt;    disable -r"$reason" $printer&lt;BR /&gt;    exit 1&lt;BR /&gt;&lt;BR /&gt;if the remote machine is booting or the network times out you can get a disable.&lt;BR /&gt;&lt;BR /&gt;An automatic recovery has been requested but does not exist at the moment.&lt;BR /&gt;&lt;BR /&gt;lpstat -pname should indicate the reason&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ex&lt;BR /&gt;&lt;BR /&gt; # lpstat -pshb2lj18&lt;BR /&gt;&lt;BR /&gt; printer shb2lj18 disabled since Dec 20 11:05 -&lt;BR /&gt;         error 141 returned&lt;BR /&gt;         fence priority : 0&lt;BR /&gt;This signal is not currently trapped by rlp,&lt;BR /&gt;which therefore causes rlp to terminate with an exit status of 141 (128 + 13).&lt;BR /&gt;This results in the printer being disabled with a reason code of "error 141&lt;BR /&gt;returned".  SIGPIPE (signal 13) &lt;BR /&gt;&lt;BR /&gt;            Steve Steel&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 29 May 2002 06:52:25 GMT</pubDate>
    <dc:creator>Steve Steel</dc:creator>
    <dc:date>2002-05-29T06:52:25Z</dc:date>
    <item>
      <title>Remote printer getting disabled automatically</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-printer-getting-disabled-automatically/m-p/2733060#M65879</link>
      <description>Hi,&lt;BR /&gt;   I have a strange problem of printer getting disabled automaticaly once in 10 or 15 days. The printer is connected to the parallel port of  NT Workstation which is running TCP/IP Printer Server and configured as a remote printer from HP-UX 11.0 System and BSD enabled.&lt;BR /&gt; There are no of remote printers configured to the HP-UX system like this and any one of the printer gets disabled randomly.What could be the problem?&lt;BR /&gt;  Can you please throw some light on this issue to resolve.&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Wed, 29 May 2002 02:26:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-printer-getting-disabled-automatically/m-p/2733060#M65879</guid>
      <dc:creator>TAMILVANAN</dc:creator>
      <dc:date>2002-05-29T02:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: Remote printer getting disabled automatically</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-printer-getting-disabled-automatically/m-p/2733061#M65880</link>
      <description>Hi,&lt;BR /&gt;Can you  print from windows 98 PCs to the windows NT server through Printer share without any problems?.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 29 May 2002 06:19:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-printer-getting-disabled-automatically/m-p/2733061#M65880</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-05-29T06:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: Remote printer getting disabled automatically</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-printer-getting-disabled-automatically/m-p/2733062#M65881</link>
      <description>Is there anything printing to the printer from NT when it becomes disabled in HPUX ?&lt;BR /&gt;&lt;BR /&gt;Hilary&lt;BR /&gt;</description>
      <pubDate>Wed, 29 May 2002 06:25:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-printer-getting-disabled-automatically/m-p/2733062#M65881</guid>
      <dc:creator>BFA6</dc:creator>
      <dc:date>2002-05-29T06:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: Remote printer getting disabled automatically</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-printer-getting-disabled-automatically/m-p/2733063#M65882</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;The Remote Model Script&lt;BR /&gt;disables the printer if rlp returns an error -&lt;BR /&gt;&lt;BR /&gt;    /usr/sbin/rlp -I$requestid $BSDC $BSDJ $BSDT $BSDi $BSD1 $BSD2&lt;BR /&gt;          $BSD3 $BSD4 $BSDw $BSDformat $BSDh $1&lt;BR /&gt;    ret=$?&lt;BR /&gt;    case $ret in&lt;BR /&gt;    0)&lt;BR /&gt;        exit 0&lt;BR /&gt;        ;;&lt;BR /&gt;    *)&lt;BR /&gt;        reason="error $ret returned"&lt;BR /&gt;        ;;&lt;BR /&gt;    esac&lt;BR /&gt;    disable -r"$reason" $printer&lt;BR /&gt;    exit 1&lt;BR /&gt;&lt;BR /&gt;if the remote machine is booting or the network times out you can get a disable.&lt;BR /&gt;&lt;BR /&gt;An automatic recovery has been requested but does not exist at the moment.&lt;BR /&gt;&lt;BR /&gt;lpstat -pname should indicate the reason&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ex&lt;BR /&gt;&lt;BR /&gt; # lpstat -pshb2lj18&lt;BR /&gt;&lt;BR /&gt; printer shb2lj18 disabled since Dec 20 11:05 -&lt;BR /&gt;         error 141 returned&lt;BR /&gt;         fence priority : 0&lt;BR /&gt;This signal is not currently trapped by rlp,&lt;BR /&gt;which therefore causes rlp to terminate with an exit status of 141 (128 + 13).&lt;BR /&gt;This results in the printer being disabled with a reason code of "error 141&lt;BR /&gt;returned".  SIGPIPE (signal 13) &lt;BR /&gt;&lt;BR /&gt;            Steve Steel&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 29 May 2002 06:52:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-printer-getting-disabled-automatically/m-p/2733063#M65882</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-05-29T06:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Remote printer getting disabled automatically</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-printer-getting-disabled-automatically/m-p/2733064#M65883</link>
      <description>Hi Tamilvanan,&lt;BR /&gt;   Ensure that TCP/IP printing is enabled in your NT Worksation and While giving printing to remote printer, the printer should be in online status otherwise the printer queue will be disabled and also ensure that LPR Services are running in the NT Worksation.</description>
      <pubDate>Wed, 29 May 2002 07:31:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-printer-getting-disabled-automatically/m-p/2733064#M65883</guid>
      <dc:creator>N.Ramesh</dc:creator>
      <dc:date>2002-05-29T07:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: Remote printer getting disabled automatically</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-printer-getting-disabled-automatically/m-p/2733065#M65884</link>
      <description>Thanx for all who responded.&lt;BR /&gt;  Steve Steel has given a very detailed explanation to find the cause for the problem.Since I have already added a script on cron to enable the printer automaticaly whenever it gets disabled I added one more line to find the return value of the error. Once I get the printer disable problem again I will be able to trace the problem.&lt;BR /&gt;  Let us wait to get the error code.&lt;BR /&gt;Once again thanx for all.&lt;BR /&gt;</description>
      <pubDate>Wed, 29 May 2002 09:00:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-printer-getting-disabled-automatically/m-p/2733065#M65884</guid>
      <dc:creator>TAMILVANAN</dc:creator>
      <dc:date>2002-05-29T09:00:56Z</dc:date>
    </item>
  </channel>
</rss>

