<?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: Dynamic CPU allocation : HP-UX in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-cpu-allocation-hp-ux/m-p/4253590#M331817</link>
    <description>For vpar it is possible to add and remove cpu dynamically.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/T1335-90083/index.html" target="_blank"&gt;http://docs.hp.com/en/T1335-90083/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 18 Aug 2008 06:30:22 GMT</pubDate>
    <dc:creator>Deepak Kr</dc:creator>
    <dc:date>2008-08-18T06:30:22Z</dc:date>
    <item>
      <title>Dynamic CPU allocation : HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-cpu-allocation-hp-ux/m-p/4253588#M331815</link>
      <description>&lt;!--!*#--&gt;Hi All,&lt;BR /&gt;Is there a way in HPUX to disable a processor on the fly? &lt;BR /&gt;What is the behavior of HPUX if a CPU fails? Is there a way of simulating CPU failure?&lt;BR /&gt;what are the CPU failure/disable capabilities of the machines?&lt;BR /&gt;If you have an nPar or vPar or a whole machine. Can you dynamically add a CPU to an nPar or vPar without shutting the OS down?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Jayan</description>
      <pubDate>Mon, 18 Aug 2008 05:17:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-cpu-allocation-hp-ux/m-p/4253588#M331815</guid>
      <dc:creator>Jayan Nair</dc:creator>
      <dc:date>2008-08-18T05:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic CPU allocation : HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-cpu-allocation-hp-ux/m-p/4253589#M331816</link>
      <description>No remvoing cpu is not possible on the fly.&lt;BR /&gt;&lt;BR /&gt;refer to:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5991-1247B/index.html" target="_blank"&gt;http://docs.hp.com/en/5991-1247B/index.html&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Aug 2008 05:26:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-cpu-allocation-hp-ux/m-p/4253589#M331816</guid>
      <dc:creator>Deepak Kr</dc:creator>
      <dc:date>2008-08-18T05:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic CPU allocation : HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-cpu-allocation-hp-ux/m-p/4253590#M331817</link>
      <description>For vpar it is possible to add and remove cpu dynamically.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/T1335-90083/index.html" target="_blank"&gt;http://docs.hp.com/en/T1335-90083/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Aug 2008 06:30:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-cpu-allocation-hp-ux/m-p/4253590#M331817</guid>
      <dc:creator>Deepak Kr</dc:creator>
      <dc:date>2008-08-18T06:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic CPU allocation : HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-cpu-allocation-hp-ux/m-p/4253591#M331818</link>
      <description>In a virtual partion environment you&lt;BR /&gt;can add/delete cpu's with the vparmodify&lt;BR /&gt;command.&lt;BR /&gt;&lt;BR /&gt;vparmodify -p &lt;VPAR name=""&gt; -a cpu::2&lt;BR /&gt;vparmodify -p &lt;VPAR name=""&gt; -d cpu::1&lt;BR /&gt;&lt;BR /&gt;You can specify CPU's by cell board or &lt;BR /&gt;hardware path&lt;BR /&gt;vparmodify -p &lt;VPAR name=""&gt; -a cpu:2:1&lt;BR /&gt;vparmodify -p &lt;VPAR name=""&gt; -a cpu:1.121&lt;BR /&gt;&lt;BR /&gt;Using global workload manager you can build&lt;BR /&gt;CPU policies to dynamially add/delete CPU's&lt;BR /&gt;as needed for a virtual partition.  &lt;BR /&gt;&lt;BR /&gt;In a nPar you must reboot to add/disable CPU's &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/VPAR&gt;&lt;/VPAR&gt;&lt;/VPAR&gt;&lt;/VPAR&gt;</description>
      <pubDate>Mon, 18 Aug 2008 18:42:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-cpu-allocation-hp-ux/m-p/4253591#M331818</guid>
      <dc:creator>Steve Reynolds</dc:creator>
      <dc:date>2008-08-18T18:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic CPU allocation : HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-cpu-allocation-hp-ux/m-p/4253592#M331819</link>
      <description>Thanks Kumar &amp;amp; Steve.&lt;BR /&gt;&lt;BR /&gt;Steve without using gWLM can I add/disable/delete resources dynamically.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Aug 2008 04:21:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-cpu-allocation-hp-ux/m-p/4253592#M331819</guid>
      <dc:creator>Jayan Nair</dc:creator>
      <dc:date>2008-08-19T04:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic CPU allocation : HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-cpu-allocation-hp-ux/m-p/4253593#M331820</link>
      <description>Hi Jayan,&lt;BR /&gt;&lt;BR /&gt;Yes, for vpar it is very flexible to add/remove CPUs on the fly.&lt;BR /&gt;&lt;BR /&gt;WLM is not compulsary here if you dont have it.&lt;BR /&gt;&lt;BR /&gt;For npar you can add/remove cpu but only rebooting. Cell modification needs reboot.&lt;BR /&gt;&lt;BR /&gt;Hope this will clear doubts.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please assign points if you are satisfied with answers..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thx&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;DK</description>
      <pubDate>Tue, 19 Aug 2008 09:46:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-cpu-allocation-hp-ux/m-p/4253593#M331820</guid>
      <dc:creator>Deepak Kr</dc:creator>
      <dc:date>2008-08-19T09:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic CPU allocation : HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-cpu-allocation-hp-ux/m-p/4253594#M331821</link>
      <description>Um, no. 11iv3 with the 0709 update included Dynamic nPartitions. Cell OLA and Cell OLD is entirely possible.</description>
      <pubDate>Tue, 19 Aug 2008 12:13:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-cpu-allocation-hp-ux/m-p/4253594#M331821</guid>
      <dc:creator>Don Morris_1</dc:creator>
      <dc:date>2008-08-19T12:13:15Z</dc:date>
    </item>
  </channel>
</rss>

