<?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/4219489#M327280</link>
    <description>There are four very, very different printer setups. One is for non-HP printers, or more accurately, non-HP LAN cards in the printer. Another is for HP network printers or printers with an HP network adapter. The third is for any printer connected with a parallel cable and last is a printer connected with a serial RS-232 cable.&lt;BR /&gt; &lt;BR /&gt;Since you mentioned a hosts file, I'll assume that your printer is one of the first two connections. Don't mess with the hosts file -- always add printers with an IP address. The system never uses hostnames but must translate hostnames into IP addresses. Avoid all the terrible issues with DNS management by adding printers using an IP address.&lt;BR /&gt; &lt;BR /&gt;First verify that the IP address is reachable. If this computer is on another subnet, your network department may be blocking access to this network. Use ping to verify the IP address.&lt;BR /&gt; &lt;BR /&gt;For the vast majority of non-HP printers, you add the printer as a remote printer. This is a big challenge because very few manufacturers provide the remote printer name as these printers are designed for PCs, not Unix. Use SAM and select remote (not network) printer. You'll need: a local printer name, the IP address of the printer and the internal remote printer name which can be something like: lp prn text print raw ... Then be sure to check the BSD box and print a very short file such as /etc/copyright  to test.&lt;BR /&gt; &lt;BR /&gt;If you have an HP printer, the steps are much simpler and the connection is much more reliable. Just add the printer with this command:&lt;BR /&gt; &lt;BR /&gt;addqueue -h 12.34.56.78 -q myprn -t off -r off -b off&lt;BR /&gt; &lt;BR /&gt;Then print the copyright file. If you have problems (the lp system has no diagnostics or status capability), use the command:&lt;BR /&gt;  &lt;BR /&gt;hpnpadmin -v 12.34.56.78&lt;BR /&gt; &lt;BR /&gt;If that returns a page or two of network details, bypass the lp spooler and test with:&lt;BR /&gt; &lt;BR /&gt;hpnpf -x 12.34.56.78 -N /etc/copyright&lt;BR /&gt; &lt;BR /&gt;Then to see what options you have (with HP network printers only), use man net_ljx000</description>
    <pubDate>Thu, 19 Jun 2008 22:41:41 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2008-06-19T22:41:41Z</dc:date>
    <item>
      <title>printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/4219485#M327276</link>
      <description>I'm setting up a new RP7410 with hpux 11.11.  I copied the printer over thru SAM.  However when I print, the job just goes into lala land, it clears the que but nothing prints.  Does the machine need to be rebooted?  The host file doesn't have every printer in it, but it does have the one I'm using. Is there another file that needs to come over with it.</description>
      <pubDate>Thu, 19 Jun 2008 19:55:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/4219485#M327276</guid>
      <dc:creator>Jeff Hagstrom</dc:creator>
      <dc:date>2008-06-19T19:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/4219486#M327277</link>
      <description>Did you install the HP jetdirect printer installer software ?&lt;BR /&gt;&lt;BR /&gt;I always forget this.&lt;BR /&gt;&lt;BR /&gt;swlist |grep -i jet&lt;BR /&gt;  J4189-11001C                  E.10.34        Hewlett-Packard JetDirect Printer Installer for Unix &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Jun 2008 20:02:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/4219486#M327277</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2008-06-19T20:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/4219487#M327278</link>
      <description>Nope.  However I don't know that I've ever done it before.  I've copied it over.  I've searched the HP site for the software, can't find it.  Is it on a disk somewhere or.....</description>
      <pubDate>Thu, 19 Jun 2008 20:07:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/4219487#M327278</guid>
      <dc:creator>Jeff Hagstrom</dc:creator>
      <dc:date>2008-06-19T20:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/4219488#M327279</link>
      <description>It is in a really secret place.&lt;BR /&gt;&lt;BR /&gt;( not really, just lookup any printer on the biz support site and it is buried under any one of them )&lt;BR /&gt;&lt;BR /&gt;The link below will get you there ( save it for later as I go crazy trying to remember how to find it sometimes years later).&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20000.www2.hp.com/bizsupport/TechSupport/DriverDownload.jsp?prodNameId=18922" target="_blank"&gt;http://h20000.www2.hp.com/bizsupport/TechSupport/DriverDownload.jsp?prodNameId=18922&lt;/A&gt;〈=en&amp;amp;cc=us&amp;amp;taskId=135&amp;amp;prodSeriesId=27349&amp;amp;prodTypeId=18964&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Jun 2008 20:11:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/4219488#M327279</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2008-06-19T20:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/4219489#M327280</link>
      <description>There are four very, very different printer setups. One is for non-HP printers, or more accurately, non-HP LAN cards in the printer. Another is for HP network printers or printers with an HP network adapter. The third is for any printer connected with a parallel cable and last is a printer connected with a serial RS-232 cable.&lt;BR /&gt; &lt;BR /&gt;Since you mentioned a hosts file, I'll assume that your printer is one of the first two connections. Don't mess with the hosts file -- always add printers with an IP address. The system never uses hostnames but must translate hostnames into IP addresses. Avoid all the terrible issues with DNS management by adding printers using an IP address.&lt;BR /&gt; &lt;BR /&gt;First verify that the IP address is reachable. If this computer is on another subnet, your network department may be blocking access to this network. Use ping to verify the IP address.&lt;BR /&gt; &lt;BR /&gt;For the vast majority of non-HP printers, you add the printer as a remote printer. This is a big challenge because very few manufacturers provide the remote printer name as these printers are designed for PCs, not Unix. Use SAM and select remote (not network) printer. You'll need: a local printer name, the IP address of the printer and the internal remote printer name which can be something like: lp prn text print raw ... Then be sure to check the BSD box and print a very short file such as /etc/copyright  to test.&lt;BR /&gt; &lt;BR /&gt;If you have an HP printer, the steps are much simpler and the connection is much more reliable. Just add the printer with this command:&lt;BR /&gt; &lt;BR /&gt;addqueue -h 12.34.56.78 -q myprn -t off -r off -b off&lt;BR /&gt; &lt;BR /&gt;Then print the copyright file. If you have problems (the lp system has no diagnostics or status capability), use the command:&lt;BR /&gt;  &lt;BR /&gt;hpnpadmin -v 12.34.56.78&lt;BR /&gt; &lt;BR /&gt;If that returns a page or two of network details, bypass the lp spooler and test with:&lt;BR /&gt; &lt;BR /&gt;hpnpf -x 12.34.56.78 -N /etc/copyright&lt;BR /&gt; &lt;BR /&gt;Then to see what options you have (with HP network printers only), use man net_ljx000</description>
      <pubDate>Thu, 19 Jun 2008 22:41:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/4219489#M327280</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2008-06-19T22:41:41Z</dc:date>
    </item>
  </channel>
</rss>

