<?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: PostScript printer questions in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/postscript-printer-questions/m-p/3850174#M274716</link>
    <description>We don't need no stinkin' website. You have everything you need. Simply cd to /opt/hpnpl/man and then do an "ls *"; you will see all the available man pages.&lt;BR /&gt;</description>
    <pubDate>Fri, 25 Aug 2006 14:41:53 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2006-08-25T14:41:53Z</dc:date>
    <item>
      <title>PostScript printer questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/postscript-printer-questions/m-p/3850162#M274704</link>
      <description>&lt;BR /&gt;I have a PostScript HP printer which is connected to 2 systems.  It works on one (hpux 11.0) but not on the 2nd, (11.23) the jobs just hang in the queue.&lt;BR /&gt;&lt;BR /&gt;Any idea how to troubleshoot this? Can I remove this printer and then re-add it? Where in the filesystem are the config files so I can compare them?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Aug 2006 14:23:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/postscript-printer-questions/m-p/3850162#M274704</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2006-08-24T14:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: PostScript printer questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/postscript-printer-questions/m-p/3850163#M274705</link>
      <description>Well, HP has hundreds of models of printers and there are several different ways to connect them. So you'll need to provide a bit more information. What is the printer model? Is the printer connected using some Windows server or does stand alone on the network? Was the printer added as a remote printer or a network printer (assuming SAM was used)?&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Aug 2006 17:45:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/postscript-printer-questions/m-p/3850163#M274705</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-08-24T17:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: PostScript printer questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/postscript-printer-questions/m-p/3850164#M274706</link>
      <description>It matters a great deal whether these were configured as "Network" (using JetDirect port 9100 protocol) or "Remote" (using LPR/LPD protocol) printers. Whenever possible configure them as "Network" printers. The interface files are stored in /var/spool/lp/interface. There will be a script "yourprinter" in this directory and if this is a network drinter then there will be a secondary script of the same namein the model.orig directory just below.&lt;BR /&gt;&lt;BR /&gt;I suspect that you chose completely different model scripts (which become the interface files) for these print queues.&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Aug 2006 17:50:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/postscript-printer-questions/m-p/3850164#M274706</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-08-24T17:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: PostScript printer questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/postscript-printer-questions/m-p/3850165#M274707</link>
      <description>&lt;!--!*#--&gt;It is:  HP LaserJet 4350 &lt;BR /&gt;&lt;BR /&gt;How do I delete this printer and correctly add it?&lt;BR /&gt;&lt;BR /&gt;It's connected to another machine and works just fine on that other server. It doesn't work when accessed from the first machine. I compared the configuration files on both servers (like /var/spool/lp/interface/&lt;PRINTER_NAME&gt; and cannot see any differences.&lt;/PRINTER_NAME&gt;</description>
      <pubDate>Fri, 25 Aug 2006 08:26:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/postscript-printer-questions/m-p/3850165#M274707</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2006-08-25T08:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: PostScript printer questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/postscript-printer-questions/m-p/3850166#M274708</link>
      <description>Once again, it depends on how they were added, network or remote.&lt;BR /&gt;&lt;BR /&gt;For a remote printer, you would use lpadmin:&lt;BR /&gt;lpadmin -x$PRNTR # to delete&lt;BR /&gt;lpadmin -p$PRNTR -orm$LOC.holstein.com -orp$OPRNTR -mrmodel -v/dev/n&lt;BR /&gt;ull -ob3 -ocmrcmodel -osmrsmodel # to add&lt;BR /&gt;&lt;BR /&gt;For a network printer you would use the hppi commands removequeue and addqueue:&lt;BR /&gt;removequeue -f -q $PRNTR&lt;BR /&gt;addqueue -h $IP -q $PRNTR -b off&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 25 Aug 2006 08:31:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/postscript-printer-questions/m-p/3850166#M274708</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2006-08-25T08:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: PostScript printer questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/postscript-printer-questions/m-p/3850167#M274709</link>
      <description>I think this is a network printer,  because I can go to http://&lt;PRINTER_NAME&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/PRINTER_NAME&gt;</description>
      <pubDate>Fri, 25 Aug 2006 08:49:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/postscript-printer-questions/m-p/3850167#M274709</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2006-08-25T08:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: PostScript printer questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/postscript-printer-questions/m-p/3850168#M274710</link>
      <description>Then try "removequeue -f -qprinter_name".  If that works, try the addqueue with the printer_name and its IP address.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 25 Aug 2006 09:01:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/postscript-printer-questions/m-p/3850168#M274710</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2006-08-25T09:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: PostScript printer questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/postscript-printer-questions/m-p/3850169#M274711</link>
      <description>Also, I have this version of JetDirect installed:&lt;BR /&gt;&lt;BR /&gt;J4189-11001C   E.10.34     Hewlett-Packard JetDirect Printer Installer for Unix</description>
      <pubDate>Fri, 25 Aug 2006 09:53:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/postscript-printer-questions/m-p/3850169#M274711</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2006-08-25T09:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: PostScript printer questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/postscript-printer-questions/m-p/3850170#M274712</link>
      <description>Being able to accees a printer by http or the fact that you have JetDirect software installed on your host computer tells you absolutely nothing as to whether the printer was added a Network or Remote printer. In fact, the same physical printer could be added as two logical print queues, one Network and the other Remote.&lt;BR /&gt;&lt;BR /&gt;The way to tell is:&lt;BR /&gt;lpstat -v&lt;BR /&gt;&lt;BR /&gt;For Network printers, you will see:&lt;BR /&gt;device for myprinter1: /dev/null&lt;BR /&gt;&lt;BR /&gt;For Remote printers, you will see an additional line:&lt;BR /&gt;device for myprinter2: /dev/null&lt;BR /&gt;  remote to: mickey on disney.com&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Aug 2006 10:04:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/postscript-printer-questions/m-p/3850170#M274712</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-08-25T10:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: PostScript printer questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/postscript-printer-questions/m-p/3850171#M274713</link>
      <description>I only see&lt;BR /&gt;&lt;BR /&gt;device for myprinter1: /dev/null&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I used hpnpadmin to add this printer, since addqueue wasn't what I needed (it only ads a queue once the printer has already been created)&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Aug 2006 10:56:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/postscript-printer-questions/m-p/3850171#M274713</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2006-08-25T10:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: PostScript printer questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/postscript-printer-questions/m-p/3850172#M274714</link>
      <description>The addqueue command does not need anything setup except that the printer is online and has the network stuff setup (IP address, etc). What error did you get when you ran addqueue?&lt;BR /&gt; &lt;BR /&gt;T|Just to verify that the printer is working OK, run the commaqnd hpnpadmin -v 12.34.56.78 where 12.34.56.78 is the printer's IP address. If that reports back a lot of stats, then all is well. Test that the printer can print a simple file:&lt;BR /&gt; &lt;BR /&gt;hpnpf -x 12.34.56.78 -N /etc/profile&lt;BR /&gt; &lt;BR /&gt;If that works OK, just use addqueue:&lt;BR /&gt; &lt;BR /&gt;addquue -h 12.34.56.78 -q new_printer_name&lt;BR /&gt; &lt;BR /&gt;That will create the new-printer_name and you can now use lp to print to it:&lt;BR /&gt; &lt;BR /&gt;lp -dnew_printer_name /etc/profile&lt;BR /&gt; &lt;BR /&gt;Note that all of the commands (except lp) are in the /opt/hpnpl/bin directory. Note also that hppi performs the same tasks as hpnpadmin and addqueue -- Unix admins prefer command line choices. Be sure to post any error messages that you get.</description>
      <pubDate>Fri, 25 Aug 2006 11:37:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/postscript-printer-questions/m-p/3850172#M274714</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-08-25T11:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: PostScript printer questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/postscript-printer-questions/m-p/3850173#M274715</link>
      <description>Bill H&lt;BR /&gt;&lt;BR /&gt;&amp;gt; What error did you get when you ran addqueue?&lt;BR /&gt;&lt;BR /&gt;I meant to save it, but lost it. It was a simple one liner, something to the effect that it wasn't available, or found. &lt;BR /&gt;&lt;BR /&gt;Anyway, it has been reported to me that all works now... so I didn't run these diagnostic commands, but will keep them in mind for future reference.&lt;BR /&gt;&lt;BR /&gt;Is there a web site that explains all this hpnp stuff?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Aug 2006 13:39:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/postscript-printer-questions/m-p/3850173#M274715</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2006-08-25T13:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: PostScript printer questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/postscript-printer-questions/m-p/3850174#M274716</link>
      <description>We don't need no stinkin' website. You have everything you need. Simply cd to /opt/hpnpl/man and then do an "ls *"; you will see all the available man pages.&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Aug 2006 14:41:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/postscript-printer-questions/m-p/3850174#M274716</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-08-25T14:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: PostScript printer questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/postscript-printer-questions/m-p/3850175#M274717</link>
      <description>Well, the lp spooler is the standard SysV implementation but the HP docs are badly split -- direct-connect and remote printers are described in the sysadmin docs but don't talk about printer scripts in detail. The JetDirect (hppi) software was written by the printer division and was never integrated into HP-UX docs. That's why I will be giving a paper on this topic at the HP Tech Forum in Houston next month. I'll also have a tutorial on script writing and an all day seminar on sysadmin toipics.</description>
      <pubDate>Fri, 25 Aug 2006 18:45:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/postscript-printer-questions/m-p/3850175#M274717</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-08-25T18:45:35Z</dc:date>
    </item>
  </channel>
</rss>

