According to wiki page, I am tring to Migrate a windows 2000 server vm (with 2 vmware scsi disk, disk 1 about 300G, disk 3 about 500G) to proxmox.
I reboot the vm with SystemrescuedCD 4.3.1, and run following commands on proxmox server and vm respectively
proxmox server: netcat -w30 -vvnlp 3333 | gzip -dc > /dev/vm-105-disk-1
window 2000 vm: dd if=/dev/sda | gzip -c | nc -w30 -vvn proxmoxipaddress 3333
but I got a intput/output error on the vm screen.
Any clues about the reason error? and how can I supposed to migrate the vmware esx 4.0 vm to proxmox?
I reboot the vm with SystemrescuedCD 4.3.1, and run following commands on proxmox server and vm respectively
proxmox server: netcat -w30 -vvnlp 3333 | gzip -dc > /dev/vm-105-disk-1
window 2000 vm: dd if=/dev/sda | gzip -c | nc -w30 -vvn proxmoxipaddress 3333
but I got a intput/output error on the vm screen.
Any clues about the reason error? and how can I supposed to migrate the vmware esx 4.0 vm to proxmox?