<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-printers/m-p/2757417#M71709</link>
    <description>Hello Forum Members,&lt;BR /&gt;&lt;BR /&gt;We have four identical ColorLaserJet 4500DN printers that sit beside one another in our office. These printers print almost constantly but sometimes one printer is very busy while the one next to it is completely idle. Is there an easy way to move print requests to the idle printers automatically?  I've looked at writing a script using lpmove and lpstat but maybe someone knows a third-party print manager that will do this for us.&lt;BR /&gt;&lt;BR /&gt;Thanks for any and all help,&lt;BR /&gt;Mary Rice</description>
    <pubDate>Wed, 03 Jul 2002 17:51:29 GMT</pubDate>
    <dc:creator>Mary Rice</dc:creator>
    <dc:date>2002-07-03T17:51:29Z</dc:date>
    <item>
      <title>Multiple Printers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-printers/m-p/2757417#M71709</link>
      <description>Hello Forum Members,&lt;BR /&gt;&lt;BR /&gt;We have four identical ColorLaserJet 4500DN printers that sit beside one another in our office. These printers print almost constantly but sometimes one printer is very busy while the one next to it is completely idle. Is there an easy way to move print requests to the idle printers automatically?  I've looked at writing a script using lpmove and lpstat but maybe someone knows a third-party print manager that will do this for us.&lt;BR /&gt;&lt;BR /&gt;Thanks for any and all help,&lt;BR /&gt;Mary Rice</description>
      <pubDate>Wed, 03 Jul 2002 17:51:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-printers/m-p/2757417#M71709</guid>
      <dc:creator>Mary Rice</dc:creator>
      <dc:date>2002-07-03T17:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Printers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-printers/m-p/2757418#M71710</link>
      <description>Hi Mary:&lt;BR /&gt;&lt;BR /&gt;There is an advanced 3rd party application that will do just what you need - it's called 'lp'. (Sorry, I couldn't resist.)&lt;BR /&gt;&lt;BR /&gt;You need to setup these printers as members of a class and then send your printjobs to the CLASS rather than the PRINTER.&lt;BR /&gt;&lt;BR /&gt;lpadmin -p myprinter1 -c C4500DN&lt;BR /&gt;This will create the class 'C4500DN' and add myprinter1 to it.&lt;BR /&gt;lpadmin -p myprinter2 -c C4500DN&lt;BR /&gt;This will add printer2 to the now existing class C4500DN.&lt;BR /&gt;&lt;BR /&gt;You then would print like this:&lt;BR /&gt;&lt;BR /&gt;lp -dC4500DN myfile&lt;BR /&gt;&lt;BR /&gt;Man lpadmin for details.&lt;BR /&gt;&lt;BR /&gt;Regards, Clay&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Jul 2002 17:55:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-printers/m-p/2757418#M71710</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-07-03T17:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Printers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-printers/m-p/2757419#M71711</link>
      <description>This shouldn't be a problem if these printers are part of a class, and everyone prints to the class instead of the specific queue.</description>
      <pubDate>Wed, 03 Jul 2002 17:56:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-printers/m-p/2757419#M71711</guid>
      <dc:creator>Jordan Bean</dc:creator>
      <dc:date>2002-07-03T17:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Printers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-printers/m-p/2757420#M71712</link>
      <description>Hi again:&lt;BR /&gt;&lt;BR /&gt;You will probably need to run the enable command on the class.&lt;BR /&gt;&lt;BR /&gt;enable C4500DN&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Jul 2002 17:57:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-printers/m-p/2757420#M71712</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-07-03T17:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Printers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-printers/m-p/2757421#M71713</link>
      <description>Thanks very much guys! I can't believe I completely overlooked such a simple solution. Clay, I guess I deserved that.   :-)&lt;BR /&gt;&lt;BR /&gt;Mary Rice</description>
      <pubDate>Wed, 03 Jul 2002 18:10:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-printers/m-p/2757421#M71713</guid>
      <dc:creator>Mary Rice</dc:creator>
      <dc:date>2002-07-03T18:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Printers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-printers/m-p/2757422#M71714</link>
      <description>One suggestion is to delete the most used existing printer queue and reuse that name for the class name. Then you do not have to redirect as many application jobs to a different name.</description>
      <pubDate>Wed, 03 Jul 2002 18:10:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-printers/m-p/2757422#M71714</guid>
      <dc:creator>Rich Wright</dc:creator>
      <dc:date>2002-07-03T18:10:17Z</dc:date>
    </item>
  </channel>
</rss>

