Re: [one-users] can't livemigrate VMs

2011-06-08 Thread Khoa Nguyen
Thank you for your reply. I did your way but It can't solve problem. Anyone have idea? I install opennebula 2.0 on Ubuntu 9.10. Thank you. On Tue, Jun 7, 2011 at 3:31 PM, samuel sam...@gmail.com wrote: You have 2 options: 1) configure SSL connection for qemu, or 2) use ssh as transport for

Re: [one-users] can't livemigrate VMs

2011-06-08 Thread samuel
This error is directly related to the qemu transport. Have you applied the changes to every node? Hope it helps, samuel. On 8 June 2011 08:44, Khoa Nguyen vankhoa...@gmail.com wrote: Thank you for your reply. I did your way but It can't solve problem. Anyone have idea? I install opennebula

Re: [one-users] can't livemigrate VMs

2011-06-08 Thread Khoa Nguyen
Hi samuel! Change the file kvmrc on opennebula or kvm ? the fist time , I have just change the file kvmrc on opennebula. file path is /srv/cloud/one/lib/remotes/vmm/kvm/kvmrc /srv/cloud/one/var/remotes/vmm/kvm/kvmrc However, when i change kvmrc file on KVM file path is /var/tmp/one/vmm/kvm/kvmrc.

Re: [one-users] can't livemigrate VMs

2011-06-08 Thread Khoa Nguyen
Hi . Unfortunaly, I also can't migrate VMs. Wed Jun 8 15:26:30 2011 [LCM][I]: New VM state is BOOT Wed Jun 8 15:26:30 2011 [VMM][I]: Generating deployment file: /srv/cloud/one/var/285/deployment.0 Wed Jun 8 15:26:31 2011 [LCM][I]: New VM state is RUNNING Wed Jun 8 15:26:48 2011 [LCM][I]: New

Re: [one-users] can't livemigrate VMs

2011-06-08 Thread samuel
the kvmrc file on opennebula is not used by the nodes so you shall change /var/tmp/one/vmm/kvm/kvmrc on every node where kvm is running. After that change, in the error log you shall see connecting to uri: qemu+ssh:// instead of quemu:// About the other error, failed to connecto to the

Re: [one-users] can't livemigrate VMs

2011-06-07 Thread samuel
You have 2 options: 1) configure SSL connection for qemu, or 2) use ssh as transport for qemu. To do the second option, which is the easier, you should change the file kvmrc LIBVIRT_URI=qemu+ssh:///system QEMU_PROTOCOL=qemu+ssh Hope it helps, Samuel. On 7 June 2011 10:12, Khoa Nguyen