<div dir="ltr">Hi Giancarlo,<div><br></div><div>what image are you using? what context packages are you using?</div><div><br></div><div>As you might already know, contextualization in OpenNebula works by creating a CDROM image with all the metadata and attaching it to the Virtual Machine. The VM must have init scripts that open that CDROM image, process the data and apply the changes.</div>

<div><br></div><div>Currently the packages provided  by the OpenNebula project don't modify root's password for security reasons, just like Olivier said, it's better to use ssh public key authentication.</div>

<div><br></div><div>However if you definitely want to set the root password you can do the following (assuming you're using our contextualization packages) If you provide a 'init.sh' script it will be executed right at the very end of the boot sequence, therefore you can create a script that sets the password, call it 'init.sh' and include it in the VM:</div>

<div><br></div><div>Step 1:</div><div>$ cat init.sh</div><div>#!/bin/bash</div><div>[ -n "$ROOT_PASSWORD" ] && usermod -p "$ROOT_PASSWORD" root</div><div><br></div><div>Step 2:</div><div>In sunstone, register a new File in the "Files & Kernels" tab, select Type = CONTEXT and call it 'init.sh' and point to the file</div>

<div><br></div><div>Step 3:</div><div>Update your template to include that file:</div><div>Template -> More -> Update -> Context -> Files -> Click Refresh -> Click 'init.sh' -> Click 'Update'</div>

<div><br></div><div><div>Step 4:</div><div>Create a password in 'crypt' format, for example by doing:</div><div>echo -n 'mypassword'|openssl passwd -1 -stdin => <crypt password></div></div><div><br>

</div><div>Add the ROOT_PASSWORD to the Template</div><div>Template -> More -> Update -> Context -> Custom Variables -> add ROOT_PASSWORD using the value obtained above as the value.<br></div><div><br></div>

<div>cheers,</div><div>Jaime</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Nov 18, 2013 at 5:26 PM, Giancarlo De Filippis <span dir="ltr"><<a href="mailto:gdefilippis@ltbl.it" target="_blank">gdefilippis@ltbl.it</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><u></u>
<div style="font-family:Verdana,Geneva,sans-serif">
<p>Il 18/11/2013 15:25 Giancarlo De Filippis ha scritto:</p>
<blockquote type="cite" style="padding-left:5px;border-left:#1010ff 2px solid;margin-left:5px">
<p>Hi all,</p>
<p>i've build my first vm with centos 6.4 image.</p>
<p>How i can setup the root password in vm?</p>
<p>Thanks..</p>
<p> </p><span class="HOEnZb"><font color="#888888">
<div>-- <br>
<p><span style="font-family:trebuchet ms,geneva;font-size:small"><strong>Giancarlo De Filippis</strong> </span><br><span style="font-family:trebuchet ms,geneva;font-size:x-small">LTBL S.r.L. <br>Cell. <a href="tel:%2B39%20320%208155325" value="+393208155325" target="_blank">+39 320 8155325</a><br>

Uff.  <a href="tel:%2B39%2002%2089604424" value="+390289604424" target="_blank">+39 02 89604424</a><br>Fax  <a href="tel:%2B39%2002%2089954500" value="+390289954500" target="_blank">+39 02 89954500</a> </span><br>__________________</p>


<p><img alt="" width="119" height="34"></p>
</div>
</font></span></blockquote><span class="HOEnZb"><font color="#888888">
<p> </p>
<div>-- <br>
<p><span style="font-family:trebuchet ms,geneva;font-size:small"><strong>Giancarlo De Filippis</strong> </span><br><span style="font-family:trebuchet ms,geneva;font-size:x-small">LTBL S.r.L. <br>Cell. <a href="tel:%2B39%20320%208155325" value="+393208155325" target="_blank">+39 320 8155325</a><br>

Uff.  <a href="tel:%2B39%2002%2089604424" value="+390289604424" target="_blank">+39 02 89604424</a><br>Fax  <a href="tel:%2B39%2002%2089954500" value="+390289954500" target="_blank">+39 02 89954500</a> </span><br>__________________</p>


<p><img alt="" width="119" height="34"></p>
</div>
</font></span></div>
<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>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr"><div>Jaime Melis<br>Project Engineer<br>OpenNebula - Flexible Enterprise Cloud Made Simple<br><a href="http://www.OpenNebula.org" target="_blank">www.OpenNebula.org</a> | <a href="mailto:jmelis@opennebula.org" target="_blank">jmelis@opennebula.org</a></div>

</div>
</div>