C
ciairo
Guest
Hi There...
as mentioned in the title i want to convert a large amount of servers from the ESXi 4.1 to the ProxMox environment.
using the ProxMox wiki i tried what was written on it (VMware to Proxmox VE (KVM) ) moding a few steps..
1. i already had everything on an IDE environment so i skiped that part
2. no vmware tools installed - so i skiped that as well
3. i prepared the vdisk using: "C:\Program Files\VMware\VMware Server\vmware-vdiskmanager" -r win2003.vmdk -t 0 win2003-pve.vmdk"
4. i created a new empty virtual mashine on ProxMox, with the settings (pcnet as a nic, and as image format vmdk) - i chose to use the vmdk settings to hurry up! not because its a must!
5. copied the "VM-pve.vmdk to my ProMox server in the directory of the new created machine
6. i linked the original VM's name with the copied converted VM and started the VM via WEB GUI...
it worked fine and the VM seems to run with no trouble... now,
my question in this:
is it neccesary to do the other steps:
( qemu-img convert -f vmdk win2003-pve.vmdk -O qcow2 win2003-pve.qcow2 )
( dd if=win2003-pve.vmdk of=/dev/VG_iscsi/vm-102-disk-1)
what does the quemu-img convert function do? and does not using it have any limitations? (Performance, Stability etc...)
thanks
ciairo
as mentioned in the title i want to convert a large amount of servers from the ESXi 4.1 to the ProxMox environment.
using the ProxMox wiki i tried what was written on it (VMware to Proxmox VE (KVM) ) moding a few steps..
1. i already had everything on an IDE environment so i skiped that part
2. no vmware tools installed - so i skiped that as well
3. i prepared the vdisk using: "C:\Program Files\VMware\VMware Server\vmware-vdiskmanager" -r win2003.vmdk -t 0 win2003-pve.vmdk"
4. i created a new empty virtual mashine on ProxMox, with the settings (pcnet as a nic, and as image format vmdk) - i chose to use the vmdk settings to hurry up! not because its a must!
5. copied the "VM-pve.vmdk to my ProMox server in the directory of the new created machine
6. i linked the original VM's name with the copied converted VM and started the VM via WEB GUI...
it worked fine and the VM seems to run with no trouble... now,
my question in this:
is it neccesary to do the other steps:
( qemu-img convert -f vmdk win2003-pve.vmdk -O qcow2 win2003-pve.qcow2 )
( dd if=win2003-pve.vmdk of=/dev/VG_iscsi/vm-102-disk-1)
what does the quemu-img convert function do? and does not using it have any limitations? (Performance, Stability etc...)
thanks
ciairo