Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 246952

Re: move the vm to a folder, In V-center

$
0
0

You are right, in the same datacenter then it is not a vMotion.

 

Let's try something else, I would propose to try the move with the SDK API method.

Like this

 

$vm=Get-VM-Namedmcvm01075
$folder=Get-Datacenter-Namecly|Get-Folder-Name"Decom VM's"
$folder
.ExtensionData.MoveIntoFolder($vm.ExtensionData.MoRef)

 

If this fails there should be some extra info in the vpxd logs on the vCenter.

These logs are normally in the "C:\ProgramData\VMware\VMware VirtualCenter\Logs" folder on the vCenter.


Viewing all articles
Browse latest Browse all 246952

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>