<?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: CPU load balancing in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-load-balancing/m-p/2883472#M101459</link>
    <description>Try looking at ....&lt;BR /&gt;&lt;BR /&gt;mpsched -c cpu# -p pid&lt;BR /&gt;&lt;BR /&gt;I can't find the command on my system, but it is only a 1CPU machine, I just happened to see this today and thought of you (ahhh!!!)&lt;BR /&gt;&lt;BR /&gt;Tim</description>
    <pubDate>Tue, 21 Jan 2003 17:22:29 GMT</pubDate>
    <dc:creator>Tim D Fulford</dc:creator>
    <dc:date>2003-01-21T17:22:29Z</dc:date>
    <item>
      <title>CPU load balancing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-load-balancing/m-p/2883464#M101451</link>
      <description>I was wondering if there is some way to distribute the CPU load evenly across multipul CPU's in an N Class server. In all my N Class servers the oracle processes seem to load one or two CPU's while the rest remain mostly idle. I have several servers with 4 to 8 CPU's and 8 to 12Gig of memory. All system are runing HPUX 11.X and Oracle 8.1.7 and 9i databases.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 16 Jan 2003 12:25:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-load-balancing/m-p/2883464#M101451</guid>
      <dc:creator>Jeffry Tank</dc:creator>
      <dc:date>2003-01-16T12:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: CPU load balancing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-load-balancing/m-p/2883465#M101452</link>
      <description>Jeff,&lt;BR /&gt;&lt;BR /&gt;That's what HP-UX attempts to do.  I don't think there's any further tuning that can be done, unless it's to your Oracle engine.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 16 Jan 2003 12:33:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-load-balancing/m-p/2883465#M101452</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-01-16T12:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: CPU load balancing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-load-balancing/m-p/2883466#M101453</link>
      <description>There is no way to spread the load of one program across multiple CPUs. That's because each instruction must be executed in order. If separate CPUs ran different instructions, the result would be chaos. Applications must be specifically written to handle multiple CPUs. This technique is called threading and is similar to writing mini programs within a single application.&lt;BR /&gt;&lt;BR /&gt;These threaded applications can take advantage of multiple CPUs as each mini program runs by itself and signaling the main program when it is done. An example of a threaded application is a web browser like Netscape, Opera or IE. While downloading a web page, the mouse still works and can pull down menus or change the current URL. To do this, the browser must run a separate task to perform the download, another to monitor mouse clicks, another to pull down a menu and so on.&lt;BR /&gt;&lt;BR /&gt;In the case of Oracle, conact your DBA to look at the configuration file and version. Sone versions od Oracle can take advantage of multiple processors when the startup config file specifies the number of parallel tasks that can be run at the same time.</description>
      <pubDate>Thu, 16 Jan 2003 12:40:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-load-balancing/m-p/2883466#M101453</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-01-16T12:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: CPU load balancing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-load-balancing/m-p/2883467#M101454</link>
      <description>Jeff,&lt;BR /&gt;&lt;BR /&gt;In terms of multi-threading, you will probably require a re-design of that way your Oracle System does its work.&lt;BR /&gt;&lt;BR /&gt;FYI, we benchmarked our (ahem) 'multi-threaded', in-house developed Oracle 8.1.7.3.0 App on a 32-CPU Superdome last year. After the initial benchmark run, we dropped the number of CPUs down and re-ran it again. It was only when we got down to 8 CPUs that the program started to run in a longer time (12 CPUs provided all the resources Oracle could use).&lt;BR /&gt;&lt;BR /&gt;Ergo, even though an Oracle system may be designed to be multi-threaded, you may still run into some design flaws that prevent usage of the available hardware / OS resources.&lt;BR /&gt;&lt;BR /&gt;Maybe Oracle 9i has some tweaks for this (partitioning perhaps?)&lt;BR /&gt;&lt;BR /&gt;Share and Enjoy! Ian</description>
      <pubDate>Thu, 16 Jan 2003 13:41:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-load-balancing/m-p/2883467#M101454</guid>
      <dc:creator>Ian Dennison_1</dc:creator>
      <dc:date>2003-01-16T13:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: CPU load balancing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-load-balancing/m-p/2883468#M101455</link>
      <description>Thanks all&lt;BR /&gt;this is what I suspected but I wanted to make sure I was correct in my asumptions before presenting it to my boss as he was concerned that there may have been other problems that would cause this behavior.&lt;BR /&gt;&lt;BR /&gt;Jeff Tank</description>
      <pubDate>Thu, 16 Jan 2003 13:46:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-load-balancing/m-p/2883468#M101455</guid>
      <dc:creator>Jeffry Tank</dc:creator>
      <dc:date>2003-01-16T13:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: CPU load balancing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-load-balancing/m-p/2883469#M101456</link>
      <description>Jeff,&lt;BR /&gt;&lt;BR /&gt; When I investigate these types of problems on our system.  I look at the dominating CPU process using Oracle's Top Session and  sometimes SQL analyze. We have fixed many performance problems by adding and Index or by rewriting a query.  Some times we just have to pass on the issue to the developer and he fixes it.</description>
      <pubDate>Fri, 17 Jan 2003 19:01:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-load-balancing/m-p/2883469#M101456</guid>
      <dc:creator>Rory R Hammond</dc:creator>
      <dc:date>2003-01-17T19:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: CPU load balancing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-load-balancing/m-p/2883470#M101457</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;We use Informix.  Informix has a basic "work horse" process termed cpu-vp.  In HP-UX it just appears as a process "oninit", but the general rule of thumb is number of CPU-1 = number of cpu-vps.  Informix will spread the load over these cpu-vps and HP-UX will try to run each oninit on a processor.  Informix actually has quite a few vps (virtual processes)&lt;BR /&gt;but generally a cpu-vp is by far the busiest.&lt;BR /&gt;&lt;BR /&gt;I know you use Oracle, but there is probably a similar class of process, it may be that you could run more "work horse" processes.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Fri, 17 Jan 2003 22:56:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-load-balancing/m-p/2883470#M101457</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2003-01-17T22:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: CPU load balancing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-load-balancing/m-p/2883471#M101458</link>
      <description>Jeff&lt;BR /&gt;&lt;BR /&gt;Please assign points, as these forum members have gone out of their way to assist you.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Sat, 18 Jan 2003 17:27:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-load-balancing/m-p/2883471#M101458</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2003-01-18T17:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: CPU load balancing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-load-balancing/m-p/2883472#M101459</link>
      <description>Try looking at ....&lt;BR /&gt;&lt;BR /&gt;mpsched -c cpu# -p pid&lt;BR /&gt;&lt;BR /&gt;I can't find the command on my system, but it is only a 1CPU machine, I just happened to see this today and thought of you (ahhh!!!)&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Tue, 21 Jan 2003 17:22:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-load-balancing/m-p/2883472#M101459</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2003-01-21T17:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: CPU load balancing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-load-balancing/m-p/2883473#M101460</link>
      <description>If you have multiple Oracle instances running on your system you may consider installing PRM(Process Resource Manager)&lt;BR /&gt;&lt;BR /&gt;Basically with PRM installed you can allot CPU,MEM,DISK to different groups.(These groups you define in config file)&lt;BR /&gt;&lt;BR /&gt;We run PRM with CPU allocation in SHARE mode.&lt;BR /&gt;With this we can allocate 50 % of CPU(all CPUs) power to this progrm another 30 % to another programm and likewise.&lt;BR /&gt;&lt;BR /&gt;Check documents at docs.hp.com for detailed information on PRM.</description>
      <pubDate>Tue, 21 Jan 2003 17:39:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-load-balancing/m-p/2883473#M101460</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2003-01-21T17:39:05Z</dc:date>
    </item>
  </channel>
</rss>

