

To re-create the VM with the same configuration you will need to review the virtual machine details gathered with the acli vm.get command, then re-create the configuration on your destination hypervisor. Make sure Format is Open virtualization format 1.0. Select the virtual machine -> Go to main menu -> File -> Export appliance. You need Oracle VirtualBox, VMware Workstation or VMware Player and VMware ESXi host. When exporting the VM from AHV you will not find an XML file which describes the VM configuration. I figured out a way to convert VirtualBox to ESXi. For Hyper-V you would need to follow their steps to Create a virtual machine in Hyper-V using the imported VHD or VHDX file.

For ESXi this may involve using vmkfstools to create the virtual machine disk descriptor file and then creating a VM which uses this disk.
Export vm esxi 6.5 to hyperv how to#
The qemu-img software open source and available for Linux or Windows which can be used to convert disk images to or from raw, vmdk, vhd, vhdx, and other formats.Īfter converting your disk image to the desired format such as vmdk you’ll need to follow documented methods for your destination hypervisor. Follow this step-by-step guide to learn how to install and configure a VMware ESXi 6.0 on a Hyper-V Virtual Machine environment with Nested Virtualization. The second article describes using the “qemu-img” software on a Windows machine to convert the image file. The first article covers reviewing your VM configuration from ACLI to identify the VM disks which are named by their UUID, and then how to collect those files using the SFTP protocol on port 2222. Here we will be using the articles “ AHV | How to access VM disk files on Nutanix container” and “ AHV | How to migrate user VMs from AHV to Hyper-V/VMware ESXi/KVM”. If you need to export your VM from AHV to another hypervisor there is a documented procedure provided.

If you have a Nutanix ESXi cluster and an AHV cluster it’s much easier to use Async DR migration since this kind of cross hypervisor DR migration is fully supported from Prism. To get started with virtual machine conversion, you can always export VMware virtual machine into an OVF based virtual appliance and, after that, import the. You may be familiar with using Nutanix Move to migrate VMs into an AHV cluster, or you may have imported VMs to AHV manually following this method, but what if you want to take your VM out of your AHV cluster to use in a non-Nutanix ESXi cluster, or to deploy on Hyper-V or KVM?
