<?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 svMotion a single disk in PowerCLI 5.5 in VMware PowerCLI Discussions</title>
    <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/svMotion-a-single-disk-in-PowerCLI-5-5/m-p/2741704#M96070</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I svMotion a single disk in PowerCLI 5.5?&lt;/P&gt;&lt;P&gt;Trying &lt;CODE&gt;Set-HardDisk&lt;/CODE&gt; gives the following warning:&lt;/P&gt;&lt;PRE class="jive-pre"&gt;&lt;CODE&gt;WARNING: Parameter 'Datastore' is obsolete. 'Datastore' parameter is obsolete. To move hard disk to another datastore and change it's storage format, use 'Move-HardDisk' cmdlet instead. &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;CODE&gt;Set-HardDisk&lt;/CODE&gt; fails anyway with a message that the disk is locked (hence I guess you can't use it for an online migration).&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;Move-HardDisk&lt;/CODE&gt; only seems to be able to move disks in offline mode too (cold migration), however I'd like to perform a Storage vMotion.&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;Move-VM&lt;/CODE&gt; can only move &lt;EM&gt;all&lt;/EM&gt; disks of a VM, which is not what I want. (Too many and too big disks on a VM, will never fit on one destination LUN)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In essence, I'd like to script what you can do with the "advanced" dialog for migrating disks in vCenter Server. But how?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Feb 2017 10:00:23 GMT</pubDate>
    <dc:creator>jmroth</dc:creator>
    <dc:date>2017-02-21T10:00:23Z</dc:date>
    <item>
      <title>svMotion a single disk in PowerCLI 5.5</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/svMotion-a-single-disk-in-PowerCLI-5-5/m-p/2741704#M96070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I svMotion a single disk in PowerCLI 5.5?&lt;/P&gt;&lt;P&gt;Trying &lt;CODE&gt;Set-HardDisk&lt;/CODE&gt; gives the following warning:&lt;/P&gt;&lt;PRE class="jive-pre"&gt;&lt;CODE&gt;WARNING: Parameter 'Datastore' is obsolete. 'Datastore' parameter is obsolete. To move hard disk to another datastore and change it's storage format, use 'Move-HardDisk' cmdlet instead. &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;CODE&gt;Set-HardDisk&lt;/CODE&gt; fails anyway with a message that the disk is locked (hence I guess you can't use it for an online migration).&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;Move-HardDisk&lt;/CODE&gt; only seems to be able to move disks in offline mode too (cold migration), however I'd like to perform a Storage vMotion.&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;Move-VM&lt;/CODE&gt; can only move &lt;EM&gt;all&lt;/EM&gt; disks of a VM, which is not what I want. (Too many and too big disks on a VM, will never fit on one destination LUN)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In essence, I'd like to script what you can do with the "advanced" dialog for migrating disks in vCenter Server. But how?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 10:00:23 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/svMotion-a-single-disk-in-PowerCLI-5-5/m-p/2741704#M96070</guid>
      <dc:creator>jmroth</dc:creator>
      <dc:date>2017-02-21T10:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: svMotion a single disk in PowerCLI 5.5</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/svMotion-a-single-disk-in-PowerCLI-5-5/m-p/2741705#M96071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Afaik, you will have to use the &lt;SPAN style="color: #000000;"&gt;RelocateVM method.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;In there you can specify per harddisk where you to move it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;See for example &lt;/SPAN&gt;&lt;STRONG&gt;&lt;A _jive_internal="true" class="font-color-meta-light" href="https://communities.vmware.com/message/1720988#1720988" name="&amp;amp;amp;lpos=apps_scodevmw : 94"&gt;Migration to a New SAN with HardDisk to separate LUNs&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 10:13:26 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/svMotion-a-single-disk-in-PowerCLI-5-5/m-p/2741705#M96071</guid>
      <dc:creator>LucD</dc:creator>
      <dc:date>2017-02-21T10:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: svMotion a single disk in PowerCLI 5.5</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/svMotion-a-single-disk-in-PowerCLI-5-5/m-p/2741706#M96072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh man :smileygrin: That's really sick.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you have to create these RelocateSpec and RelocateSpecDiskLocator objects etc. and then use some part of the API instead of having a high-level function for this task, wow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as I understand it, internally to ESXi an svMotion actually is a vMotion, which is why you have to set a destination for all disks, even though you want to move only one of them, again wow. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, this also explains why the event log of vCenter Server shows both vMotion and svMotion as "Migrating from a to b" with no info about the datastore being changed for any specific disk (it only shows the destination disk in case you chose to migrate the VMX I guess).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 17:19:09 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/svMotion-a-single-disk-in-PowerCLI-5-5/m-p/2741706#M96072</guid>
      <dc:creator>jmroth</dc:creator>
      <dc:date>2017-02-21T17:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: svMotion a single disk in PowerCLI 5.5</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/svMotion-a-single-disk-in-PowerCLI-5-5/m-p/2741707#M96073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure which vSphere and PowerCLI version you are running, but I checked again (vSphere 6.5 and PowerCLI 6.5R1), and the following works for me (with the VM powered on).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV style="text-align: Left; font-family: Segoe UI; font-style: normal; font-weight: normal; font-size: 12; color: #000000;"&gt;&lt;P style="font-family: Lucida Console; margin: 0 0 0 0; background-color: #ffffff;"&gt;&lt;SPAN style="font-size: 16;"&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;SPAN&gt;Get-HardDisk&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000080;"&gt;&lt;SPAN&gt;-VM&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #8a2be2;"&gt;&lt;SPAN&gt;MyVM&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000080;"&gt;&lt;SPAN&gt;-Name&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #8b0000;"&gt;&lt;SPAN&gt;'Hard Disk 1'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #a9a9a9;"&gt;&lt;SPAN&gt;|&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;SPAN&gt;Move-HardDisk&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000080;"&gt;&lt;SPAN&gt;-Datastore&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #8a2be2;"&gt;&lt;SPAN&gt;MyDS&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Lucida Console; margin: 0 0 0 0; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 20:49:09 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/svMotion-a-single-disk-in-PowerCLI-5-5/m-p/2741707#M96073</guid>
      <dc:creator>LucD</dc:creator>
      <dc:date>2017-02-21T20:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: svMotion a single disk in PowerCLI 5.5</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/svMotion-a-single-disk-in-PowerCLI-5-5/m-p/2741708#M96074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Luc,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just wanted to thank you and the original poster for this thread.. I have a task to migrate some servers from one SAN to a new one and 2 of the VMs have 27 VMDKs which reside on over 10 datastores.&amp;nbsp; I was going to migrate them by hand using the wizard, but when I saw this thread I realized I could script it AND could run it with the -runasync switch and do them all at once with the VM powered off.&amp;nbsp; &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.vmware.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks! &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.vmware.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 21:37:06 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/svMotion-a-single-disk-in-PowerCLI-5-5/m-p/2741708#M96074</guid>
      <dc:creator>BenLiebowitz</dc:creator>
      <dc:date>2017-02-21T21:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: svMotion a single disk in PowerCLI 5.5</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/svMotion-a-single-disk-in-PowerCLI-5-5/m-p/2741709#M96075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah ok, the point is you have to go through "Get-VM" first...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can't simply "Move-HardDisk" like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$hdsrc = Get-HardDisk -Datastore $srcds&lt;/P&gt;&lt;P&gt;foreach ($hd in $hdsrc) {&lt;/P&gt;&lt;P&gt;&amp;nbsp; Move-HardDisk $hd -Datastore $dstds&lt;/P&gt;&lt;P&gt;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because then it will tell you that the disk is locked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 22:05:23 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/svMotion-a-single-disk-in-PowerCLI-5-5/m-p/2741709#M96075</guid>
      <dc:creator>jmroth</dc:creator>
      <dc:date>2017-02-21T22:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: svMotion a single disk in PowerCLI 5.5</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/svMotion-a-single-disk-in-PowerCLI-5-5/m-p/2741710#M96076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just wondering when the VM powered off requirement was lifted.&lt;BR /&gt;In vSphere 6.x and with PowerCLI 6.5R1 this seems to work with a powered on VM as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 05:24:39 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/svMotion-a-single-disk-in-PowerCLI-5-5/m-p/2741710#M96076</guid>
      <dc:creator>LucD</dc:creator>
      <dc:date>2017-02-22T05:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: svMotion a single disk in PowerCLI 5.5</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/svMotion-a-single-disk-in-PowerCLI-5-5/m-p/2741711#M96077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since I'm using 5.5 and "Get-HardDisk... | Move-HardDisk ..." works alright, I'm not sure what requirement you mean.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 07:38:35 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/svMotion-a-single-disk-in-PowerCLI-5-5/m-p/2741711#M96077</guid>
      <dc:creator>jmroth</dc:creator>
      <dc:date>2017-02-22T07:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: svMotion a single disk in PowerCLI 5.5</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/svMotion-a-single-disk-in-PowerCLI-5-5/m-p/2741712#M96078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Didn't you say that the VM needed to be powered off for Move-Harddisk to work?&lt;BR /&gt;In vSphere 6.* the VM can stay powered on.&lt;BR /&gt;I was wondering if that VM powered off requirement was lifted in 6.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't have a 5.5 to test anymore :smileygrin:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 07:55:36 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/svMotion-a-single-disk-in-PowerCLI-5-5/m-p/2741712#M96078</guid>
      <dc:creator>LucD</dc:creator>
      <dc:date>2017-02-22T07:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: svMotion a single disk in PowerCLI 5.5</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/svMotion-a-single-disk-in-PowerCLI-5-5/m-p/2741713#M96079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I said you have to use Move-Harddisk in combination with Get-VM (like you showed).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simply using "Move-HardDisk" like this is not working:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$hdsrc = Get-HardDisk -Datastore $srcds&lt;/P&gt;&lt;P&gt;foreach ($hd in $hdsrc) {&lt;/P&gt;&lt;P&gt;&amp;nbsp; Move-HardDisk $hd -Datastore $dstds&lt;/P&gt;&lt;P&gt;&amp;nbsp; ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 08:25:19 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/svMotion-a-single-disk-in-PowerCLI-5-5/m-p/2741713#M96079</guid>
      <dc:creator>jmroth</dc:creator>
      <dc:date>2017-02-22T08:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: svMotion a single disk in PowerCLI 5.5</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/svMotion-a-single-disk-in-PowerCLI-5-5/m-p/2741714#M96080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not an expert, so &lt;B&gt;LucD&lt;/B&gt;‌ can correct me, but something like this may work... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;foreach ($vm in (Get-VM)) (&lt;/P&gt;&lt;P style="margin: 2px; font-size: 14px; font-family: proxima-nova, Arial, sans-serif; color: #666666;"&gt;$hdsrc = Get-HardDisk -VM $vm -Datastore $srcds&lt;/P&gt;&lt;P style="margin: 2px; font-size: 14px; font-family: proxima-nova, Arial, sans-serif; color: #666666;"&gt;foreach ($hd in $hdsrc) {&lt;/P&gt;&lt;P style="margin: 2px; font-size: 14px; font-family: proxima-nova, Arial, sans-serif; color: #666666;"&gt;&amp;nbsp; Move-HardDisk $hd -Datastore $dstds }&lt;/P&gt;&lt;P style="margin: 2px; font-size: 14px; font-family: proxima-nova, Arial, sans-serif; color: #666666;"&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 18:07:02 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/svMotion-a-single-disk-in-PowerCLI-5-5/m-p/2741714#M96080</guid>
      <dc:creator>BenLiebowitz</dc:creator>
      <dc:date>2017-02-22T18:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: svMotion a single disk in PowerCLI 5.5</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/svMotion-a-single-disk-in-PowerCLI-5-5/m-p/2741715#M96081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess it would, the point being: You have to get the $hd object from "Get-HardDisk &lt;STRONG&gt;-VM $vm&lt;/STRONG&gt; -Datastore $srcds"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just getting it from "Get-HardDisk -Datastore $srcds" and iterating over that, does not seem to be enough.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 09:15:10 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/svMotion-a-single-disk-in-PowerCLI-5-5/m-p/2741715#M96081</guid>
      <dc:creator>jmroth</dc:creator>
      <dc:date>2017-02-23T09:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: svMotion a single disk in PowerCLI 5.5</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/svMotion-a-single-disk-in-PowerCLI-5-5/m-p/2741716#M96082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Note: it seems you are not able to move specifically the VM config (vmx + swap + snapshots) this way or with Move-VM for that matter. *sigh*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 13:08:48 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/svMotion-a-single-disk-in-PowerCLI-5-5/m-p/2741716#M96082</guid>
      <dc:creator>jmroth</dc:creator>
      <dc:date>2017-02-23T13:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: svMotion a single disk in PowerCLI 5.5</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/svMotion-a-single-disk-in-PowerCLI-5-5/m-p/2741717#M96083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to do that with the RelocateVM method.&lt;BR /&gt;Specify the target datastore, but explicitely define the VMDK to stay where they are.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 13:44:35 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/svMotion-a-single-disk-in-PowerCLI-5-5/m-p/2741717#M96083</guid>
      <dc:creator>LucD</dc:creator>
      <dc:date>2017-02-23T13:44:35Z</dc:date>
    </item>
  </channel>
</rss>

