<?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: HPVM migration in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hpvm-migration/m-p/6818477#M522183</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Login to the server and halt the Cluster packages individually.&lt;/P&gt;&lt;P&gt;Then move the VM&lt;/P&gt;</description>
    <pubDate>Mon, 14 Dec 2015 22:44:20 GMT</pubDate>
    <dc:creator>Ajin_1</dc:creator>
    <dc:date>2015-12-14T22:44:20Z</dc:date>
    <item>
      <title>HPVM migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpvm-migration/m-p/6771820#M522182</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;# /opt/hpvm/bin/hpvmstatus&lt;BR /&gt;[Virtual Machines]&lt;BR /&gt;Virtual Machine Name VM # OS Type State #VCPUs #Devs #Nets Memory Rmt Host&lt;BR /&gt;==================== ===== ======= ========= ====== ===== ===== ======= ========&lt;BR /&gt;ipt001 2 HPUX On (OS) 8 24 3 96 GB 9&lt;BR /&gt;ipt002 3 HPUX On (OS) 8 50 3 96 GB 9&lt;BR /&gt;ipt003 4 HPUX On (RMT) 12 17 3 96 GB 7&lt;BR /&gt;ipt004 11 HPUX On (RMT) 4 51 3 64 GB 7&lt;/P&gt;&lt;P&gt;# /usr/sbin/cmviewcl&lt;/P&gt;&lt;P&gt;CLUSTER STATUS&lt;BR /&gt;cl_ipt up&lt;/P&gt;&lt;P&gt;NODE STATUS STATE&lt;BR /&gt;pst001 up running&lt;/P&gt;&lt;P&gt;PACKAGE STATUS STATE AUTO_RUN NODE&lt;BR /&gt;ipt001 up running disabled pst001&lt;BR /&gt;ipt002 up running enabled pst001&lt;/P&gt;&lt;P&gt;NODE STATUS STATE&lt;BR /&gt;pst002 up running&lt;/P&gt;&lt;P&gt;PACKAGE STATUS STATE AUTO_RUN NODE&lt;BR /&gt;ipt003 up running disabled pst002&lt;BR /&gt;ipt004 up running enabled pst002&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are two VSP machine (pst001 and pst002)&lt;/P&gt;&lt;P&gt;Each VSP machine running with 2 hpvm configured in cluster&lt;/P&gt;&lt;P&gt;HPVM version is 4.30&lt;/P&gt;&lt;P&gt;Now I need to move the ipt001 from pst001 to pst002.&lt;/P&gt;&lt;P&gt;commands are same as moving one package from one node to other node.&lt;/P&gt;&lt;P&gt;please confirm if my steps are correct.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;#cmhaltpkg -v -n pst001 ipt002&lt;/P&gt;&lt;P&gt;#cmrunpkg -v -n pst002 ipt002&lt;/P&gt;&lt;P&gt;WIll those above works or any other commands to move hpvm from one node to other node.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2015 14:12:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpvm-migration/m-p/6771820#M522182</guid>
      <dc:creator>madhuca-</dc:creator>
      <dc:date>2015-08-04T14:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: HPVM migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpvm-migration/m-p/6818477#M522183</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Login to the server and halt the Cluster packages individually.&lt;/P&gt;&lt;P&gt;Then move the VM&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2015 22:44:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpvm-migration/m-p/6818477#M522183</guid>
      <dc:creator>Ajin_1</dc:creator>
      <dc:date>2015-12-14T22:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: HPVM migration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpvm-migration/m-p/6818583#M522184</link>
      <description>&lt;P&gt;Bonjour,&lt;/P&gt;&lt;P&gt;Globally, yes those commands are OK.&lt;/P&gt;&lt;P&gt;Just be aware that :&lt;/P&gt;&lt;P&gt;- Once you have moved ipt002 to pst002&amp;nbsp; you&amp;nbsp;have to activate the auto_run flag : &lt;FONT color="#800000" face="courier new,courier"&gt;cmmodpkg -e ipt002&amp;nbsp;&lt;/FONT&gt;It was activated before you move the VM, so I guess it is a critical VM you want to be automatically moved back to pst001 in case of a failure of pst002 ... or not ?&lt;/P&gt;&lt;P&gt;- When you halt a package there is no need to specify the node on which the package resides. You halt it, that's all.&lt;/P&gt;&lt;P&gt;- Unless you wrote any &lt;SPAN class="hps"&gt;complementary&lt;/SPAN&gt; scripts, cmhaltpkg will not shutdown properly the VM. So I strongly recommand that you shutdown all applications that are running inside the VM before moving it.&lt;/P&gt;&lt;P&gt;Hope this help&lt;/P&gt;&lt;P&gt;Eric&lt;/P&gt;&lt;P&gt;[ Oups : didn't saw it is an old thread. Anyway, I keep my post ]&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2015 10:28:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpvm-migration/m-p/6818583#M522184</guid>
      <dc:creator>Eric SAUBIGNAC</dc:creator>
      <dc:date>2015-12-15T10:28:34Z</dc:date>
    </item>
  </channel>
</rss>

