<?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: vPar modify in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vpar-modify/m-p/5127749#M526071</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Melvin this is the script i used to create the vPar's:&lt;BR /&gt;&lt;BR /&gt;vparcreate -p vpar1 \     &lt;BR /&gt;-o "-lq" \       &lt;BR /&gt;-a cpu::2 \    &lt;BR /&gt;-a cpu:::1:6 \&lt;BR /&gt;-a io:0/0/0 \              &lt;BR /&gt;-a io:0/0/6 \ &lt;BR /&gt;-a io:0/0/4 \                 &lt;BR /&gt;-a io:0/0/14 \ &lt;BR /&gt;-a io:0/0/0/3/1 \             &lt;BR /&gt;-a io:0/0/12 \             &lt;BR /&gt;-a io:0/0/0/2/0.6.0:boot \    &lt;BR /&gt;-a io:0/0/0/3/0.6.0:altboot \ &lt;BR /&gt;-a mem::32768 \  &lt;BR /&gt;-g ilm:2048 \&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;MÃ¡rcio</description>
    <pubDate>Wed, 03 Sep 2008 12:19:04 GMT</pubDate>
    <dc:creator>MárcioAFM</dc:creator>
    <dc:date>2008-09-03T12:19:04Z</dc:date>
    <item>
      <title>vPar modify</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vpar-modify/m-p/5127745#M526067</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I have two vPars running in a rx8640. I have two CPU's assigned to each one. I need to remove two CPU's from vPar2 and assign to the vPar1 so vPar1 can have four CPU's.&lt;BR /&gt;&lt;BR /&gt;My plan is:&lt;BR /&gt;&lt;BR /&gt;1.Shutdown the vPar's&lt;BR /&gt;2.Reboot in nPar mode&lt;BR /&gt;3.vparmodify -p vpar2 -d cpu::2 (remove the 2 CPU's from the vPar2)&lt;BR /&gt;4.vparmodify -p vpar2 -a cpu::2 (add more two CPU's two vPar1)&lt;BR /&gt;In this step i put the number of CPU i want to add or i put the total number of cpu's i want on the vPar?&lt;BR /&gt;5.Reboot in vPar mode&lt;BR /&gt;&lt;BR /&gt;Think is a good plan?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Márcio</description>
      <pubDate>Wed, 03 Sep 2008 09:47:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vpar-modify/m-p/5127745#M526067</guid>
      <dc:creator>MárcioAFM</dc:creator>
      <dc:date>2008-09-03T09:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: vPar modify</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vpar-modify/m-p/5127746#M526068</link>
      <description>well first question is, what version of Vpars.&lt;BR /&gt;Then the next question is, how many cpu's are in each Vpar, an dhow many are bound and how many are floating?&lt;BR /&gt;Did you assign any CPU's using hardware addresing?&lt;BR /&gt;&lt;BR /&gt;If there are unbound or floating cpu's. you should be able to simply remove themfrom vPar and add them to the other vPar while they are running&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Sep 2008 10:28:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vpar-modify/m-p/5127746#M526068</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2008-09-03T10:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: vPar modify</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vpar-modify/m-p/5127747#M526069</link>
      <description>I have not checked personally but heard that you can do configuration checks on the fly in latest version of HP-UX 11.31 but with some set of patches...&lt;BR /&gt;&lt;BR /&gt;Probably our big guys can put more light to it.&lt;BR /&gt;&lt;BR /&gt;Your steps seems good enough to work!!&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Sep 2008 12:03:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vpar-modify/m-p/5127747#M526069</guid>
      <dc:creator>Deepak Kr</dc:creator>
      <dc:date>2008-09-03T12:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: vPar modify</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vpar-modify/m-p/5127748#M526070</link>
      <description>You cannot have a vPar with 0 CPU - you must delete it completely.&lt;BR /&gt;&lt;BR /&gt;Consider this (all depends on the number of configured min vs. max CPUs - sent a "vparstatus"):&lt;BR /&gt;&lt;BR /&gt;- shutdown vPar1 (if needed)&lt;BR /&gt;- modify min/max values&lt;BR /&gt;- start vPar1&lt;BR /&gt;- shutdown vPar2&lt;BR /&gt;- remove vPar2&lt;BR /&gt;- add 2 CPUs to vpar1&lt;BR /&gt;&lt;BR /&gt;But it will also work if you modify in npar mode ...</description>
      <pubDate>Wed, 03 Sep 2008 12:10:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vpar-modify/m-p/5127748#M526070</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-09-03T12:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: vPar modify</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vpar-modify/m-p/5127749#M526071</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Melvin this is the script i used to create the vPar's:&lt;BR /&gt;&lt;BR /&gt;vparcreate -p vpar1 \     &lt;BR /&gt;-o "-lq" \       &lt;BR /&gt;-a cpu::2 \    &lt;BR /&gt;-a cpu:::1:6 \&lt;BR /&gt;-a io:0/0/0 \              &lt;BR /&gt;-a io:0/0/6 \ &lt;BR /&gt;-a io:0/0/4 \                 &lt;BR /&gt;-a io:0/0/14 \ &lt;BR /&gt;-a io:0/0/0/3/1 \             &lt;BR /&gt;-a io:0/0/12 \             &lt;BR /&gt;-a io:0/0/0/2/0.6.0:boot \    &lt;BR /&gt;-a io:0/0/0/3/0.6.0:altboot \ &lt;BR /&gt;-a mem::32768 \  &lt;BR /&gt;-g ilm:2048 \&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;MÃ¡rcio</description>
      <pubDate>Wed, 03 Sep 2008 12:19:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vpar-modify/m-p/5127749#M526071</guid>
      <dc:creator>MárcioAFM</dc:creator>
      <dc:date>2008-09-03T12:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: vPar modify</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vpar-modify/m-p/5127750#M526072</link>
      <description>So you can delete vpar2 from the running vpar1 and add the cpus online.</description>
      <pubDate>Wed, 03 Sep 2008 12:20:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vpar-modify/m-p/5127750#M526072</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-09-03T12:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: vPar modify</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vpar-modify/m-p/5127751#M526073</link>
      <description>as Torsten says, if you need to use BOTH cpus from vpar1, you will need to halt vpar1, remove vpar1, and then add the 2 cpu's into the running vpar2.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Sep 2008 12:58:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vpar-modify/m-p/5127751#M526073</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2008-09-03T12:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: vPar modify</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vpar-modify/m-p/5127752#M526074</link>
      <description>... or vice versa Melvyn... according to the initial post &lt;BR /&gt;&lt;BR /&gt;"I need to remove two CPU's from vPar2 and assign to the vPar1 so vPar1 can have four CPU's."&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Anyway, it doesn't make so much sense to run only 1 vPar inside a nPar.&lt;BR /&gt;&lt;BR /&gt;;-)</description>
      <pubDate>Wed, 03 Sep 2008 13:03:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vpar-modify/m-p/5127752#M526074</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-09-03T13:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: vPar modify</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vpar-modify/m-p/5127753#M526075</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Well realy don't make any sense...customer ask, we HP advice... but in the end customer decides. &lt;BR /&gt;&lt;BR /&gt;I think that the customer is planning on buy some iCap licenses :).&lt;BR /&gt;&lt;BR /&gt;I will do this friday, i have the last vPar last version running on HP-UX 11.31, so i will try to do it online just shutting down vPar2 and add 2 cpu's to vPar1 with this one running.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Marcio&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Sep 2008 13:15:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vpar-modify/m-p/5127753#M526075</guid>
      <dc:creator>MárcioAFM</dc:creator>
      <dc:date>2008-09-03T13:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: vPar modify</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vpar-modify/m-p/5127754#M526076</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I did a online cpu allocation with the vparmodify and works fine. Just have to shutdown the vPar to modify the max number of CPU's.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best Regards,,&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Marcio</description>
      <pubDate>Wed, 10 Sep 2008 07:35:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vpar-modify/m-p/5127754#M526076</guid>
      <dc:creator>MárcioAFM</dc:creator>
      <dc:date>2008-09-10T07:35:06Z</dc:date>
    </item>
  </channel>
</rss>

