<?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 multiple printers on the same queue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-printers-on-the-same-queue/m-p/2418801#M766085</link>
    <description>Can anyone assist me in printing the same document to two (or 3) different &lt;BR /&gt;printers at the same time.  Your assistance is greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;Simplest question of the day,&lt;BR /&gt;---Kyle</description>
    <pubDate>Thu, 24 Feb 2000 08:33:23 GMT</pubDate>
    <dc:creator>Kyle Links</dc:creator>
    <dc:date>2000-02-24T08:33:23Z</dc:date>
    <item>
      <title>multiple printers on the same queue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-printers-on-the-same-queue/m-p/2418801#M766085</link>
      <description>Can anyone assist me in printing the same document to two (or 3) different &lt;BR /&gt;printers at the same time.  Your assistance is greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;Simplest question of the day,&lt;BR /&gt;---Kyle</description>
      <pubDate>Thu, 24 Feb 2000 08:33:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-printers-on-the-same-queue/m-p/2418801#M766085</guid>
      <dc:creator>Kyle Links</dc:creator>
      <dc:date>2000-02-24T08:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: multiple printers on the same queue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-printers-on-the-same-queue/m-p/2418802#M766086</link>
      <description>Hi&lt;BR /&gt;You can just write a script and print using it&lt;BR /&gt;it can be verry simple like this&lt;BR /&gt;&lt;BR /&gt;lp -dprinter1 $1&lt;BR /&gt;lp -dprinter2 $1&lt;BR /&gt;lp -dprinter3 $1&lt;BR /&gt;&lt;BR /&gt;you willprint the file in all printers you define</description>
      <pubDate>Fri, 25 Feb 2000 02:32:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-printers-on-the-same-queue/m-p/2418802#M766086</guid>
      <dc:creator>Karim Hachimi_1</dc:creator>
      <dc:date>2000-02-25T02:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: multiple printers on the same queue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-printers-on-the-same-queue/m-p/2418803#M766087</link>
      <description>Thanks for your input.  If I'm reading your message correctly, your assuming &lt;BR /&gt;that I have the option of placing the job in the print queue.  Unfortunately, I &lt;BR /&gt;don't.  The job is placed into the print queue by an application.  If I can &lt;BR /&gt;customize the app. to accept a script as it's output then it may work.  Thanks &lt;BR /&gt;again and any other tips are appeciated.&lt;BR /&gt;---Kyle</description>
      <pubDate>Fri, 25 Feb 2000 08:18:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-printers-on-the-same-queue/m-p/2418803#M766087</guid>
      <dc:creator>Kyle Links</dc:creator>
      <dc:date>2000-02-25T08:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: multiple printers on the same queue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-printers-on-the-same-queue/m-p/2418804#M766088</link>
      <description>Kyle,&lt;BR /&gt;&lt;BR /&gt;How are the printers set up?  Are these set up through JetAdmin (network &lt;BR /&gt;printer) or as a Remote printer or are they local printers?&lt;BR /&gt;&lt;BR /&gt;I was able to modify one of the model scripts. Here is my example:&lt;BR /&gt;&lt;BR /&gt;I have defined two printers via JetAdmin:&lt;BR /&gt;&lt;BR /&gt;printer1&lt;BR /&gt;printer2&lt;BR /&gt;&lt;BR /&gt;I decided to modify "printer1" to also send a job to "printer2" as well.  We &lt;BR /&gt;added the following line to the /etc/lp/interface/printer1 file:&lt;BR /&gt;&lt;BR /&gt;. . . &lt;BR /&gt;  #&lt;BR /&gt;  # Save the stderr messages in a temporary log file&lt;BR /&gt;  # and discard stdout which is the peripheral output.&lt;BR /&gt;  $REALMODEL $job $user "$title" $copy "$options" $files | $HPNPF $HPNPFOPT &lt;BR /&gt;2&amp;gt;&amp;gt;$LOG &amp;gt; /dev/null&lt;BR /&gt;&lt;BR /&gt;cat $files | /usr/bin/lp -dprinter2 &amp;lt;--Added this line.&lt;BR /&gt;&lt;BR /&gt;  retcode=$?&lt;BR /&gt;&lt;BR /&gt;  if [ "$retcode" -eq 0 ]&lt;BR /&gt;  then&lt;BR /&gt;. . . &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This has seemed to work for me.  So when ever I send a print job to the print &lt;BR /&gt;queue "printer1" to will automatically send it to "printer2."&lt;BR /&gt;&lt;BR /&gt;Good Luck!&lt;BR /&gt;&lt;BR /&gt;-Moe</description>
      <pubDate>Fri, 25 Feb 2000 14:42:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-printers-on-the-same-queue/m-p/2418804#M766088</guid>
      <dc:creator>Moe Patches</dc:creator>
      <dc:date>2000-02-25T14:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: multiple printers on the same queue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-printers-on-the-same-queue/m-p/2418805#M766089</link>
      <description>Thanks for the tip!  I had a mix of both Remote and JetDirect devices.  This &lt;BR /&gt;works well for the JetDirects and I can live without the Remotes for now.&lt;BR /&gt;Thanks again - this works well.&lt;BR /&gt;---Kyle</description>
      <pubDate>Tue, 29 Feb 2000 08:13:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-printers-on-the-same-queue/m-p/2418805#M766089</guid>
      <dc:creator>Kyle Links</dc:creator>
      <dc:date>2000-02-29T08:13:58Z</dc:date>
    </item>
  </channel>
</rss>

