<div dir="ltr">Hi,<div><br></div><div>On Mon, Jan 13, 2014 at 8:12 AM, Qiubo Su (David Su) <span dir="ltr"><<a href="mailto:qiubosu@gmail.com" target="_blank">qiubosu@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">


<div dir="ltr"><div class="gmail_quote"><div dir="ltr"><div>dear opennebula community,<br><div><br>but when run "onehost create esxi01 im_vmware vmm_vmware tm_vmware dummy", get below error:<br><p style="margin-bottom:0cm">


********************************************<br>Wrong number of arguments<br>The arguments should be: <hostname></p></div>********************************************<br><br></div></div></div></div></blockquote><div>

<br></div><div>The syntax for onehost create changed a few versions ago. Did you copy that command from the current docs?</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<div dir="ltr"><div class="gmail_quote"><div dir="ltr"><div>this error is so strange. did some research, can't find a solution for this.<br>
<br></div><div>it is much appreciated if anyone can help with this.<br></div></div></div></div></blockquote><div class="gmail_extra"><div><div dir="ltr"><br></div><div>Try these...</div><div>$ onehost create -h</div><div>

$ man onehost</div><div><a href="http://docs.opennebula.org/stable/administration/hosts_and_clusters/host_guide.html#create-and-delete">http://docs.opennebula.org/stable/administration/hosts_and_clusters/host_guide.html#create-and-delete</a><br>

</div><div><br></div><div dir="ltr"><br></div><div>Regards</div><div dir="ltr">--<br></div><div dir="ltr"><div>Carlos Martín, MSc<br>Project Engineer</div><div>OpenNebula - Flexible Enterprise Cloud Made Simple<br><div><span style="border-collapse:collapse;color:rgb(136,136,136);font-family:arial,sans-serif;font-size:13px"><a href="http://www.OpenNebula.org" target="_blank">www.OpenNebula.org</a> | <a href="mailto:cmartin@opennebula.org" target="_blank">cmartin@opennebula.org</a> | <a href="http://twitter.com/opennebula" target="_blank">@OpenNebula</a></span><span style="border-collapse:collapse;color:rgb(136,136,136);font-family:arial,sans-serif;font-size:13px"><a href="mailto:cmartin@opennebula.org" style="color:rgb(42,93,176)" target="_blank"></a></span></div>


</div></div></div>
<br><br><div class="gmail_quote">On Mon, Jan 13, 2014 at 8:12 AM, Qiubo Su (David Su) <span dir="ltr"><<a href="mailto:qiubosu@gmail.com" target="_blank">qiubosu@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">


<div dir="ltr"><div class="gmail_quote"><div dir="ltr"><div>dear opennebula community,<br><br>follow the process to create VMWARE ESXi5.0 VMs using OpenNebula, every steps are working fine, e.g. get below return when run "/srv/cloud/one/var/remotes/im/run_probes vmware 0 esxi01"<br>




<div><br>HYPERVISOR=vmware TOTALCPU=400 FREECPU=400 CPUSPEED=3192 TOTALMEMORY=8106080 FREEMEMORY=6484864<br><br>but when run "onehost create esxi01 im_vmware vmm_vmware tm_vmware dummy", get below error:<br>


        
        
        
        


<p style="margin-bottom:0cm">********************************************<br>Wrong number of arguments<br>The arguments should be: <hostname></p></div>********************************************<br><br>this error is so strange. did some research, can't find a solution for this.<br>



<br></div><div>it is much appreciated if anyone can help with this.<br>
<br></div><div>by the way, the environment is that opennebula front end server is a VM created in a physical machine and VMware ESXI 5.0 sever is installed in a separate physical machine.<br><br></div><div>kind regards,<br>



</div><div>q.s.</div><br></div><div><div><div class="gmail_extra"><div class="gmail_quote">On Fri, Jan 10, 2014 at 4:44 PM, Qiubo Su (David Su) <span dir="ltr"><<a href="mailto:qiubosu@gmail.com" target="_blank">qiubosu@gmail.com</a>></span> wrote:<br>




<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div><div><div>Dear OpenNebula Community,<br>


<br>In the "VMware Configuration" section of "VMware Drivers 3.8" in the page of <a href="http://archives.opennebula.org/documentation:archives:rel3.8:evmwareg" target="_blank">http://archives.opennebula.org/documentation:archives:rel3.8:evmwareg</a>, below information is for setting "The access via SSH needs to be passwordless":<br>





<pre>$ su -
$ mkdir /etc/ssh/keys-oneadmin
$ chmod 755 /etc/ssh/keys-oneadmin
$ su - oneadmin
$ vi  /etc/ssh/keys-oneadmin/authorized_keys
<paste here the contents of the oneadmin's front-end account public key (FE -> $HOME/.ssh/id_{rsa,dsa}.pub) and exit vi>
$ chmod 600 /etc/ssh/keys-oneadmin/authorized_keys</pre>After the setup, can access via ESXI server from front end server through SSH without password, however when reboot the ESXI server, the setup is disappeared, i.e. the /keys-oneadmin/ folder and the authorized_keys file are disappeared after reboot the ESXI server.<br>





<br></div>It is much appreciated if you can help with why the setup disappeared and how to resolve it?<br><br></div>By the way, the front end server is with Ubuntu 12.04 OS and OpenNebula 3.8.1, the ESXI server is with CentOS 5.10 OS.<br>





<br></div>Thanks kindly,<br></div>Q.S.<br></div><div><div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Dec 15, 2013 at 11:57 AM, Qiubo Su (David Su) <span dir="ltr"><<a href="mailto:qiubosu@gmail.com" target="_blank">qiubosu@gmail.com</a>></span> wrote:<br>





<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr">Dear OpenNebula Community,<br><br><div><div>


<div><div></div>I want to install VMware ESXI 5.5, 5.1 and 5.0 onto the PC with <span>Asus</span> P5QPL-AM motherboard and Intel E6750 CPU, but got below error:<br>



<p><i>No network adapters were detected. Either no network adapters are
 physically connected to the system, or a suitable driver could not be 
located. A third party driver may required.</i></p>
<p><i>Ensure that there is at least one network adapter physically 
connected to the system before attempting installation. If the problem 
persists, consult the VMware Knowledge Base.</i></p>The PC does have a network adapter, and the Linux OS installed can access to Internet through the Ethernet card with no problem.<br><br></div>This doesn't look like the compatibility issue, due to get the same error when trying to install VMware ESXI 5.5, 5.1 and 5.0 onto the same PC.<br>






<br></div><div>It is much appreciated if you can help with this.<br><br></div><div>Moreover I have been using KVM as hypervisor, and it has been no issue, so easy to use.<br>
<br></div>Thanks kindly,<br></div>Q.S<br></div>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>
</div></div></div><br></div>
<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>
<br></blockquote></div><br></div></div></div>