23.2.4. Converting a VMware ESX virtualized guest
Ensure that the virtualized guest is stopped prior to running the v2v process.
To convert the virtualized guest, run:
virt-v2v -ic esx://esx.example.com/ -op pool --bridge brname vm-name
Where esx.example.com
is the VMware ESX server, pool
is the local storage pool to hold the image, brname
is the name of a local network bridge to connect the converted guest's network to, and vm-name
is the name of the virtualized guest. You may also use the --network
parameter to connect to a locally managed network, or specify multiple mappings in /etc/virt-v2v.conf
.