Hi all,<br>I have a problem when I try to migrate a virtual machine using Opennebula 2.1 with NFS and KVM on Ubuntu 10.10. I performed as the path "<a href="http://marianmi.comp.nus.edu.sg/2010/08/opennebula-installation-and-configuration-guide.php">http://marianmi.comp.nus.edu.sg/2010/08/opennebula-installation-and-configuration-guide.php</a>" but my system only consists of 2 computers : one installs Opennebula 2.1 and other installs kvm .I don't know what error is it?<br>
<br>In oned.log file :<br><br><i>Wed Mar 14 03:29:32 2012 [InM][I]: Monitoring host 192.168.2.1 (9)<br>Wed Mar 14 03:29:46 2012 [InM][I]: Monitoring host 192.168.2.2 (8)<br>Wed Mar 14 03:30:00 2012 [ReM][D]: HostPoolInfo method invoked<br>
Wed Mar 14 03:30:00 2012 [InM][I]: Monitoring host 192.168.2.1 (9)<br>Wed Mar 14 03:30:00 2012 [ReM][D]: VirtualMachinePoolInfo method invoked<br>Wed Mar 14 03:30:14 2012 [InM][I]: Monitoring host 192.168.2.2 (8)<br>Wed Mar 14 03:30:28 2012 [InM][I]: Monitoring host 192.168.2.1 (9)<br>
Wed Mar 14 03:30:29 2012 [ReM][D]: HostPoolInfo method invoked<br>Wed Mar 14 03:30:29 2012 [ReM][D]: VirtualMachinePoolInfo method invoked<br>Wed Mar 14 03:30:42 2012 [InM][I]: Monitoring host 192.168.2.2 (8)<br>Wed Mar 14 03:30:56 2012 [InM][I]: Monitoring host 192.168.2.1 (9)<br>
Wed Mar 14 03:30:58 2012 [ReM][D]: HostPoolInfo method invoked<br>Wed Mar 14 03:30:58 2012 [ReM][D]: VirtualMachinePoolInfo method invoked<br>Wed Mar 14 03:31:10 2012 [InM][I]: Monitoring host 192.168.2.2 (8)<br>Wed Mar 14 03:31:24 2012 [InM][I]: Monitoring host 192.168.2.1 (9)</i><br>
<br>In oned.conf file :<br><br><i>#-------------------------------------------------------------------------------<br>#  KVM Information Driver Manager Configuration<br>#    -r number of retries when monitoring a host<br>
#    -t number of threads, i.e. number of hosts monitored at the same time<br>#-------------------------------------------------------------------------------<br>IM_MAD = [<br>      name       = "im_kvm",<br>      executable = "one_im_ssh",<br>
      arguments  = "-r 0 -t 15 kvm" ]<br><br>#-------------------------------------------------------------------------------<br>#  KVM Virtualization Driver Manager Configuration<br>#    -r number of retries when monitoring a host<br>
#    -t number of threads, i.e. number of hosts monitored at the same time<br>#    -p name of the poll probe (executed locally)<br>#-------------------------------------------------------------------------------<br>VM_MAD = [<br>
    name       = "vmm_kvm",<br>    executable = "one_vmm_ssh",<br>    arguments  = "-t 15 -r 0 kvm",<br>    default    = "vmm_ssh/vmm_ssh_kvm.conf",<br>    type       = "kvm" ]<br>
<br>#-------------------------------------------------------------------------------<br># NFS Transfer Manager Driver Configuration<br>#-------------------------------------------------------------------------------<br>TM_MAD = [<br>
    name       = "tm_nfs",<br>    executable = "one_tm",<br>    arguments  = "tm_nfs/tm_nfs.conf" ]<br><br>#-------------------------------------------------------------------------------<br>
# SSH Transfer Manager Driver Configuration<br>#-------------------------------------------------------------------------------<br>TM_MAD = [<br>    name       = "tm_ssh",<br>    executable = "one_tm",<br>
    arguments  = "tm_ssh/tm_ssh.conf" ]</i><br><br>Please help me !<br>Thanks!<br><br>