I started using proxmox few days ago, and i got some problems.
When im trying to convert vmware to proxmox ve from the document in the wiki pages
( http://pve.proxmox.com/wiki/Migration_of_servers_to_Proxmox_VE#VMware_to_Proxmox_VE_.28KVM.29 ) i cant achieve one part of it.
This is how i tried step by step;
1. First, I convert the VMDK files with "vmware-vdiskmanager.exe" as it says in this document.
* "C:\Program Files\VMware\VMware Server\vmware-vdiskmanager" -r win2003.vmdk -t 0 win2003-pve.vmdk
2. Then;
* Create a new KVM VM on Proxmox VE web interface and - do not start - take a look on the VMID (e.g. 102)
3. As it says in the text, i moved the file with WinScp to the following directory...
* Copy the win2003-pve.vmdk to your Proxmox VE server into the following dir: /var/lib/vz/images/VMID
4. But i couldn’t do the following;
* Change the win2003-pve.vmdk file to qemu format:
* qemu-img convert -f vmdk win2003-pve.vmdk -O qcow2 win2003-pve.qcow2
When i tried to execute this line on the newly created vm machine, (in the "Virtual Machine Configuration" section
under the "monitoring" tab) it says " VM not running " and also when i tried to execute that command in an open machine
it says " unknown command ". ???
I cant go further from here. What should i do and how?
Thanks...
When im trying to convert vmware to proxmox ve from the document in the wiki pages
( http://pve.proxmox.com/wiki/Migration_of_servers_to_Proxmox_VE#VMware_to_Proxmox_VE_.28KVM.29 ) i cant achieve one part of it.
This is how i tried step by step;
1. First, I convert the VMDK files with "vmware-vdiskmanager.exe" as it says in this document.
* "C:\Program Files\VMware\VMware Server\vmware-vdiskmanager" -r win2003.vmdk -t 0 win2003-pve.vmdk
2. Then;
* Create a new KVM VM on Proxmox VE web interface and - do not start - take a look on the VMID (e.g. 102)
3. As it says in the text, i moved the file with WinScp to the following directory...
* Copy the win2003-pve.vmdk to your Proxmox VE server into the following dir: /var/lib/vz/images/VMID
4. But i couldn’t do the following;
* Change the win2003-pve.vmdk file to qemu format:
* qemu-img convert -f vmdk win2003-pve.vmdk -O qcow2 win2003-pve.qcow2
When i tried to execute this line on the newly created vm machine, (in the "Virtual Machine Configuration" section
under the "monitoring" tab) it says " VM not running " and also when i tried to execute that command in an open machine
it says " unknown command ". ???
I cant go further from here. What should i do and how?
Thanks...