<?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: PRM in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/prm/m-p/3649195#M803280</link>
    <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;go through the following online docs.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hp.com/products1/unix/operating/prm/info.html" target="_blank"&gt;http://www.hp.com/products1/unix/operating/prm/info.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Syam&lt;BR /&gt;&lt;BR /&gt;"Edited to comply with ITRC Guidelines"</description>
    <pubDate>Thu, 13 Oct 2005 23:55:08 GMT</pubDate>
    <dc:creator>Ranjith_5</dc:creator>
    <dc:date>2005-10-13T23:55:08Z</dc:date>
    <item>
      <title>PRM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/prm/m-p/3649192#M803277</link>
      <description>We have a server with 6 cpu's. Oracle is licensed for 6. And, we have another application that can only use two. We do have a total of 6 cpu's. Can, we isolate the one application to only use two and the remainder of the applications and process use all 6 cpu's?</description>
      <pubDate>Thu, 13 Oct 2005 16:12:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/prm/m-p/3649192#M803277</guid>
      <dc:creator>Alvin_15</dc:creator>
      <dc:date>2005-10-13T16:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: PRM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/prm/m-p/3649193#M803278</link>
      <description>yes, PRM will allow you to set an applications processes to use a specified percentage of the total CPU's.  You can also dedicate CPU's to an applications processes, but that may remove them from the pool.</description>
      <pubDate>Thu, 13 Oct 2005 16:38:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/prm/m-p/3649193#M803278</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2005-10-13T16:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: PRM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/prm/m-p/3649194#M803279</link>
      <description>You can use Process Resource manager, &lt;BR /&gt;&lt;A href="http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B3835DA" target="_blank"&gt;http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B3835DA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also, check out HP-UX Processor Sets&lt;BR /&gt;&lt;A href="http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=PSETS" target="_blank"&gt;http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=PSETS&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Thu, 13 Oct 2005 22:25:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/prm/m-p/3649194#M803279</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-10-13T22:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: PRM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/prm/m-p/3649195#M803280</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;go through the following online docs.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hp.com/products1/unix/operating/prm/info.html" target="_blank"&gt;http://www.hp.com/products1/unix/operating/prm/info.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Syam&lt;BR /&gt;&lt;BR /&gt;"Edited to comply with ITRC Guidelines"</description>
      <pubDate>Thu, 13 Oct 2005 23:55:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/prm/m-p/3649195#M803280</guid>
      <dc:creator>Ranjith_5</dc:creator>
      <dc:date>2005-10-13T23:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: PRM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/prm/m-p/3649196#M803281</link>
      <description>What you ask cannot be done with PRM. I recently had the same questions and I have been searching the possibilities of PRM and alternative solutions.&lt;BR /&gt;&lt;BR /&gt;You can use "Processor Sets" (PSETS) to limit one application to 2 CPU's, but then thos 2 CPU's are lost for all other applications. Your Oracle will then only be able to use 4 CPU's.&lt;BR /&gt;&lt;BR /&gt;When you use default PRM configuration settings, you could configure the 2-CPU application to have only 33% of the resources, but these resources will only be inforced when there is a CPU bottleneck. As long as tere is any free CPU cycle available, the application that wants it, gets it. Thus in a case where oracle is doing next to nothing, your 2-CPU application could use almost all 6 CPU's&lt;BR /&gt;&lt;BR /&gt;You could use CPU-capping; When you then reserver 33% for your 2-CPU application, that application will never be able to use more then 2 CPU's. But at the other side, Oracle will never be able to use more than 4-CPU's.&lt;BR /&gt;&lt;BR /&gt;What you need is WLM (Workload Manager). This software allows you to configure 2-CPU's as a maximum for your 2-CPU application, while you can allow oracle to use the resources of those 2-CPU's when your 2-CPU application is nit using them.</description>
      <pubDate>Fri, 14 Oct 2005 02:11:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/prm/m-p/3649196#M803281</guid>
      <dc:creator>Wim Rombauts</dc:creator>
      <dc:date>2005-10-14T02:11:48Z</dc:date>
    </item>
  </channel>
</rss>

