Query: vmware2libvirt
OS: debian
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
VMWARE2LIBVIRT:(1) System Administration Utilities VMWARE2LIBVIRT:(1)NAMEvmware2libvirt - vmware vmx to libvirt xml converterSYNOPSISvmware2libvirt [-q] -f FILEDESCRIPTIONThis program outputs a libvirt xml file based on an existing vmware vmx fileOPTIONS--version show program's version number and exit -h, --help show this help message and exit -q, --qemu use qemu instead of kvm -f FILE, --file=FILE vmware vmx file to convertUSAGETo start using a pre-existing vmware image with libvirt, you simply copy the vmware .vmx file and .vmdk file to a new directory. Then do: vmware2libvirt -f ./file.vmx > file.xml virsh -c qemu:///system define file.xml At this point, your vmware image should be available to libvirt.CAVEATSvmware2libvirt currently will use the first scsi disk if found, otherwise the first ide disk. It will also use the first ethernet interface found.SEE ALSOvirsh(1), kvm(1), qemu(1)AUTHORvmware2libvirt is (C) 2008, Canonical Ltd. This manual page was originally written by Jamie Strandboge <jamie@canonical.com> vmware2libvirt: 0.1 February 2008 VMWARE2LIBVIRT:(1)