<?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: Printing in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/3126256#M152037</link>
    <description>For a dumb printer, use -i 9998 (see the man page for addqueue and the -l option to list all the printer types). The JetDirect software (addqueue) assumes that a smart printer is attached so identification of the printer is tried for assignment of the correct model script.</description>
    <pubDate>Mon, 24 Nov 2003 10:32:59 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2003-11-24T10:32:59Z</dc:date>
    <item>
      <title>Printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/3126250#M152031</link>
      <description>Is there a way around the ping feature in hppi?  I need to print from our main location to a printer at a remote location and the bandwidth provider has turned off ICMP.</description>
      <pubDate>Fri, 21 Nov 2003 15:08:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/3126250#M152031</guid>
      <dc:creator>Ron Brown_2</dc:creator>
      <dc:date>2003-11-21T15:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: Printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/3126251#M152032</link>
      <description>I should clarify that this is for a new printer setup.</description>
      <pubDate>Fri, 21 Nov 2003 15:20:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/3126251#M152032</guid>
      <dc:creator>Ron Brown_2</dc:creator>
      <dc:date>2003-11-21T15:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/3126252#M152033</link>
      <description>I am assuming that you are adding the printer using hppi or SAM. Use addqueue instead. Much, much faster and I don't believe that it uses ping. To add the printer at IP address 12.34.56.78 and call it ljet1200:&lt;BR /&gt; &lt;BR /&gt;/opt/hpnpl/bin/addqueue -h 12.34.56.78 -q ljet1200</description>
      <pubDate>Fri, 21 Nov 2003 16:38:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/3126252#M152033</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-11-21T16:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/3126253#M152034</link>
      <description>How does one add a dumb printer?  -q dumb?  Thanks!</description>
      <pubDate>Mon, 24 Nov 2003 08:20:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/3126253#M152034</guid>
      <dc:creator>Ron Brown_2</dc:creator>
      <dc:date>2003-11-24T08:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/3126254#M152035</link>
      <description>Hmm...I still get an error that the host cannot be contacted.  The man page for addqueue states that this uses SNMP to determine which devices are available.  I do not have SNMP enabled at the remote site.  Any thoughts?</description>
      <pubDate>Mon, 24 Nov 2003 08:27:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/3126254#M152035</guid>
      <dc:creator>Ron Brown_2</dc:creator>
      <dc:date>2003-11-24T08:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: Printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/3126255#M152036</link>
      <description>You need at least the following ports:&lt;BR /&gt;&lt;BR /&gt;515 (spooler) , 9100, 9101,9102 (HP Jet Admin)&lt;BR /&gt;&lt;BR /&gt;I think you need snmp as well - as programs like hpnpadmin use it.&lt;BR /&gt;&lt;BR /&gt;For example, I use the following script to test remote connectivity to a printer through a firewall:&lt;BR /&gt;&lt;BR /&gt;#!/bin/sh&lt;BR /&gt;#&lt;BR /&gt;# check printer status&lt;BR /&gt;# Geoff Wild&lt;BR /&gt;&lt;BR /&gt;if [ $# -lt 1 -o \( $# -gt 1 -a $# -lt 4 \) ]&lt;BR /&gt;then&lt;BR /&gt;  echo "Usage:"&lt;BR /&gt;  echo "lpst \"printer\""&lt;BR /&gt;  echo "Example:"&lt;BR /&gt;  echo "lpst W052"&lt;BR /&gt;  exit 1&lt;BR /&gt;fi&lt;BR /&gt;echo " "&lt;BR /&gt;/opt/hpnpl/bin/hpnpadmin $1&lt;BR /&gt;echo " "&lt;BR /&gt;lpstat -p$1 -v$1&lt;BR /&gt;echo " "&lt;BR /&gt;echo "Output Requests"&lt;BR /&gt;echo "-----------------------------------------------------------"&lt;BR /&gt;lpstat -o$1&lt;BR /&gt;echo " "&lt;BR /&gt;lpstat -r&lt;BR /&gt;echo " "&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Output like:&lt;BR /&gt;&lt;BR /&gt;# lpst.ibu LZA3&lt;BR /&gt;&lt;BR /&gt;Printer State       : ready to print&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;printer LZA3 is idle.  enabled since Apr  4 13:13&lt;BR /&gt;        fence priority : 0&lt;BR /&gt;device for LZA3: /dev/null&lt;BR /&gt;&lt;BR /&gt;Output Requests&lt;BR /&gt;-----------------------------------------------------------&lt;BR /&gt;no entries&lt;BR /&gt;&lt;BR /&gt;scheduler is running&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Nov 2003 09:14:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/3126255#M152036</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2003-11-24T09:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: Printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/3126256#M152037</link>
      <description>For a dumb printer, use -i 9998 (see the man page for addqueue and the -l option to list all the printer types). The JetDirect software (addqueue) assumes that a smart printer is attached so identification of the printer is tried for assignment of the correct model script.</description>
      <pubDate>Mon, 24 Nov 2003 10:32:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/3126256#M152037</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-11-24T10:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/3126257#M152038</link>
      <description>Geoff: thanks for the script, but I am still trying to get the printer configured.</description>
      <pubDate>Mon, 24 Nov 2003 15:16:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/3126257#M152038</guid>
      <dc:creator>Ron Brown_2</dc:creator>
      <dc:date>2003-11-24T15:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: Printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/3126258#M152039</link>
      <description>If hpnpadmin can't contact the printer, you'll have to get a network trace to see where the packets are being blocked. To see all the details about the remote printer, use:&lt;BR /&gt; &lt;BR /&gt;/opt/hpnpl/bin/hpnpadmin -v &lt;IP_ADDRESS&gt;&lt;BR /&gt; &lt;BR /&gt;If hpnpadmin doesn't get through, then JetDirect will not work through your current firewall settings.&lt;/IP_ADDRESS&gt;</description>
      <pubDate>Mon, 24 Nov 2003 16:23:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/3126258#M152039</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-11-24T16:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: Printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/3126259#M152040</link>
      <description>Yes - in order to configure, use the addqueue command:&lt;BR /&gt;&lt;BR /&gt;For example:&lt;BR /&gt;&lt;BR /&gt;addqueue -i 9998 -h 10.128.26.107 -q TST9&lt;BR /&gt;&lt;BR /&gt;That way you don't need ping...&lt;BR /&gt;&lt;BR /&gt;But as I said above, in order to print you need the following ports open between the firewalls:&lt;BR /&gt;&lt;BR /&gt;515 (spooler) , 9100, 9101,9102 (HP Jet Admin)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Mon, 24 Nov 2003 16:31:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/3126259#M152040</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2003-11-24T16:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: Printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/3126260#M152041</link>
      <description>That did it!  Thanks.  Now, I just have to figure out why control codes are not being passed to the printer...</description>
      <pubDate>Mon, 24 Nov 2003 16:42:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/3126260#M152041</guid>
      <dc:creator>Ron Brown_2</dc:creator>
      <dc:date>2003-11-24T16:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: Printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/3126261#M152042</link>
      <description>Keep in mind that there are no special codes in the 'dumb' model script. Those must be in the print file you send to the printer. Start with a simple text file (no speciall application) and add the escape sequences you need and see if they work.</description>
      <pubDate>Mon, 24 Nov 2003 16:50:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/3126261#M152042</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-11-24T16:50:52Z</dc:date>
    </item>
  </channel>
</rss>

