<?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 Recommended resource specifications for printing in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/recommended-resource-specifications-for-printing/m-p/2807601#M939769</link>
    <description>Hi there...&lt;BR /&gt;&lt;BR /&gt;I have a D370 with 512mb of ram, and one 160MHz cpu. I use this system as a print server with 3500 lp spooler remote print queues. I'm worried that this hardware will start to flounder under this workload at month end. What do you think the maximum number of remote queues this system spec can handle?&lt;BR /&gt;&lt;BR /&gt;Thanks..&lt;BR /&gt;&lt;BR /&gt;ian</description>
    <pubDate>Tue, 17 Sep 2002 11:31:50 GMT</pubDate>
    <dc:creator>Ian Killer_1</dc:creator>
    <dc:date>2002-09-17T11:31:50Z</dc:date>
    <item>
      <title>Recommended resource specifications for printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/recommended-resource-specifications-for-printing/m-p/2807601#M939769</link>
      <description>Hi there...&lt;BR /&gt;&lt;BR /&gt;I have a D370 with 512mb of ram, and one 160MHz cpu. I use this system as a print server with 3500 lp spooler remote print queues. I'm worried that this hardware will start to flounder under this workload at month end. What do you think the maximum number of remote queues this system spec can handle?&lt;BR /&gt;&lt;BR /&gt;Thanks..&lt;BR /&gt;&lt;BR /&gt;ian</description>
      <pubDate>Tue, 17 Sep 2002 11:31:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/recommended-resource-specifications-for-printing/m-p/2807601#M939769</guid>
      <dc:creator>Ian Killer_1</dc:creator>
      <dc:date>2002-09-17T11:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: Recommended resource specifications for printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/recommended-resource-specifications-for-printing/m-p/2807602#M939770</link>
      <description>Ian&lt;BR /&gt;&lt;BR /&gt;This is an "It Depends" answer, it depends on size of spooled jobs, number of spooled jobs, concurrent spooled jobs.&lt;BR /&gt;&lt;BR /&gt;Monitor the server (sar glance etc) and see how it behaves.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Paula&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Sep 2002 11:57:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/recommended-resource-specifications-for-printing/m-p/2807602#M939770</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2002-09-17T11:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: Recommended resource specifications for printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/recommended-resource-specifications-for-printing/m-p/2807603#M939771</link>
      <description>So does only the jobs being processed use memory? If so how much memory would a print job of a 100K use?</description>
      <pubDate>Tue, 17 Sep 2002 13:01:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/recommended-resource-specifications-for-printing/m-p/2807603#M939771</guid>
      <dc:creator>Ian Killer_1</dc:creator>
      <dc:date>2002-09-17T13:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: Recommended resource specifications for printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/recommended-resource-specifications-for-printing/m-p/2807604#M939772</link>
      <description>Hi Ian&lt;BR /&gt;&lt;BR /&gt;Spooling a print job from disk to printer does not require much system rescources as the traget (The printer) is a very slow medium. So a 100k print job would use about the same as a 5 Meg print job (Not a lot).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;As I said before the best way is to try it and whilst doing so monitor it closly.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Tue, 17 Sep 2002 14:02:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/recommended-resource-specifications-for-printing/m-p/2807604#M939772</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2002-09-17T14:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: Recommended resource specifications for printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/recommended-resource-specifications-for-printing/m-p/2807605#M939773</link>
      <description>As Paula mentioned, memory is not the issue. Essentially, the server simply takes in requests and writes them to disk, and reads the requests and writes them to the appropriate printer.&lt;BR /&gt;&lt;BR /&gt;Printers are incredibly slow compared to LANs and disks so the load will only be visible when a lot of requests (several dozen) all come in at the same time. So the system will have a fairly heavy load at those (momentary) peaks but will still get the work done. Make sure you have the latest patches for disks, SCSI, datacomm, networking and kernel (ie, put on the most recent SupportPlus bundles).&lt;BR /&gt;&lt;BR /&gt;Also note that lpshut and lpsched will take a very long time. A suggestion is to use a script to first disable all the printers, then use lpshut. Do whatever maintenance is needed and then run lpsched followed by an enable script to enable each printer. It will usually be a lot faster.&lt;BR /&gt;&lt;BR /&gt;And as always, print jobs in prgress will be restarted when you stop and restart the spooler.</description>
      <pubDate>Tue, 17 Sep 2002 17:00:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/recommended-resource-specifications-for-printing/m-p/2807605#M939773</guid>
      <dc:creator>ASO CENTRAL</dc:creator>
      <dc:date>2002-09-17T17:00:03Z</dc:date>
    </item>
  </channel>
</rss>

