August 2016
Intermediate to advanced
468 pages
9h 53m
English
Let's see how to move virtual machines from the VMware vSphere platform to a KVM hypervisor.
To convert a virtual machine to a standalone KVM host, perform the following steps:
esxhost1.example.com is the VMware vCenter server, VM001 is the name of the virtual machine, and /var/tmp is the local repository to store the image:
# virt-v2v -ic vpx://admin@esxhost1.example.com/Datacenter/esxi "vm001" -o local -os /var/tmp
admin@esx.example.com. You can enter the password interactively or by using the --password-file option.In non-production ...
Read now
Unlock full access