<?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 Models using Jet Admin in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-models-using-jet-admin/m-p/2524652#M24152</link>
    <description>Sorry Betsy, I hit the submit button too soon.&lt;BR /&gt;You might want to do hpnpadmin -i nodename (or address) command to query the jetdirect then use this information to an addqueue command.&lt;BR /&gt;&lt;BR /&gt;man hpnpadmin and addqueue.&lt;BR /&gt;&lt;BR /&gt;I suspect that these are not the answers you are looking for.&lt;BR /&gt;&lt;BR /&gt;Clay&lt;BR /&gt;</description>
    <pubDate>Thu, 03 May 2001 20:34:37 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2001-05-03T20:34:37Z</dc:date>
    <item>
      <title>Printer Models using Jet Admin</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-models-using-jet-admin/m-p/2524650#M24150</link>
      <description>Is there a way using jet admin to get a list of printer models, which having to go into the properties of each printer?  Is there a way to search by serial number?&lt;BR /&gt;</description>
      <pubDate>Thu, 03 May 2001 19:03:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-models-using-jet-admin/m-p/2524650#M24150</guid>
      <dc:creator>Betsy Fletcher</dc:creator>
      <dc:date>2001-05-03T19:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: Printer Models using Jet Admin</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-models-using-jet-admin/m-p/2524651#M24151</link>
      <description>Betsy, no way to identify by serial number but&lt;BR /&gt;internal JetDirect's usually do a pretty good job of finding a suitable interface/model. With external jetdirects you should get a list to choose from. If you want to take matters into your own hands you might check out the addqueue command.&lt;BR /&gt;</description>
      <pubDate>Thu, 03 May 2001 20:18:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-models-using-jet-admin/m-p/2524651#M24151</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-05-03T20:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: Printer Models using Jet Admin</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-models-using-jet-admin/m-p/2524652#M24152</link>
      <description>Sorry Betsy, I hit the submit button too soon.&lt;BR /&gt;You might want to do hpnpadmin -i nodename (or address) command to query the jetdirect then use this information to an addqueue command.&lt;BR /&gt;&lt;BR /&gt;man hpnpadmin and addqueue.&lt;BR /&gt;&lt;BR /&gt;I suspect that these are not the answers you are looking for.&lt;BR /&gt;&lt;BR /&gt;Clay&lt;BR /&gt;</description>
      <pubDate>Thu, 03 May 2001 20:34:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-models-using-jet-admin/m-p/2524652#M24152</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-05-03T20:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: Printer Models using Jet Admin</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-models-using-jet-admin/m-p/2524653#M24153</link>
      <description>try installing a printer on an IP adress using jetadmin after typing the address , it will show you the list of models to chose from.&lt;BR /&gt;&lt;BR /&gt;To get the serial no I think you need to go to the printer itself.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 03 May 2001 20:44:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-models-using-jet-admin/m-p/2524653#M24153</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2001-05-03T20:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Printer Models using Jet Admin</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-models-using-jet-admin/m-p/2524654#M24154</link>
      <description>Not sure I understand the question.  The list JETADMIN uses is in /opt/hpnp/admin/PrinterList&lt;BR /&gt;&lt;BR /&gt;I also have a script that shows what model I have for each printer queue. I use:&lt;BR /&gt;&lt;BR /&gt;for a in \ `find /etc/lp/interface/model.orig/* -type f`&lt;BR /&gt;do&lt;BR /&gt;echo `basename $a` `grep -e " dumb " -e "PRINTMODEL=" $a` &lt;BR /&gt;done&lt;BR /&gt;</description>
      <pubDate>Fri, 04 May 2001 15:18:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-models-using-jet-admin/m-p/2524654#M24154</guid>
      <dc:creator>Stephen Tatrai</dc:creator>
      <dc:date>2001-05-04T15:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Printer Models using Jet Admin</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-models-using-jet-admin/m-p/2524655#M24155</link>
      <description>The list of models that are available comes from the files in&lt;BR /&gt; /usr/spool/lp/model (which is linked to /usr/lib/lp/model on my system).&lt;BR /&gt; If&lt;BR /&gt; you put your file there, it will show up in jetadmin. The printer files in&lt;BR /&gt; the "interface" directory are executed by the spooler during printing. For&lt;BR /&gt; "jetdirect" printers this file will set up and process the I/O information&lt;BR /&gt; using the "interface/model.orig" script as a filter to process the PCL (or&lt;BR /&gt; Postscript) formatting. So, if you need to change the IP address of the&lt;BR /&gt; printer, you would want to modify the "interface" file, but if you wanted&lt;BR /&gt; to&lt;BR /&gt; change the default orientation or font, you would want to modify the&lt;BR /&gt; "interface/model.orig" file. &lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Fri, 04 May 2001 15:29:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-models-using-jet-admin/m-p/2524655#M24155</guid>
      <dc:creator>Vincenzo Restuccia</dc:creator>
      <dc:date>2001-05-04T15:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Printer Models using Jet Admin</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-models-using-jet-admin/m-p/2524656#M24156</link>
      <description>You might also want to try using WEB JETADMIN&lt;BR /&gt;it give lots of information about the printers&lt;BR /&gt;including serial numbers</description>
      <pubDate>Fri, 04 May 2001 16:39:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-models-using-jet-admin/m-p/2524656#M24156</guid>
      <dc:creator>Stephen Tatrai</dc:creator>
      <dc:date>2001-05-04T16:39:22Z</dc:date>
    </item>
  </channel>
</rss>

