<?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: Migrate VM between old and new simpliVity Cluster. in HPE SimpliVity</title>
    <link>https://community.hpe.com/t5/hpe-simplivity/migrate-vm-between-old-and-new-simplivity-cluster/m-p/7118860#M2138</link>
    <description>&lt;P&gt;If you "&lt;SPAN&gt;Set up the host(s) in old cluster just as you would a Compute Node (add the OVC ip address to the HOSTS file)", wouldnt this cause a conflic seeing as each host already has omni.cube.io defined in its hosts file as the storage IP of it's own OVC?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Jan 2021 23:49:28 GMT</pubDate>
    <dc:creator>vicvic35</dc:creator>
    <dc:date>2021-01-27T23:49:28Z</dc:date>
    <item>
      <title>Migrate VM between old and new simpliVity Cluster.</title>
      <link>https://community.hpe.com/t5/hpe-simplivity/migrate-vm-between-old-and-new-simplivity-cluster/m-p/7096596#M1663</link>
      <description>&lt;P&gt;&lt;BR /&gt;Hi to the community,&lt;BR /&gt;despite the fact that a simplivity host cannot share its datastore with other simplivity except those within the cluster, is it possible to "share" a datastore to another esxi simplviy host like it is possible to do it for a "legacy" esxi without Omnistack card ?&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;"When you create a datastore in a cluster, your access to the datastore is limited to the HPE OmniStack hosts in&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;that cluster. For example, an HPE OmniStack host can use an HPE SimpliVity datastore within the same cluster.&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;But, it cannot use an HPE SimpliVity datastore from a different cluster. However, a standard host (host without&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;HPE OmniStack software) can use an HPE SimpliVity datastore in a cluster outside the one it resides in."&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Why I would like to migrate VM from an old SVT cluster 3.7.2 to a new 4.0.1 and both cannot be in the same federation due to the interop matrix regarding vcenter for instance.&lt;/P&gt;&lt;P&gt;For sure I can migrate VM with some other product but I'm curious to know if it can be done that way.&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;BR /&gt;Jean-Philippe.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2020 14:44:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-simplivity/migrate-vm-between-old-and-new-simplivity-cluster/m-p/7096596#M1663</guid>
      <dc:creator>J-Philippe</dc:creator>
      <dc:date>2020-07-28T14:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate VM between old and new simpliVity Cluster.</title>
      <link>https://community.hpe.com/t5/hpe-simplivity/migrate-vm-between-old-and-new-simplivity-cluster/m-p/7096609#M1664</link>
      <description>&lt;P&gt;Absolutely ! Just pretend the old cluster is a regualr VMware server, and connect to the SVT datastore on the new cluster.&lt;/P&gt;&lt;P&gt;However, you can't do this from the GUI (because they are not in the same cluster) - you need to use the command line.&lt;/P&gt;&lt;P&gt;Set up the host(s) in old cluster just as you would a Compute Node (add the OVC ip address to the HOSTS file).&lt;/P&gt;&lt;P&gt;On the new cluster, log in to OVC you want to share from&lt;/P&gt;&lt;P&gt;At the command prompt:&lt;/P&gt;&lt;P&gt;1.&amp;nbsp;&lt;STRONG&gt;sudo&lt;/STRONG&gt; &lt;STRONG&gt;su&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2.&amp;nbsp;&lt;STRONG&gt;source &lt;/STRONG&gt;&lt;STRONG&gt;/&lt;/STRONG&gt;&lt;STRONG&gt;var&lt;/STRONG&gt;&lt;STRONG&gt;/&lt;/STRONG&gt;&lt;STRONG&gt;tmp&lt;/STRONG&gt;&lt;STRONG&gt;/build/bin/&lt;/STRONG&gt;&lt;STRONG&gt;appsetup&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;3.&amp;nbsp;&lt;STRONG&gt;dsv&lt;/STRONG&gt;&lt;STRONG&gt;-&lt;/STRONG&gt;&lt;STRONG&gt;nfsd&lt;/STRONG&gt;&lt;STRONG&gt;-connection-show&lt;/STRONG&gt; (to check active sharings)&lt;/P&gt;&lt;P&gt;4.&amp;nbsp;&lt;STRONG&gt;df&lt;/STRONG&gt; &lt;STRONG&gt;-h&lt;/STRONG&gt; (to list and identify our 'DataStore')&lt;/P&gt;&lt;P&gt;5.&amp;nbsp;&lt;STRONG&gt;dsv&lt;/STRONG&gt;&lt;STRONG&gt;-&lt;/STRONG&gt;&lt;STRONG&gt;nfsd&lt;/STRONG&gt;&lt;STRONG&gt;-export-add &lt;/STRONG&gt;&lt;STRONG&gt;--path&lt;/STRONG&gt; /mnt/svtfs/0/c320df3f-bd41-48c2-8d63-17ea4e3b0a85 &lt;STRONG&gt;--client&lt;/STRONG&gt; 10.4.0.196&lt;BR /&gt;&lt;BR /&gt;where:&lt;BR /&gt;&lt;BR /&gt;--path /mnt/....... is Datastore path to be shared&lt;BR /&gt;&lt;BR /&gt;--client aaa.bbb.ccc.ddd is the IP address of the ESXi host which will be connecting&lt;/P&gt;&lt;P&gt;6.&amp;nbsp;&lt;STRONG&gt;dsv&lt;/STRONG&gt;&lt;STRONG&gt;-&lt;/STRONG&gt;&lt;STRONG&gt;nfsd&lt;/STRONG&gt;&lt;STRONG&gt;-connection-show&lt;/STRONG&gt; (to check new shared datastore)&lt;/P&gt;&lt;P&gt;On the ESXi host, add a new NFS Datastore.. where the NFS server is the OVC IP and the path is same than specified on the dsv command, above.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2020 15:52:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-simplivity/migrate-vm-between-old-and-new-simplivity-cluster/m-p/7096609#M1664</guid>
      <dc:creator>JohnHHaines</dc:creator>
      <dc:date>2020-07-28T15:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate VM between old and new simpliVity Cluster.</title>
      <link>https://community.hpe.com/t5/hpe-simplivity/migrate-vm-between-old-and-new-simplivity-cluster/m-p/7096670#M1665</link>
      <description>&lt;P&gt;Have you considered a cross vCenter Migration? This is possible since vCenter 6.0. You Just need an Enterprise Plus License. You can get a trial key for testing &lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2020 05:55:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-simplivity/migrate-vm-between-old-and-new-simplivity-cluster/m-p/7096670#M1665</guid>
      <dc:creator>ICPMuenchen</dc:creator>
      <dc:date>2020-07-29T05:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate VM between old and new simpliVity Cluster.</title>
      <link>https://community.hpe.com/t5/hpe-simplivity/migrate-vm-between-old-and-new-simplivity-cluster/m-p/7096724#M1666</link>
      <description>&lt;P&gt;Thanks John, I will try that way.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Jean-Philippe&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2020 12:38:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-simplivity/migrate-vm-between-old-and-new-simplivity-cluster/m-p/7096724#M1666</guid>
      <dc:creator>J-Philippe</dc:creator>
      <dc:date>2020-07-29T12:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate VM between old and new simpliVity Cluster.</title>
      <link>https://community.hpe.com/t5/hpe-simplivity/migrate-vm-between-old-and-new-simplivity-cluster/m-p/7096725#M1667</link>
      <description>&lt;P&gt;Nope but the idea is not bad, my purpose was to focus on the NFS share from SimpliVity.&lt;/P&gt;&lt;P&gt;Anyway thank you for your suggestion.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Jean-Philippe&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2020 12:41:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-simplivity/migrate-vm-between-old-and-new-simplivity-cluster/m-p/7096725#M1667</guid>
      <dc:creator>J-Philippe</dc:creator>
      <dc:date>2020-07-29T12:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate VM between old and new simpliVity Cluster.</title>
      <link>https://community.hpe.com/t5/hpe-simplivity/migrate-vm-between-old-and-new-simplivity-cluster/m-p/7100183#M1755</link>
      <description>&lt;P&gt;Hi John, comming back on that topic, I've just tried and it work well. thank you.&lt;/P&gt;&lt;P&gt;Your process differs from the official guide "HPE_a00097045en_us_HPE OmniStack 4.0.1 for vSphere Administration Guide" but for my case it is perfect because sources and destination hosts have nothing in common.&lt;/P&gt;&lt;P&gt;By the way the cmd to remove the export is :&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;dsv&lt;/STRONG&gt;&lt;STRONG&gt;-&lt;/STRONG&gt;&lt;STRONG&gt;nfsd&lt;/STRONG&gt;&lt;STRONG&gt;-export&lt;FONT color="#FF0000"&gt;-remove&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;STRONG&gt;--path&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;/mnt/svtfs/0/c320df3f-bd41-48c2-8d63-17ea4e3b0a85&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;--client&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;10.4.0.196&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;where:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;--path /mnt/....... is Datastore path to be shared&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;--client aaa.bbb.ccc.ddd is the IP address of the ESXi host which will be removed&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Sound right for you ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jean-Philippe&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 13:30:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-simplivity/migrate-vm-between-old-and-new-simplivity-cluster/m-p/7100183#M1755</guid>
      <dc:creator>J-Philippe</dc:creator>
      <dc:date>2020-09-03T13:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate VM between old and new simpliVity Cluster.</title>
      <link>https://community.hpe.com/t5/hpe-simplivity/migrate-vm-between-old-and-new-simplivity-cluster/m-p/7100190#M1756</link>
      <description>&lt;P&gt;Glad it worked out for you, and thanks, I will add that to my set of instructions.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 13:58:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-simplivity/migrate-vm-between-old-and-new-simplivity-cluster/m-p/7100190#M1756</guid>
      <dc:creator>JohnHHaines</dc:creator>
      <dc:date>2020-09-03T13:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate VM between old and new simpliVity Cluster.</title>
      <link>https://community.hpe.com/t5/hpe-simplivity/migrate-vm-between-old-and-new-simplivity-cluster/m-p/7118860#M2138</link>
      <description>&lt;P&gt;If you "&lt;SPAN&gt;Set up the host(s) in old cluster just as you would a Compute Node (add the OVC ip address to the HOSTS file)", wouldnt this cause a conflic seeing as each host already has omni.cube.io defined in its hosts file as the storage IP of it's own OVC?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 23:49:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-simplivity/migrate-vm-between-old-and-new-simplivity-cluster/m-p/7118860#M2138</guid>
      <dc:creator>vicvic35</dc:creator>
      <dc:date>2021-01-27T23:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate VM between old and new simpliVity Cluster.</title>
      <link>https://community.hpe.com/t5/hpe-simplivity/migrate-vm-between-old-and-new-simplivity-cluster/m-p/7119364#M2156</link>
      <description>&lt;P&gt;Yes, duplicating resolution IPs could causes issues with IP failovers with the addition of a second omni.cube.io. You should be able to just mount the storage or management network of the OVC seperately without adding anything within the host file itself using the "esxcli storage nfs add" command.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2021 13:42:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-simplivity/migrate-vm-between-old-and-new-simplivity-cluster/m-p/7119364#M2156</guid>
      <dc:creator>kylerj</dc:creator>
      <dc:date>2021-02-01T13:42:10Z</dc:date>
    </item>
  </channel>
</rss>

