<?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: Printer not printing. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-not-printing/m-p/2708008#M59779</link>
    <description>try nslookup on the printer name to ensure that the address can be resolved, and then do a traceroute from the HP box to the printer to verify that you have network connectivity.&lt;BR /&gt;&lt;BR /&gt;mark</description>
    <pubDate>Tue, 23 Apr 2002 14:25:20 GMT</pubDate>
    <dc:creator>Mark Greene_1</dc:creator>
    <dc:date>2002-04-23T14:25:20Z</dc:date>
    <item>
      <title>Printer not printing.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-not-printing/m-p/2708000#M59771</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;We are using HP 9000 k570 with HP 10.20 OS.&lt;BR /&gt;&lt;BR /&gt;I defined a network pronter in our system. after some time it'd stopped printing. when i see the log it shows "printer: connection is not available, keep trying".&lt;BR /&gt;&lt;BR /&gt;How can i resolve this problem??? can any1 guide??&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance,&lt;BR /&gt;&lt;BR /&gt;Yasir.</description>
      <pubDate>Mon, 22 Apr 2002 10:38:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-not-printing/m-p/2708000#M59771</guid>
      <dc:creator>M Yasir Khan</dc:creator>
      <dc:date>2002-04-22T10:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: Printer not printing.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-not-printing/m-p/2708001#M59772</link>
      <description>Futhermore, when i check the status of the printer through SAM. under "enable to print" it says... Yes, Busy. How can i change it to Yes, Idle ???&lt;BR /&gt;&lt;BR /&gt;TIA,&lt;BR /&gt;&lt;BR /&gt;Yasir.</description>
      <pubDate>Mon, 22 Apr 2002 10:48:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-not-printing/m-p/2708001#M59772</guid>
      <dc:creator>M Yasir Khan</dc:creator>
      <dc:date>2002-04-22T10:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Printer not printing.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-not-printing/m-p/2708002#M59773</link>
      <description>Can you ping the printer from your host?&lt;BR /&gt;&lt;BR /&gt;If you have jetadmin, or the newer HP Printer Installer prtoduct, there is a useful diagnostic tool which guides you through printer problems. Try:&lt;BR /&gt;&lt;BR /&gt;# jetadmin&lt;BR /&gt;&lt;BR /&gt;and if that doesn't work:&lt;BR /&gt;&lt;BR /&gt;# hppi&lt;BR /&gt;&lt;BR /&gt;This will put you into a simple text based menu that has some diagnostic options available.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Apr 2002 10:49:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-not-printing/m-p/2708002#M59773</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2002-04-22T10:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Printer not printing.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-not-printing/m-p/2708003#M59774</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1)Latest spool and network patches.&lt;BR /&gt;&lt;BR /&gt;2)Latest jatadmin software&lt;BR /&gt;&lt;BR /&gt;3)Maybe printer firmware.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/sh&lt;BR /&gt;#&lt;BR /&gt;# Show stats for JetDirect printer(s)&lt;BR /&gt;#&lt;BR /&gt;set -u&lt;BR /&gt;QTY=$#                                                                          alled ( [PHSS_17155/PACHRDME/Engl&lt;BR /&gt;if [ $QTY -lt 1 ]                                                               ing a different X server or an X&lt;BR /&gt;then                                                                            time of this document's release,&lt;BR /&gt;   echo                                                                         rted in version 6.0 and later&lt;BR /&gt;   echo Usage:&lt;BR /&gt;   echo "   $0 network-name [ more network-names ...]"&lt;BR /&gt;   exit 1&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;while [ $QTY -gt 0 ]&lt;BR /&gt;do&lt;BR /&gt;#############   /opt/hpnp/bin/hpnpadmin -WwtSsqOnlaifEba $1&lt;BR /&gt;&lt;BR /&gt;   for OPT in W w t S s q O n l a i f E b a&lt;BR /&gt;   do&lt;BR /&gt;      echo&lt;BR /&gt;      echo "***************** OPTION: $OPT *********************************"&lt;BR /&gt;      /opt/hpnp/bin/hpnpadmin -$OPT $1&lt;BR /&gt;   done&lt;BR /&gt;   shift&lt;BR /&gt;   QTY=$(( $QTY - 1))&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                      Steve Steel</description>
      <pubDate>Mon, 22 Apr 2002 10:52:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-not-printing/m-p/2708003#M59774</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-04-22T10:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Printer not printing.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-not-printing/m-p/2708004#M59775</link>
      <description>OK..&lt;BR /&gt;You can use Jetadmin on HPUX and use that tool or you can do it from command line.&lt;BR /&gt;&lt;BR /&gt;1.Printer connection not available.&lt;BR /&gt;++++ try doing a ping to the printer-does it work? If not your problem may be:&lt;BR /&gt;The printer is off or offline&lt;BR /&gt;The printer network cable is disconnected or bad&lt;BR /&gt;The printer port is not activated or bad&lt;BR /&gt; (check and resolve until you get a good response for network connectivity)&lt;BR /&gt;&lt;BR /&gt;2.Printer shows busy in SAM&lt;BR /&gt;++++ yes because their are print jobs hanging waiting to be printed. You can:&lt;BR /&gt;lpstat &lt;PRINTER&gt;  to check status and decide if you want to cancel these jobs (or not)&lt;BR /&gt;cancel &lt;PRINTER&gt;&lt;BR /&gt;  Now if you have multiple print jobs that may only kill the 1st job. You can write a script to hit all of them or cancel one at a time&lt;BR /&gt;disable &lt;PRINTER&gt; will disable any further jobs from being sent to printer&lt;BR /&gt;enable &lt;PRINTER&gt; will re-active printer to accept jobs.&lt;BR /&gt;&lt;BR /&gt;3. Also trying doing a nslookup by IP or printer and by name of printer to ensure it is resolving properly and something hasn't gone awry or an IP hasn't gotten dup'd somewhere..&lt;BR /&gt;&lt;BR /&gt;Just a couple thoughts,&lt;BR /&gt;Rit&lt;/PRINTER&gt;&lt;/PRINTER&gt;&lt;/PRINTER&gt;&lt;/PRINTER&gt;</description>
      <pubDate>Mon, 22 Apr 2002 11:29:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-not-printing/m-p/2708004#M59775</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2002-04-22T11:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: Printer not printing.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-not-printing/m-p/2708005#M59776</link>
      <description>Hi,&lt;BR /&gt;Looking to your problem description it is definate that there is something wrong with network connection.&lt;BR /&gt;&lt;BR /&gt;1. Try to ping the printer with IP address as well as by name.&lt;BR /&gt;&lt;BR /&gt;2. Check the name resolver and NIS/DNS services on your network(If you are using it).&lt;BR /&gt;&lt;BR /&gt;3. Check the /etc/bootptab file if you are using is for global printer definations.&lt;BR /&gt;4. Finally you can stop the schedular and start it &lt;BR /&gt;/sbin/init.d/lp stop&lt;BR /&gt;/sbin/init.d/lp start&lt;BR /&gt;&lt;BR /&gt;I am sure you will fix your problem.&lt;BR /&gt;&lt;BR /&gt;-pap</description>
      <pubDate>Mon, 22 Apr 2002 13:36:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-not-printing/m-p/2708005#M59776</guid>
      <dc:creator>pap</dc:creator>
      <dc:date>2002-04-22T13:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: Printer not printing.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-not-printing/m-p/2708006#M59777</link>
      <description>Hi Khan,&lt;BR /&gt;You can even try disable printer and enable printer command it might fix it.&lt;BR /&gt;If you have setup spooler using jetadmin. start stop print schedular&lt;BR /&gt;lpshut and lpsched.&lt;BR /&gt;&lt;BR /&gt;may be try removing that print queue and setup again.&lt;BR /&gt;&lt;BR /&gt;Sachin</description>
      <pubDate>Mon, 22 Apr 2002 15:18:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-not-printing/m-p/2708006#M59777</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2002-04-22T15:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Printer not printing.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-not-printing/m-p/2708007#M59778</link>
      <description>Walk over to the printer and it out.  It sounds like it's dead.  &lt;BR /&gt;If the printer uses a 3port hpjetdirect printserver, make sure the printer is in the first port. &lt;BR /&gt;&lt;BR /&gt;Also do this. &lt;BR /&gt;1. turn off the printer&lt;BR /&gt;2. turn off the print server&lt;BR /&gt;3. turn on the printer&lt;BR /&gt;4. make sure the printer has paper, and is on line, and it plugged into the first port.&lt;BR /&gt;5.  THEN, turn on the print server.&lt;BR /&gt;&lt;BR /&gt;Now after these steps, you can start to look at unix.</description>
      <pubDate>Tue, 23 Apr 2002 11:52:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-not-printing/m-p/2708007#M59778</guid>
      <dc:creator>Steve Post</dc:creator>
      <dc:date>2002-04-23T11:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: Printer not printing.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-not-printing/m-p/2708008#M59779</link>
      <description>try nslookup on the printer name to ensure that the address can be resolved, and then do a traceroute from the HP box to the printer to verify that you have network connectivity.&lt;BR /&gt;&lt;BR /&gt;mark</description>
      <pubDate>Tue, 23 Apr 2002 14:25:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-not-printing/m-p/2708008#M59779</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2002-04-23T14:25:20Z</dc:date>
    </item>
  </channel>
</rss>

