Hi,<br><br>You should have  Xen/KVM/VMware properly configured on the node.<br><br>Then<br>install ruby. I used 'yum install ruby' on CentOS.<br><br>Then on the front end get the UID of OpenNebula user and add the same user in node with same UID and GID. Then create passwordless ssh.<br>
<br>groupadd -g 503 cloud<br>useradd -g 503 -u 503 oneadmin<br>su - oneadmin<br>cd ~/.ssh<br>scp root@ONE_fron_end_machine:/opt/cloud/one/.ssh/id_rsa*<br>cat id_rsa.pub >> ~/.ssh/authorized_keys<br><br><br>vi /etc/sudeors<br>
comment out<br>Defaults    requiretty<br>add:<br><br>## OpenNebula access to the Xen commands<br>oneadmin     ALL=(ALL)       NOPASSWD: /usr/sbin/xm *<br>oneadmin     ALL=(ALL)       NOPASSWD: /usr/sbin/xentop *<br><br><br>
Sorry I typed all in a hurry. Hope this would help you.<br><br>Thanks,<br>Anoop<br><br><br><br><div class="gmail_quote">On Wed, Feb 9, 2011 at 9:07 PM, Jan Mario <span dir="ltr"><<a href="mailto:jan@mminf.univie.ac.at">jan@mminf.univie.ac.at</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hello!<br>
<br>
My OpenNebula 2.01 frontend is running on an OpenSuse 11.3 32 bit OS.<br>
<br>
I'm trying to setup the (worker) nodes on servers with a OpenSuse 11.2<br>
64 bit OS. The servers exist and are already XEN enabled.<br>
<br>
I've installed OpenNebula on  the  frontend system wide.<br>
<br>
Now I'm wondering what to install on the nodes. The documention is not<br>
clear about it. While there's a package opennebula-node for ubuntu,<br>
there's nothing similar for opensuse or other OSs.<br>
<br>
so do i have to install the complete opennebula package (with all the<br>
dependencies) on the nodes?<br>
<br>
thanks<br>
<br>
jan<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opennebula.org">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>