About
Thomas Howard UphillI am a System Administrator at an Educational Institution in Princeton New Jersey but not actually Princeton University a lot of people make that mistake. I hope to post here a few things that may be useful under some rather bizarre set of circumstances.

Famous last words
"Unless you can present a solution, I don't think it's a problem"
- November 11, 2004
"Updates usually go very well"
- September 9, 2006
hi,
I am a Btech student.As a part of our final year project 'Load balancig of virtual machines', we need to live migrate virtual machines through KVM.I saw your youtube video 'qmeu+kvm live migration through libvirt'.
The host and destination machines' processors,kernel version and kvm version that we are using are same.We are using Ubuntu 11.04 as host OS on both machines,virt-manager for GUI and NFS for shared storage.We could successfully mounted the virtual disk image at the destination machine from the host through nfs.When we try live migrate virtual machine from host to destination through ssh live migration fails with an error "Migration job failed unexpectedly"
if we use tcp connection it fails with an error
"libvirtd deamon has not been started at the destination" though we had started libvirtd at the destination.
We just want a basic live migration to be done with ubuntu as host OS.
We will be really grateful if you could help us in finding solution for the above issue.