<?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 drivers for HP Itanium system in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-drivers-for-hp-itanium-system/m-p/4093040#M310599</link>
    <description>"when some of the print jobs are being cancelled at the printer we noticed that they are starting all over again and the only way to stop them is to delete the que"&lt;BR /&gt;&lt;BR /&gt;How did u cancel?Have u tried cancel or cleaning up files underr /var/spool/request/qname?&lt;BR /&gt;&lt;BR /&gt;whihc make and model the printer is?How it is currently configured?what is the model script used?&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 26 Oct 2007 21:49:56 GMT</pubDate>
    <dc:creator>skt_skt</dc:creator>
    <dc:date>2007-10-26T21:49:56Z</dc:date>
    <item>
      <title>printer drivers for HP Itanium system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-drivers-for-hp-itanium-system/m-p/4093038#M310597</link>
      <description>We are in the process of switching over from a pa risc system to an hp rx6600, when some of the print jobs are being cancelled at the printer we noticed that they are starting all over again and the only way to stop them is to delete the que. Are there different printer drivers for the itanium servers and if so where can i go to get them ???</description>
      <pubDate>Fri, 26 Oct 2007 16:13:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-drivers-for-hp-itanium-system/m-p/4093038#M310597</guid>
      <dc:creator>Donald Thaler</dc:creator>
      <dc:date>2007-10-26T16:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: printer drivers for HP Itanium system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-drivers-for-hp-itanium-system/m-p/4093039#M310598</link>
      <description>There are no drivers for HP-UX -- that is a PC concept. There are just simple scripts. Although there are many ways to conndect a printer (serial, Centronics, remote server, JetDirect), your question sounds like the printer is on the network and you have configured it using hppi (or SAM). HP-UX knows nothing about the new CANCEL button on modern printers. The program which actually talks to the printer is called hpnpf but it has not been updated for a very long time. The best solution is to use the HP-UX cancel command which will terminate the job at the system. I would also disable TRUE-EOJ and JOB-RECOVERY as these features simply do not work very well. To change this option, use the modifyqueue command as in:&lt;BR /&gt; &lt;BR /&gt;modifyqueue -r off -t off -q myprinter&lt;BR /&gt; &lt;BR /&gt;There are updated printer scripts for a few newer models, found at:&lt;BR /&gt; &lt;BR /&gt;&lt;A href="http://www.hp.com/pond/modelscripts/index2.html" target="_blank"&gt;http://www.hp.com/pond/modelscripts/index2.html&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Oct 2007 20:38:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-drivers-for-hp-itanium-system/m-p/4093039#M310598</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-10-26T20:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: printer drivers for HP Itanium system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-drivers-for-hp-itanium-system/m-p/4093040#M310599</link>
      <description>"when some of the print jobs are being cancelled at the printer we noticed that they are starting all over again and the only way to stop them is to delete the que"&lt;BR /&gt;&lt;BR /&gt;How did u cancel?Have u tried cancel or cleaning up files underr /var/spool/request/qname?&lt;BR /&gt;&lt;BR /&gt;whihc make and model the printer is?How it is currently configured?what is the model script used?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Oct 2007 21:49:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-drivers-for-hp-itanium-system/m-p/4093040#M310599</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-10-26T21:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: printer drivers for HP Itanium system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-drivers-for-hp-itanium-system/m-p/4093041#M310600</link>
      <description>Bill... the modifyqueue -r off -t off -q myprinter command fixed the problem. Is there someway i can update all the printers with this command as opposed to doing one at a time ?  I wasn't sure i had assigned points to this, but i don't see the option to add points ?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Oct 2007 14:05:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-drivers-for-hp-itanium-system/m-p/4093041#M310600</guid>
      <dc:creator>Donald Thaler</dc:creator>
      <dc:date>2007-10-29T14:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: printer drivers for HP Itanium system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-drivers-for-hp-itanium-system/m-p/4093042#M310601</link>
      <description>ls -1 /etc/lp/interface/|while read printer&lt;BR /&gt;do&lt;BR /&gt;mycommand $printer&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Oct 2007 14:13:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-drivers-for-hp-itanium-system/m-p/4093042#M310601</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2007-10-29T14:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: printer drivers for HP Itanium system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-drivers-for-hp-itanium-system/m-p/4093043#M310602</link>
      <description>A "man modifyqueue" will show you there is no option to do multiple queues (printers) with one invocation but it would be a rather simple scripting task to filter the output of "lpstat -v" to make sure that no directly attached or Remote printers are passed through and then parse the quename out and feed that to modifyqueue. A little Perl or awk is all it takes.</description>
      <pubDate>Mon, 29 Oct 2007 14:14:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-drivers-for-hp-itanium-system/m-p/4093043#M310602</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-10-29T14:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: printer drivers for HP Itanium system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-drivers-for-hp-itanium-system/m-p/4093044#M310603</link>
      <description>As mentioned, there is no global command to change all the printers, primarily because there are so many ways to connect printers. But given an all HP+JetDirect list of printers, you can just do something like this:&lt;BR /&gt; &lt;BR /&gt;for MYPRN in $(lpstat -v|grep /dev/null|cut -f1 -d:|awk '{print $3}')&lt;BR /&gt;do&lt;BR /&gt;modifyqueue -r off -t off -q $MYPRN&lt;BR /&gt;done</description>
      <pubDate>Mon, 29 Oct 2007 19:47:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-drivers-for-hp-itanium-system/m-p/4093044#M310603</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-10-29T19:47:48Z</dc:date>
    </item>
  </channel>
</rss>

