<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">I have just installed opennebula
      through the testing repo in order to test how well integrates with
      gluster fs. So here are some remarks regarding the documentation
      and installation process.<br>
      <br>
      1. After installing the opennebula-node-kvm rpm the directory
      /var/lib/one/datastores is not created, thus there is a little
      mismatch with [2] where it takes for granted (under "Configure
      NFS") that this directory exists<br>
      <br>
      2. On [2] the "Configure SSH passwordless login" fails at the scp
      step due to the fact that no pub keys exist on the remote server.
      I think the documentation should mention the need for creation of
      a .ssh directory and manual copy of authorized_keys with
      appropriate permissions. It should also mention that due to the
      limitation of SElinux it should either be disabled or configured
      adequately to allow ssh logins when the home dir is under /var/lib<br>
      <br>
      3. On [2] under the section "A Basic Run" and "Starting
      OpenNebula's services" there is some mismatch between shell
      prompts and commands (ex.
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-1">
      <pre style="border-width: 1px 1px 1px 4px; border-style: solid; border-color: rgb(229, 229, 229); background-color: rgb(255, 250, 233); padding: 0.5em 1em; margin: 0.5em 0px 0.5em 1.5em; font-family: 'DejaVu Sans Mono', 'Liberation Mono', monospace; white-space: pre; word-wrap: break-word; color: rgb(0, 0, 0); font-size: 17px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21.25px; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-position: initial initial; background-repeat: initial initial;"># sudo su - oneadmin</pre>
      should be <br>
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-1">
      <pre style="border-width: 1px 1px 1px 4px; border-style: solid; border-color: rgb(229, 229, 229); background-color: rgb(255, 250, 233); padding: 0.5em 1em; margin: 0.5em 0px 0.5em 1.5em; font-family: 'DejaVu Sans Mono', 'Liberation Mono', monospace; white-space: pre; word-wrap: break-word; color: rgb(0, 0, 0); font-size: 17px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21.25px; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-position: initial initial; background-repeat: initial initial;"># su - oneadmin</pre>
      <br>
      and<br>
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-1">
      <pre style="border-width: 1px 1px 1px 4px; border-style: solid; border-color: rgb(229, 229, 229); background-color: rgb(255, 250, 233); padding: 0.5em 1em; margin: 0.5em 0px 0.5em 1.5em; font-family: 'DejaVu Sans Mono', 'Liberation Mono', monospace; white-space: pre; word-wrap: break-word; color: rgb(0, 0, 0); font-size: 17px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21.25px; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-position: initial initial; background-repeat: initial initial;">    $ service opennebula start
<span class="anchor" id="line-139"></span>    $ service opennebula-sunstone start
<span class="anchor" id="line-140"></span>    $ service opennebula-occi start</pre>
      <br>
      should be:<br>
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-1">
      <pre style="border-width: 1px 1px 1px 4px; border-style: solid; border-color: rgb(229, 229, 229); background-color: rgb(255, 250, 233); padding: 0.5em 1em; margin: 0.5em 0px 0.5em 1.5em; font-family: 'DejaVu Sans Mono', 'Liberation Mono', monospace; white-space: pre; word-wrap: break-word; color: rgb(0, 0, 0); font-size: 17px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21.25px; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-position: initial initial; background-repeat: initial initial;">    $ sudo service opennebula start
<span class="anchor" id="line-139"></span>    $ sudo service opennebula-sunstone start
<span class="anchor" id="line-140"></span>    $ sudo service opennebula-occi start</pre>
      or <br>
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-1">
      <pre style="border-width: 1px 1px 1px 4px; border-style: solid; border-color: rgb(229, 229, 229); background-color: rgb(255, 250, 233); padding: 0.5em 1em; margin: 0.5em 0px 0.5em 1.5em; font-family: 'DejaVu Sans Mono', 'Liberation Mono', monospace; white-space: pre; word-wrap: break-word; color: rgb(0, 0, 0); font-size: 17px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21.25px; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-position: initial initial; background-repeat: initial initial;">    # service opennebula start
<span class="anchor" id="line-139"></span>    # service opennebula-sunstone start
<span class="anchor" id="line-140"></span>    # service opennebula-occi start</pre>
      <br>
      4. I am not sure but I think the first time you start the services
      you should start opennebula-occi befora opennebula-sunstone or
      else you get an error similar to "[UserPoolInfo] User couldn't be
      authenticated, aborting call." <br>
      <br>
      5.  By default sunstone binds to 127.0.0.1. I think this is not
      desired as I suppose the vast majority of installations require
      remote access to sunstone<br>
      <br>
      <br>
      <br>
      <br>
      <br>
      On 03/12/2012 08:46 μμ, Jaime Melis wrote:<br>
    </div>
    <blockquote
cite="mid:CA+HrgRpO1mPKBNutkg1TYjXgzHzOPRdDEtRK4fw1NW2jxA_+7g@mail.gmail.com"
      type="cite">
      <div>Dear all,</div>
      <div><br>
      </div>
      <div>OpenNebula is in its way to be included in the official
        CentOS repos. The packages are already in the 'testing' repo,
        and we need some feedback to move them to the official repos.</div>
      <div><br>
      </div>
      <div>To make it more fun for everybody we will send an OpenNebula
        T-Shirt and some stickers to the 10 best feedbacks we receive by
        next monday!</div>
      <div><br>
      </div>
      <div>Some guidelines:</div>
      <div><br>
      </div>
      <div>- Deadline is Monday 10th December, 18:00 CET</div>
      <div>- We need feedback for the packages [1], the Quickstart guide
        [2] and the CentOS-OpenNebula images [3].</div>
      <div>- Patches for the packages are more than welcome!! [4]</div>
      <div>- Submit your feedback to this thread</div>
      <div><br>
      </div>
      <div>[1] <a moz-do-not-send="true"
          href="http://dev.centos.org/centos/6/opennebula/">http://dev.centos.org/centos/6/opennebula/</a></div>
      <div>[2] <a moz-do-not-send="true"
          href="http://wiki.centos.org/Cloud/OpenNebula/QuickStart">http://wiki.centos.org/Cloud/OpenNebula/QuickStart</a></div>
      <div>[3] <a moz-do-not-send="true"
          href="http://wiki.centos.org/Cloud/OpenNebula">http://wiki.centos.org/Cloud/OpenNebula</a></div>
      <div>[4] <a moz-do-not-send="true"
href="https://nazar.karan.org/tree/misc%21opennebula.git/refs%21heads%21misc">https://nazar.karan.org/tree/misc!opennebula.git/refs!heads!misc</a></div>
      <div><br>
      </div>
      <div>Good luck!</div>
      <div><br>
      </div>
      <div>cheers,</div>
      <div>Jaime</div>
      <br clear="all">
      <div>-- <br>
      </div>
      Jaime Melis<br>
      Project Engineer<br>
      OpenNebula - The Open Source Toolkit for Cloud Computing<br>
      <a moz-do-not-send="true" href="http://www.OpenNebula.org"
        target="_blank">www.OpenNebula.org</a> | <a
        moz-do-not-send="true" href="mailto:jmelis@opennebula.org"
        target="_blank">jmelis@opennebula.org</a><br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@lists.opennebula.org">Users@lists.opennebula.org</a>
<a class="moz-txt-link-freetext" href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a>
</pre>
    </blockquote>
    <br>
    <br>
    <pre class="moz-signature" cols="72">-- 
Alexandros Soumplis
Systems Engineer (M.Sc, RHCE, VCP, SCSA)

National Documentation Center / N.H.R.F.
Information Systems Department
48, Vas. Constantinou Av.
116 35 Athens, Greece
phone: +30 210 7273984  fax: +30 210 7252223
email: <a class="moz-txt-link-abbreviated" href="mailto:soumplis@ekt.gr">soumplis@ekt.gr</a>
<a class="moz-txt-link-freetext" href="http://www.ekt.gr">http://www.ekt.gr</a></pre>
  </body>
</html>