<?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: Listing printer drivers in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/listing-printer-drivers/m-p/4927105#M409282</link>
    <description>Hi Kevin ,&lt;BR /&gt;Generic driver will work for that, Try using the printer through Jetadmin,&lt;BR /&gt;&lt;BR /&gt;check :&lt;BR /&gt;&lt;BR /&gt;/opt/hpnpl/bin/addqueue -l   for the printer driver.&lt;BR /&gt;&lt;BR /&gt;1003)          LaserJet 4L                     net_lj4x  , hope  this will work ..&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
    <pubDate>Mon, 19 Sep 2005 11:10:58 GMT</pubDate>
    <dc:creator>Raj D.</dc:creator>
    <dc:date>2005-09-19T11:10:58Z</dc:date>
    <item>
      <title>Listing printer drivers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/listing-printer-drivers/m-p/4927104#M409281</link>
      <description>A DBA at my company wants to know if the following printer drivers are installed, identically, on 2 of our servers.&lt;BR /&gt;&lt;BR /&gt;All I can tell him is that the generic HP Laserjet model script is on both systems.&lt;BR /&gt;&lt;BR /&gt;How can I report on the more detailed level stuff such as LANDSCAPEHPLJ4.  (See table below)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Printer&lt;BR /&gt;Type: HPLJ&lt;BR /&gt;Description: Generic HP Laser Printer 4 or greater&lt;BR /&gt; &lt;BR /&gt;Style            Driver Name&lt;BR /&gt;===============  =====================&lt;BR /&gt;A4               PORTRAITHPLJ4&lt;BR /&gt;DYNAMIC          PORTRAITHPLJ4&lt;BR /&gt;DYNAMICPORTRAIT  DYNAMICPORTRAITHPLJ4&lt;BR /&gt;LANDSCAPE        LANDSCAPEHPLJ4&lt;BR /&gt;LANDWIDE         LANDWIDEHPLJ4&lt;BR /&gt;PORTRAIT         PORTRAITHPLJ4&lt;BR /&gt;PORTRAITLASERCHECK PORTRAITHPLJ4LASCHECK&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Sep 2005 11:01:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/listing-printer-drivers/m-p/4927104#M409281</guid>
      <dc:creator>OFC_EDM</dc:creator>
      <dc:date>2005-09-19T11:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: Listing printer drivers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/listing-printer-drivers/m-p/4927105#M409282</link>
      <description>Hi Kevin ,&lt;BR /&gt;Generic driver will work for that, Try using the printer through Jetadmin,&lt;BR /&gt;&lt;BR /&gt;check :&lt;BR /&gt;&lt;BR /&gt;/opt/hpnpl/bin/addqueue -l   for the printer driver.&lt;BR /&gt;&lt;BR /&gt;1003)          LaserJet 4L                     net_lj4x  , hope  this will work ..&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
      <pubDate>Mon, 19 Sep 2005 11:10:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/listing-printer-drivers/m-p/4927105#M409282</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2005-09-19T11:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Listing printer drivers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/listing-printer-drivers/m-p/4927106#M409283</link>
      <description>The chart shown is from the database and meaningless to HP-UX. Like any SysV version of Unix, there are no printer drivers at all, just simple printer scripts that can prepend escape codes to the print job.&lt;BR /&gt; &lt;BR /&gt;The generic laserjet script found in the choices for adding a local (parallel or serial port) printer is for long-obsolete printers such as the LaserJet classic, and I, II and III. While it will work just fine for more recent printers, you do not match unrelated info from the database with the printer's script. Instead, you add the printer according to it's interface (local, remote - on another computer, and network - HP JetDirect only).&lt;BR /&gt; &lt;BR /&gt;Then you send the DBA back to the database vendor to find out how to specify the right options for the lp command. The LaserJet series 4 has been obsolete for many years and you probably don't have one on your system. What is more important is the printer language (PCL or Postscript) and how to specify options in the database config file.</description>
      <pubDate>Mon, 19 Sep 2005 11:39:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/listing-printer-drivers/m-p/4927106#M409283</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-09-19T11:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Listing printer drivers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/listing-printer-drivers/m-p/4927107#M409284</link>
      <description>Those the drivers from Oracle Apps.&lt;BR /&gt;&lt;BR /&gt;Your answer about telling him about the generic HP Laserject model script is on both systems is correct.  You could just do diff on the two to be absolutely sure.  &lt;BR /&gt;&lt;BR /&gt;You could lastly diff each individual printer driver(script) on each server.&lt;BR /&gt;&lt;BR /&gt;The individual script (which is copied from the model original) is in /var/spool/lp/interface/[printer_name]&lt;BR /&gt;&lt;BR /&gt;You could get a copy of the two scripts together on the same machine and diff them.&lt;BR /&gt;&lt;BR /&gt;The rest of the differences would lay in the definitions inside of each Oracle database.  &lt;BR /&gt;&lt;BR /&gt;He/she should be also examining the contents of "SRW Driver" field in the "Print Styles" form(for each of the above Style Driver Names above), that points to a file in the APPL_TOP that could be checked to see if they are the same in each APPL_TOP.&lt;BR /&gt;&lt;BR /&gt;He/she should be also examining the "Arguments", "Initialization", and "Reset" fields of the "Printer Drivers" form for each of the above "Style Driver Names" above on each database to make sure that they are exactly the same also.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Sep 2005 11:58:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/listing-printer-drivers/m-p/4927107#M409284</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2005-09-19T11:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Listing printer drivers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/listing-printer-drivers/m-p/4927108#M409285</link>
      <description>Thanks everyone for the replies.&lt;BR /&gt;&lt;BR /&gt;I used the addqueue -l command to list all printers, their model and model script.&lt;BR /&gt;&lt;BR /&gt;But it lists them my Printer ID and not the logical name.&lt;BR /&gt;&lt;BR /&gt;If I have a printer called "cheque" how would I find it's numeric printer ID?  I couldn't see anything in SAM either.</description>
      <pubDate>Mon, 19 Sep 2005 12:02:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/listing-printer-drivers/m-p/4927108#M409285</guid>
      <dc:creator>OFC_EDM</dc:creator>
      <dc:date>2005-09-19T12:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: Listing printer drivers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/listing-printer-drivers/m-p/4927109#M409286</link>
      <description>That ID number doesn't appear to be a number  that corresponds to *A* printer (I know - that header is awfully misleading).  That looks to me to be just a unique id for the /opt/hpnpl/admin/PrinterList file that matches a script in /opt/hpnpl/admin/printers/ directory.  It looks to me that those scripts tie the peripheral types to the model scripts.</description>
      <pubDate>Mon, 19 Sep 2005 12:42:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/listing-printer-drivers/m-p/4927109#M409286</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2005-09-19T12:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Listing printer drivers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/listing-printer-drivers/m-p/4927110#M409287</link>
      <description>Thanks.&lt;BR /&gt;&lt;BR /&gt;This was easier than expected to resolve I simply compared the following scripts on the two servers using diff.&lt;BR /&gt;&lt;BR /&gt;/etc/lp/interface/cheque &lt;BR /&gt;/etc/lp/cinterface/cheque&lt;BR /&gt;/etc/lp/interface/cheque&lt;BR /&gt;/etc/lp/member/cheque&lt;BR /&gt;/etc/lp/sinterface/cheque&lt;BR /&gt;&lt;BR /&gt;There were 0 differences.  So I told the DBA the issue must be in the Oracle printer definition.  They seemed happy.  So my issue is over.&lt;BR /&gt;&lt;BR /&gt;Thanks for the help.&lt;BR /&gt;&lt;BR /&gt;Hopefully there isn't anything else I should have checked to ensure it isn't a UNIX OS printer setup issue.  :)</description>
      <pubDate>Mon, 19 Sep 2005 12:52:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/listing-printer-drivers/m-p/4927110#M409287</guid>
      <dc:creator>OFC_EDM</dc:creator>
      <dc:date>2005-09-19T12:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: Listing printer drivers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/listing-printer-drivers/m-p/4927111#M409288</link>
      <description>.</description>
      <pubDate>Thu, 17 Apr 2008 10:44:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/listing-printer-drivers/m-p/4927111#M409288</guid>
      <dc:creator>OFC_EDM</dc:creator>
      <dc:date>2008-04-17T10:44:06Z</dc:date>
    </item>
  </channel>
</rss>

