<?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: Moving memory on vpar system in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-memory-on-vpar-system/m-p/5271974#M473463</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Mean I can't using this commands&lt;BR /&gt;&lt;BR /&gt;reduce vpar1 to 6 memory freeing up 2 memory:&lt;BR /&gt;# vparmodify -p vpar1 -a mem::2048&lt;BR /&gt;verify that there are now free memory&lt;BR /&gt;# vparstatus -A&lt;BR /&gt;increase vpar2's memory count to 6 memory&lt;BR /&gt;# vparmodify -p vpar2 -m -a mem::2048&lt;BR /&gt;&lt;BR /&gt;and how i can increase memory on this case.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Sun, 30 Jan 2011 12:52:50 GMT</pubDate>
    <dc:creator>Mousa55</dc:creator>
    <dc:date>2011-01-30T12:52:50Z</dc:date>
    <item>
      <title>Moving memory on vpar system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-memory-on-vpar-system/m-p/5271971#M473460</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;I have HP-UX system (11.23) with 2 vpars and this system has 12 GB memory. vpar1 has 8 GB and vpar2 has 4 GB, i want to move 2 GB memory from vpar1 to vpar2 how can i doing that ? &lt;BR /&gt;# swlist | grep Virtual&lt;BR /&gt;  T1335BC                       A.04.06        HP-UX Virtual Partitions for 11.23&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Sun, 30 Jan 2011 11:25:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-memory-on-vpar-system/m-p/5271971#M473460</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2011-01-30T11:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: Moving memory on vpar system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-memory-on-vpar-system/m-p/5271972#M473461</link>
      <description>Dynamic memory allocation is supported only with the latest Vpar version A.5.X , i don`t think that is supported on 11.23.&lt;BR /&gt;&lt;BR /&gt;Check the admin guide for the release A.04.06 &lt;BR /&gt;to cross check but AFAIK this is not possible with this version &amp;amp; platform</description>
      <pubDate>Sun, 30 Jan 2011 12:01:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-memory-on-vpar-system/m-p/5271972#M473461</guid>
      <dc:creator>Manix</dc:creator>
      <dc:date>2011-01-30T12:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: Moving memory on vpar system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-memory-on-vpar-system/m-p/5271973#M473462</link>
      <description>This is called Dynamic Memory Migration, and is possible in vPars software versions A.05.01 and above. Memory must be configured as Base or Float. Base memory can be added while the vPar is running, but not removed; Float memory can be added or removed. Unless specified otherwise, all memory assigned to a vPar will be assumed to be Base memory.&lt;BR /&gt;</description>
      <pubDate>Sun, 30 Jan 2011 12:23:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-memory-on-vpar-system/m-p/5271973#M473462</guid>
      <dc:creator>Manix</dc:creator>
      <dc:date>2011-01-30T12:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Moving memory on vpar system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-memory-on-vpar-system/m-p/5271974#M473463</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Mean I can't using this commands&lt;BR /&gt;&lt;BR /&gt;reduce vpar1 to 6 memory freeing up 2 memory:&lt;BR /&gt;# vparmodify -p vpar1 -a mem::2048&lt;BR /&gt;verify that there are now free memory&lt;BR /&gt;# vparstatus -A&lt;BR /&gt;increase vpar2's memory count to 6 memory&lt;BR /&gt;# vparmodify -p vpar2 -m -a mem::2048&lt;BR /&gt;&lt;BR /&gt;and how i can increase memory on this case.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Sun, 30 Jan 2011 12:52:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-memory-on-vpar-system/m-p/5271974#M473463</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2011-01-30T12:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: Moving memory on vpar system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-memory-on-vpar-system/m-p/5271975#M473464</link>
      <description>Hello Nejad,&lt;BR /&gt;&lt;BR /&gt;This us poosible  and could be run on a&lt;BR /&gt;fly with the latest versions of vpars from 5.01 onwards.&lt;BR /&gt;&lt;BR /&gt;But in this case you need to shutdown the target vpar first &amp;amp; then delete the memory&lt;BR /&gt;&lt;BR /&gt;&lt;VPAR1&gt;# vparmodify -p server2 -d mem::2048&lt;BR /&gt;&lt;BR /&gt;Then you need to shutdown the vpar to which &lt;BR /&gt;you need to add memory.&lt;BR /&gt;&lt;BR /&gt;&lt;VPAR1&gt;# vparmodify -p server2 -a mem::2048&lt;BR /&gt;&lt;BR /&gt;To quote from the vparmodify man page:&lt;BR /&gt;&lt;BR /&gt;A vp_name in the monitor database must be in the Down state to add or delete resources, with one exception: CPU resources can be added to or deleted from a running virtual partition. This restriction may be relaxed for other types of resource management in a future release.&lt;BR /&gt;&lt;/VPAR1&gt;&lt;/VPAR1&gt;</description>
      <pubDate>Sun, 30 Jan 2011 13:19:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-memory-on-vpar-system/m-p/5271975#M473464</guid>
      <dc:creator>Manix</dc:creator>
      <dc:date>2011-01-30T13:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: Moving memory on vpar system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-memory-on-vpar-system/m-p/5271976#M473465</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks for your support, but i have one question&lt;BR /&gt;&lt;BR /&gt;is there any way to upgrade HP-UX Virtual Partitions from A.04.06 to 5.01 version ?.&lt;BR /&gt;&lt;BR /&gt;and Is this the correct procedure to moving CLM memory from vpar to other ? when i have the required version of vpar.&lt;BR /&gt;&lt;BR /&gt;1- shutdown vpar1 and executing this command&lt;BR /&gt;2- &lt;VPAR2&gt;# modify -p vpar1 -d mem::2048&lt;BR /&gt;&lt;BR /&gt;3- Then shutdown the vpar2&lt;BR /&gt;&lt;BR /&gt;4- &lt;VPAR1&gt;# vparmodify -p vpar2 -a mem::2048&lt;BR /&gt;&lt;BR /&gt;Thanks and best regards&lt;/VPAR1&gt;&lt;/VPAR2&gt;</description>
      <pubDate>Mon, 31 Jan 2011 05:21:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-memory-on-vpar-system/m-p/5271976#M473465</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2011-01-31T05:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: Moving memory on vpar system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-memory-on-vpar-system/m-p/5271977#M473466</link>
      <description>yes upgrade is possible !! &lt;BR /&gt;&lt;BR /&gt;There is no CLM in vpars , CLM /ILM is at NPAR level.&lt;BR /&gt;&lt;BR /&gt;Yes the process looks good now.</description>
      <pubDate>Mon, 31 Jan 2011 06:45:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-memory-on-vpar-system/m-p/5271977#M473466</guid>
      <dc:creator>Manix</dc:creator>
      <dc:date>2011-01-31T06:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Moving memory on vpar system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-memory-on-vpar-system/m-p/5271978#M473467</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks, but how  i can starting to upgrade HP-UX Virtual Partitions from A.04.06 to 5.01 version ?.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 31 Jan 2011 06:50:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-memory-on-vpar-system/m-p/5271978#M473467</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2011-01-31T06:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: Moving memory on vpar system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-memory-on-vpar-system/m-p/5271979#M473468</link>
      <description>&lt;P&gt;Hello Nejad !!&lt;BR /&gt;&lt;BR /&gt;You need to plan the upgrade carefully because first you need to 1 ) upgrade to 11.31 2 ) then to 5.01&lt;BR /&gt;&lt;BR /&gt;The most important thing to be kept in mind&lt;BR /&gt;while upgrading vpars is that the "primary vpar" -which has vpmon loaded into the memory&lt;BR /&gt;over which other vpars are running needs to be upgraded first other wise other vpars may not be load on the old version of vpmon.&lt;BR /&gt;&lt;BR /&gt;There is a very good thread you just need to upgrade the primary first then the other nodes.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h30499.www3.hp.com/t5/System-Administration/updating-from-vpar-A-04-xx-to-A-05-xx/m-p/4356914#M345586" target="_blank"&gt;http://h30499.www3.hp.com/t5/System-Administration/updating-from-vpar-A-04-xx-to-A-05-xx/m-p/4356914#M345586&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Do revert for queries&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Manix&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2011 21:47:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-memory-on-vpar-system/m-p/5271979#M473468</guid>
      <dc:creator>Manix</dc:creator>
      <dc:date>2011-09-29T21:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: Moving memory on vpar system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-memory-on-vpar-system/m-p/5271980#M473469</link>
      <description>looks @ the excellent post at HP -docstore&lt;BR /&gt;&lt;BR /&gt;The first virtual partition is defined as the virtual partition that owns the boot disk from which the vPars Monitor was booted; you can use the vparstatus -m and vparstatus -v commands to determine which virtual partition this is.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docstore.mik.ua/manuals/hp-ux/en/T1335-90098/ch04s08.html" target="_blank"&gt;http://docstore.mik.ua/manuals/hp-ux/en/T1335-90098/ch04s08.html&lt;/A&gt;</description>
      <pubDate>Mon, 31 Jan 2011 07:26:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-memory-on-vpar-system/m-p/5271980#M473469</guid>
      <dc:creator>Manix</dc:creator>
      <dc:date>2011-01-31T07:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: Moving memory on vpar system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-memory-on-vpar-system/m-p/5271981#M473470</link>
      <description>Thanks</description>
      <pubDate>Mon, 31 Jan 2011 07:44:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-memory-on-vpar-system/m-p/5271981#M473470</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2011-01-31T07:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: Moving memory on vpar system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-memory-on-vpar-system/m-p/5271982#M473471</link>
      <description>Hello Nejad,&lt;BR /&gt;&lt;BR /&gt;Please check that the server model is compatible with 11.31 , should have asked earlier --))&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20338.www2.hp.com/hpux11i/downloads/public_hp-ux_systems_support.pdf?jumpid=ex_R1533_us/en/large/eb/go/hpuxservermatrix" target="_blank"&gt;http://h20338.www2.hp.com/hpux11i/downloads/public_hp-ux_systems_support.pdf?jumpid=ex_R1533_us/en/large/eb/go/hpuxservermatrix&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Manix</description>
      <pubDate>Mon, 31 Jan 2011 08:06:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-memory-on-vpar-system/m-p/5271982#M473471</guid>
      <dc:creator>Manix</dc:creator>
      <dc:date>2011-01-31T08:06:27Z</dc:date>
    </item>
  </channel>
</rss>

