Hi Robert,<br><br>The only thing I can think of is that you correctly configured the passwordless ssh access to the Host, but then started OpenNebula as root instead of oneadmin.<br>Command 'one start' should be run as oneadmin [1]. And although you can use the oneadmin's one_auth credentials in your root account, we  prefer to execute the one* commands as oneadmin.<br>

<br>Best regards,<br>Carlos.<br><br>[1] <a href="http://opennebula.org/documentation:rel2.2:cg#start_stop_opennebula">http://opennebula.org/documentation:rel2.2:cg#start_stop_opennebula</a> <br><br clear="all"><span style="border-collapse:collapse;color:rgb(136, 136, 136);font-family:arial, sans-serif;font-size:13px">--<br>

Carlos Martín, MSc<br>Project Major Contributor<br><span style="background-color:rgb(255, 255, 204);color:rgb(34, 34, 34);background-repeat:initial initial">OpenNebula</span> - The Open Source Toolkit for Cloud Computing<br>

<a href="http://www.opennebula.org/" style="color:rgb(42, 93, 176)" target="_blank">www.<span style="background-color:rgb(255, 255, 204);color:rgb(34, 34, 34);background-repeat:initial initial">OpenNebula</span>.org</a> | <a href="mailto:cmartin@opennebula.org" style="color:rgb(42, 93, 176)" target="_blank">cmartin@<span style="background-color:rgb(255, 255, 204);color:rgb(34, 34, 34);background-repeat:initial initial">opennebula</span>.org</a></span><br>


<br><br><div class="gmail_quote">On Thu, Jun 9, 2011 at 5:44 PM, Robert Schweikert <span dir="ltr"><<a href="mailto:rschweikert@novell.com">rschweikert@novell.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hi,<br>
<br>
Still working on packaging things properly for openSUSE and trying to get OpenNebula running. I've managed to get most things up and running but am now stuck with a failure when I try to launch a VM.<br>
<br>
I have one host registered:<br>
# onhost list<br>
  ID NAME              CLUSTER  RVM   TCPU   FCPU   ACPU    TMEM FMEM STAT<br>
   0 192.168.1.5       default    0      0      0    100      0K 0K  err<br>
<br>
Not sure what to make of the "err" state/status<br>
<br>
After I run<br>
<br>
# onevm create testVM.vmd<br>
<br>
The VM is created and shows as pending (sits there for quite a long time, thus I suspect there is something going on that I am not aware of). When I force the deployment<br>
<br>
# onevm deploy 0 0<br>
<br>
I end up with the fail state<br>
<br>
# onevm list<br>
   ID     USER     NAME STAT CPU     MEM        HOSTNAME        TIME<br>
    0 oneadmin suse-tes fail   0      0K     192.168.1.5 00 00:22:47<br>
<br>
The log contains the following information:<br>
<br>
Thu Jun  9 10:58:23 2011 [ReM][D]: VirtualMachineDeploy invoked<br>
Thu Jun  9 10:58:23 2011 [ReM][E]: [VirtualMachineDeploy] Error getting HOST [0].<br>
....<br>
Thu Jun  9 11:15:37 2011 [InM][I]: Command execution fail: scp -r /var/lib/one/remotes/. 192.168.1.5:/var/tmp/one<br>
Thu Jun  9 11:15:37 2011 [InM][I]: STDERR follows.<br>
Thu Jun  9 11:15:37 2011 [InM][I]: Warning: Permanently added '192.168.1.5' (RSA) to the list of known hosts.<br>
Thu Jun  9 11:15:37 2011 [InM][I]: Connection closed by 192.168.1.5<br>
Thu Jun  9 11:15:37 2011 [InM][I]: lost connection<br>
Thu Jun  9 11:15:37 2011 [InM][I]: ExitCode: 1<br>
Thu Jun  9 11:15:47 2011 [InM][I]: Command execution fail: 'if [ -x "/var/tmp/one/im/run_probes" ]; then /var/tmp/one/im/run_probes kvm 192.168.1.5; else                              exit 42; fi'<br>
Thu Jun  9 11:15:47 2011 [InM][I]: STDERR follows.<br>
Thu Jun  9 11:15:47 2011 [InM][I]: Connection closed by 192.168.1.5<br>
Thu Jun  9 11:15:47 2011 [InM][I]: ExitCode: 255<br>
Thu Jun  9 11:15:47 2011 [InM][E]: Error monitoring host 0 : MONITOR FAILURE 0 Could not monitor host 192.168.1.5.<br>
Thu Jun  9 11:16:20 2011 [DiM][D]: Deploying VM 0<br>
Thu Jun  9 11:16:23 2011 [TM][D]: Message received: LOG - 0 tm_clone.sh: SUSENebula-Head:/var/lib/one//images/44833e18c42179d7012a9229ade7aad049399aef 192.168.1.5:/var/lib/one//0/images/disk.0<br>
<br>
Thu Jun  9 11:16:23 2011 [TM][D]: Message received: LOG - 0 tm_clone.sh: DST: /var/lib/one//0/images/disk.0<br>
<br>
Thu Jun  9 11:16:23 2011 [TM][D]: Message received: LOG - 0 tm_clone.sh: Creating directory /var/lib/one//0/images<br>
<br>
Thu Jun  9 11:16:23 2011 [TM][D]: Message received: LOG - 0 tm_clone.sh: Executed "mkdir -p /var/lib/one//0/images".<br>
<br>
Thu Jun  9 11:16:23 2011 [TM][D]: Message received: LOG - 0 tm_clone.sh: Executed "chmod a+w /var/lib/one//0/images".<br>
<br>
Thu Jun  9 11:16:23 2011 [TM][D]: Message received: LOG - 0 tm_clone.sh: Cloning /var/lib/one//images/44833e18c42179d7012a9229ade7aad049399aef<br>
<br>
Thu Jun  9 11:16:23 2011 [TM][D]: Message received: LOG - 0 tm_clone.sh: Executed "cp -r /var/lib/one//images/44833e18c42179d7012a9229ade7aad049399aef /var/lib/one//0/images/disk.0".<br>
<br>
Thu Jun  9 11:16:23 2011 [TM][D]: Message received: LOG - 0 tm_clone.sh: Executed "chmod a+rw /var/lib/one//0/images/disk.0".<br>
<br>
Thu Jun  9 11:16:23 2011 [TM][D]: Message received: TRANSFER SUCCESS 0 -<br>
<br>
Thu Jun  9 11:16:26 2011 [ReM][D]: HostPoolInfo method invoked<br>
Thu Jun  9 11:16:26 2011 [ReM][D]: VirtualMachinePoolInfo method invoked<br>
Thu Jun  9 11:16:28 2011 [ReM][D]: VirtualMachinePoolInfo method invoked<br>
Thu Jun  9 11:16:38 2011 [VMM][D]: Message received: LOG - 0 Command execution fail: 'if [ -x "/var/tmp/one/vmm/kvm/deploy" ]; then /var/tmp/one/vmm/kvm/deploy /var/lib/one//0/images/deployment.0; else                            exit 42; fi'<br>


<br>
Thu Jun  9 11:16:38 2011 [VMM][D]: Message received: LOG - 0 STDERR follows.<br>
<br>
Thu Jun  9 11:16:38 2011 [VMM][D]: Message received: LOG - 0 Connection closed by 192.168.1.5<br>
<br>
Thu Jun  9 11:16:38 2011 [VMM][D]: Message received: LOG - 0 ExitCode: 255<br>
<br>
Thu Jun  9 11:16:38 2011 [VMM][D]: Message received: DEPLOY FAILURE 0 Connection closed by 192.168.1.5<br>
<br>
Thu Jun  9 11:16:38 2011 [VMM][D]: Message received: ExitCode: 255<br>
<br>
Thu Jun  9 11:16:39 2011 [TM][D]: Message received: LOG - 0 tm_delete.sh: Deleting /var/lib/one//0/images<br>
<br>
Thu Jun  9 11:16:39 2011 [TM][D]: Message received: LOG - 0 tm_delete.sh: Executed "rm -rf /var/lib/one//0/images".<br>
<br>
Thu Jun  9 11:16:39 2011 [TM][D]: Message received: TRANSFER SUCCESS 0 -<br>
<br>
This doesn't tell me a hole lot, but I am hoping this has some meaning to someone on the list.<br>
<br>
The only thing I can suspect is that the oneadmin user is not allowed for interactive login, which is in accordance to the documentation given here:<br>
<br>
<a href="http://opennebula.org/documentation:rel2.2:plan" target="_blank">http://opennebula.org/documentation:rel2.2:plan</a><br>
<br>
This page does not state that the oneadmin user needs a password for interactive login, and the user is distinctly created without a password:<br>
<br>
# useradd -d /srv/cloud/one -g cloud -m oneadmin<br>
<br>
The /var/lib/one home directory is NFS mounted on the node and the ssh keys have the proper permissions. Based on the ssh warning from the log (see above) about adding the host to known_hosts, I would say ssh connection is working as expected.<br>


<br>
What am I missing?<br>
<br>
Help is appreciated.<br>
<br>
Thanks,<br>
Robert<br>
<br>
-- <br>
Robert Schweikert                           MAY THE SOURCE BE WITH YOU<br>
SUSE-IBM Software Integration Center                   LINUX<br>
Tech Lead<br>
<a href="mailto:rschweikert@novell.com" target="_blank">rschweikert@novell.com</a><br>
<a href="mailto:rschweikert@ca.ibm.com" target="_blank">rschweikert@ca.ibm.com</a><br>
<a href="tel:781-464-8147" value="+17814648147" target="_blank">781-464-8147</a><br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opennebula.org" target="_blank">Users@lists.opennebula.org</a><br>
<a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>
</blockquote></div><br>