<?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: Adding Resources to VPars in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-resources-to-vpars/m-p/4597758#M525599</link>
    <description>Hi,&lt;BR /&gt;I mean:&lt;BR /&gt;# vparstatus -P&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Have you tried to add by giving specific CPU?&lt;BR /&gt;# vparmodify -p sire -a cpu:1.11&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 15 Mar 2010 11:32:41 GMT</pubDate>
    <dc:creator>Turgay Cavdar</dc:creator>
    <dc:date>2010-03-15T11:32:41Z</dc:date>
    <item>
      <title>Adding Resources to VPars</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-resources-to-vpars/m-p/4597743#M525584</link>
      <description>(yes, I know this should probably go in the "virtualization" category - but I want to make sure it's seen for a moment or two before banishment)&lt;BR /&gt;&lt;BR /&gt;I'm adding some resources (two additional processors and 8Gb RAMM) to a machine that is set up to run two VPars.  Right now, one VPar has 1 Gb of memory and one processor - the other has the remaining 7Gb of memory and the remaining 3 processors.  &lt;BR /&gt;&lt;BR /&gt;I want to increase each partition by one processor and X amount of memory.  My initial research says that I should interrupt the boot process and load vpmon from the ISL prompt.  Then I can run the vparmodify command to make my changes so it would look like this&lt;BR /&gt;&lt;BR /&gt;ISL &amp;gt; hpux /stand/vpmon&lt;BR /&gt;vparmodify -p part1 -m cpu::2&lt;BR /&gt;vparmodify -p part1 -m mem::2048&lt;BR /&gt;vparmodify -p part2 -m cpu::4&lt;BR /&gt;vparmodify -p part2 -m mem::14336&lt;BR /&gt;&lt;BR /&gt;What do you think?  Any suggestions?  Comments?  Critiques?  Flames?&lt;BR /&gt;&lt;BR /&gt;Details:&lt;BR /&gt;&lt;BR /&gt;# model&lt;BR /&gt;9000/800/rp7410&lt;BR /&gt;# uname -r&lt;BR /&gt;B.11.11&lt;BR /&gt;# vparstatus -V&lt;BR /&gt;Version 1.1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 09 Mar 2010 16:57:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-resources-to-vpars/m-p/4597743#M525584</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2010-03-09T16:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Resources to VPars</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-resources-to-vpars/m-p/4597744#M525585</link>
      <description>Hi Pete,&lt;BR /&gt;You can do CPU changes online, no need to shutdown the servers.You can also use:&lt;BR /&gt;vparmodify -p part1 -a cpu::1&lt;BR /&gt;&lt;BR /&gt;For RAM addition, shutdown part2, then run vparmodify command from part1:&lt;BR /&gt;vparmodify -p part2 -m mem::14336&lt;BR /&gt;&lt;BR /&gt;Boot part2,then shutdown part1, run the command from part2:&lt;BR /&gt;vparmodify -p part1 -m mem::2048&lt;BR /&gt;&lt;BR /&gt;Finally boot part1.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Mar 2010 17:23:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-resources-to-vpars/m-p/4597744#M525585</guid>
      <dc:creator>Turgay Cavdar</dc:creator>
      <dc:date>2010-03-09T17:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Resources to VPars</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-resources-to-vpars/m-p/4597745#M525586</link>
      <description>Turgay,&lt;BR /&gt;&lt;BR /&gt;Thanks.  I'm aware that I could do this online but I should point out that the server is going to be down anyway!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 09 Mar 2010 17:32:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-resources-to-vpars/m-p/4597745#M525586</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2010-03-09T17:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Resources to VPars</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-resources-to-vpars/m-p/4597746#M525587</link>
      <description>Since this is a RISC machine, you should at least boot 1 partition (vpar). Do the modifications from the running vPar to the downed partitions (check maximum CPU settings too). Then boot them. If needed, do the same with the first vPar (shutdown, modify, boot).</description>
      <pubDate>Tue, 09 Mar 2010 17:40:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-resources-to-vpars/m-p/4597746#M525587</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2010-03-09T17:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Resources to VPars</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-resources-to-vpars/m-p/4597747#M525588</link>
      <description>OK, but why?</description>
      <pubDate>Tue, 09 Mar 2010 17:42:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-resources-to-vpars/m-p/4597747#M525588</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2010-03-09T17:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Resources to VPars</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-resources-to-vpars/m-p/4597748#M525589</link>
      <description>Sorry, why what?</description>
      <pubDate>Tue, 09 Mar 2010 17:52:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-resources-to-vpars/m-p/4597748#M525589</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2010-03-09T17:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Resources to VPars</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-resources-to-vpars/m-p/4597749#M525590</link>
      <description>Why " Since this is a RISC machine, you should at least boot 1 partition (vpar). Do the modifications from the running vPar".? &lt;BR /&gt;&lt;BR /&gt;What difference does it make whether I do it from vpmon or a running machine and why does the fact that it's a RISC machine make any difference to anything?</description>
      <pubDate>Tue, 09 Mar 2010 17:55:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-resources-to-vpars/m-p/4597749#M525590</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2010-03-09T17:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Resources to VPars</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-resources-to-vpars/m-p/4597750#M525591</link>
      <description>Hi Pete,&lt;BR /&gt;You cant run vparmodify from vpmon. Is ih hp-ux command, in order to run vparmodify at least one hp-ux should alive.</description>
      <pubDate>Tue, 09 Mar 2010 17:58:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-resources-to-vpars/m-p/4597750#M525591</guid>
      <dc:creator>Turgay Cavdar</dc:creator>
      <dc:date>2010-03-09T17:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Resources to VPars</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-resources-to-vpars/m-p/4597751#M525592</link>
      <description>You cannot do modifications directly from vpmon.&lt;BR /&gt;&lt;BR /&gt;On (most) Integrities you need to boot to nPars mode after adding CPU/RAM. This is not needed on RISC machines. If an Integrity is on nPars mode, you can do the modifications from there. &lt;BR /&gt;&lt;BR /&gt;For all such modifications in vPars mode 1 vPars must be up (always). The vPar to be modified must be down (unless you have dynamic RAM or CPU).</description>
      <pubDate>Tue, 09 Mar 2010 18:00:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-resources-to-vpars/m-p/4597751#M525592</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2010-03-09T18:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Resources to VPars</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-resources-to-vpars/m-p/4597752#M525593</link>
      <description>Ahhhh!  That would make sense.  The book I'm working from *seemed* to suggest that vparmodify could be run from vpmon.  If that's not the case then I have no choice.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Mar 2010 18:00:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-resources-to-vpars/m-p/4597752#M525593</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2010-03-09T18:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Resources to VPars</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-resources-to-vpars/m-p/4597753#M525594</link>
      <description>It would be a good idea to integrate the vpmon directly into the firmware - probably - with a possibility to do modifications from the MP or whatever...&lt;BR /&gt;&lt;BR /&gt;But this is just an idea.&lt;BR /&gt;&lt;BR /&gt;But since this is not reality, you need to do the mentioned steps...</description>
      <pubDate>Tue, 09 Mar 2010 18:04:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-resources-to-vpars/m-p/4597753#M525594</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2010-03-09T18:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Resources to VPars</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-resources-to-vpars/m-p/4597754#M525595</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Your plan looks fine. If the CPU's are not bound, they can be moved about without bringing the system down.&lt;BR /&gt;&lt;BR /&gt;Alas, sadly, memory can not be moved around that way.&lt;BR /&gt;&lt;BR /&gt;My experience with with both PA-RISC (rp8420)&lt;BR /&gt;and IA-64(dome) vpar/npar, 11.11,11.23,11.31&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 09 Mar 2010 19:42:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-resources-to-vpars/m-p/4597754#M525595</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-03-09T19:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Resources to VPars</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-resources-to-vpars/m-p/4597755#M525596</link>
      <description>OK - that went half well.  I was able to assign the memory without any problems but when I tried to increase the number of processors I got an error.  Details:&lt;BR /&gt;&lt;BR /&gt;root# vparstatus -p sire -v&lt;BR /&gt;[Virtual Partition Details]&lt;BR /&gt;Name:         sire&lt;BR /&gt;State:        Up&lt;BR /&gt;Attributes:   Dynamic,Autoboot&lt;BR /&gt;Kernel Path:  /stand/vmunix&lt;BR /&gt;Boot Opts:&lt;BR /&gt;&lt;BR /&gt;[CPU Details]&lt;BR /&gt;Min/Max:  1/6&lt;BR /&gt;Bound by User [Path]:&lt;BR /&gt;Bound by Monitor [Path]:  1.10&lt;BR /&gt;Unbound [Path]:&lt;BR /&gt;&lt;BR /&gt;[IO Details]&lt;BR /&gt;   1.0.1&lt;BR /&gt;   1.0.10&lt;BR /&gt;   1.0.12&lt;BR /&gt;   1.0.1.0.0.1.1.6.0.0.0.0.0  BOOT&lt;BR /&gt;&lt;BR /&gt;[Memory Details]&lt;BR /&gt;Specified [Base  /Range]:&lt;BR /&gt;          (bytes) (MB)&lt;BR /&gt;Total Memory (MB):  2048&lt;BR /&gt;root# vparmodify -p sire -m cpu::2&lt;BR /&gt;vparmodify: Error: "-m cpu::2": Operation requires the full version of virtual partitions.&lt;BR /&gt;root#&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Admittedly, my version of vPars is ancient, possibly even the very first (freebie) one:&lt;BR /&gt;&lt;BR /&gt;vParManager           B.11.11.01.02  Virtual Partition Manager for HP-UX&lt;BR /&gt;&lt;BR /&gt;Does this mean I'm going to have to upgrade my vPar version  just to change the number of cpu(s)?  If I was starting from scratch I could put 4 cpus into one par and 2 into the other.  Why can't I modify it?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 15 Mar 2010 10:27:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-resources-to-vpars/m-p/4597755#M525596</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2010-03-15T10:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Resources to VPars</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-resources-to-vpars/m-p/4597756#M525597</link>
      <description>Can you send "vparstatus -P" and "vparstatus -A" "vparstatus -vp vpa_name" outputs. man vparstatus says that "vparstatus -V" shows version number of the vparstatus output,not vpar version.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Is your vpar is down while adding the CPU(may be it is required for this non-full version)? &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Mar 2010 10:53:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-resources-to-vpars/m-p/4597756#M525597</guid>
      <dc:creator>Turgay Cavdar</dc:creator>
      <dc:date>2010-03-15T10:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Resources to VPars</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-resources-to-vpars/m-p/4597757#M525598</link>
      <description>Yes, the vPar was down - as we discussed in the first part of this question - brought one par up, attempted to modify the other - got error.&lt;BR /&gt;&lt;BR /&gt;Here's the requested outputs:&lt;BR /&gt;&lt;BR /&gt;# vparstatus -p sire -P&lt;BR /&gt;vparstatus: Error: Invalid option -P.&lt;BR /&gt;&lt;BR /&gt;the vparstatus -vp was already posted&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# vparstatus -A&lt;BR /&gt;[Unbound CPUs (path)]:  1.11&lt;BR /&gt;                        1.12&lt;BR /&gt;[Available CPUs]:  2&lt;BR /&gt;&lt;BR /&gt;[Available I/O devices (path)]:  1.0.2&lt;BR /&gt;                                 1.0.4&lt;BR /&gt;                                 1.0.6&lt;BR /&gt;                                 1.0.8&lt;BR /&gt;                                 1.0.14&lt;BR /&gt;&lt;BR /&gt;[Unbound memory (Base  /Range)]:&lt;BR /&gt;                (bytes) (MB)&lt;BR /&gt;[Available memory (MB)]:  0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Mar 2010 11:22:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-resources-to-vpars/m-p/4597757#M525598</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2010-03-15T11:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Resources to VPars</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-resources-to-vpars/m-p/4597758#M525599</link>
      <description>Hi,&lt;BR /&gt;I mean:&lt;BR /&gt;# vparstatus -P&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Have you tried to add by giving specific CPU?&lt;BR /&gt;# vparmodify -p sire -a cpu:1.11&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Mar 2010 11:32:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-resources-to-vpars/m-p/4597758#M525599</guid>
      <dc:creator>Turgay Cavdar</dc:creator>
      <dc:date>2010-03-15T11:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Resources to VPars</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-resources-to-vpars/m-p/4597759#M525600</link>
      <description>vparstatus -P&lt;BR /&gt;vparstatus: Error: Invalid option -P.&lt;BR /&gt;&lt;BR /&gt;No, I haven't tried to add a particular CPU and won't be albe to until I can down the machine.  Since getting downtime is difficult, I would like to have a firmer answer rather than just "something to try".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 15 Mar 2010 11:47:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-resources-to-vpars/m-p/4597759#M525600</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2010-03-15T11:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Resources to VPars</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-resources-to-vpars/m-p/4597760#M525601</link>
      <description>"-P" prints the product version, e.g.&lt;BR /&gt;&lt;BR /&gt;vparstatus -P&lt;BR /&gt;Commands product information:  A.04.06&lt;BR /&gt;Monitor product information:  A.04.06&lt;BR /&gt;&lt;BR /&gt;But this option came later.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please use &lt;BR /&gt;&lt;BR /&gt;# swlist | grep -i "Virtual Partitions"&lt;BR /&gt;&lt;BR /&gt;to get the version.&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;&lt;BR /&gt;T1335AC                       A.03.05.07     HP-UX Virtual Partitions &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Mar 2010 16:28:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-resources-to-vpars/m-p/4597760#M525601</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2010-03-15T16:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Resources to VPars</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-resources-to-vpars/m-p/4597761#M525602</link>
      <description>&lt;!--!*#--&gt;# swlist | grep -i "Virtual Partitions"&lt;BR /&gt;  VPARSBASE                             A.02.02.00     HP-UX Virtual Partitions - Base Version&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 15 Mar 2010 16:33:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-resources-to-vpars/m-p/4597761#M525602</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2010-03-15T16:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Resources to VPars</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-resources-to-vpars/m-p/4597762#M525603</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Pete, you should not have to give a specific cpu. You are of course welcome for resource management reasons to try, but based on my recent experience with vpar, you will get the same response as you did when you did not specify the cpu.&lt;BR /&gt;&lt;BR /&gt;I know lab environment is tough to come by, but you might benefit from getting the latest version of vpar for 11.11 and planning a downtime to do that upgrade and CPU assignment as planned earlier.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 15 Mar 2010 16:34:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-resources-to-vpars/m-p/4597762#M525603</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-03-15T16:34:13Z</dc:date>
    </item>
  </channel>
</rss>

