<div class="gmail_extra">Are some more digging. I have discovered the following. <br><br>If provision a vdsm node exactly the same way and add it to an old, working ovirt of mine, it works. I&#39;ve reprovisioned the new ovirt again, the same exact way as before and hit the same problem. Here is what I found on the node logs:<br>

<br># cat vds_installer.283838.log<br>Fri, 27 Apr 2012 03:14:11 DEBUG    **** Start VDS Installation ****<br>Fri, 27 Apr 2012 03:14:11 DEBUG    get_id_line: read line Red Hat Enterprise Linux Server release 6.2 (Santiago).<br>

Fri, 27 Apr 2012 03:14:11 DEBUG    lsb_release: input line Red Hat Enterprise Linux Server release 6.2 (Santiago).<br>Fri, 27 Apr 2012 03:14:11 DEBUG    lsb_release: return: RedHatEnterpriseServer.<br>Fri, 27 Apr 2012 03:14:11 DEBUG    &lt;BSTRAP component=&#39;INSTALLER&#39; status=&#39;OK&#39; message=&#39;Test platform succeeded&#39;/&gt;<br>

Fri, 27 Apr 2012 03:14:11 DEBUG    trying to fetch deployUtil.py script cmd = &#39;/usr/bin/curl -s -k -w %{http_code} -o /tmp/deployUtil.py <a href="http://mgmt.example.com:8080/Components/vds/deployUtil.py">http://mgmt.example.com:8080/Components/vds/deployUtil.py</a>&#39;<br>

Fri, 27 Apr 2012 03:14:12 DEBUG    &lt;BSTRAP component=&#39;INSTALLER LIB&#39; status=&#39;OK&#39; message=&#39;deployUtil.py download succeeded&#39;/&gt;<br>Fri, 27 Apr 2012 03:14:12 DEBUG    trying to fetch vds_bootstrap.py script cmd = &#39;/usr/bin/curl -s -k -w %{http_code} -o /tmp/vds_bootstrap_51b8d414-a8fa-44f9-8613-f7819255d2eb.py <a href="http://mgmt.example.com:8080/Components/vds/vds_bootstrap.py">http://mgmt.example.com:8080/Components/vds/vds_bootstrap.py</a>&#39;<br>

Fri, 27 Apr 2012 03:14:12 DEBUG    &lt;BSTRAP component=&#39;INSTALLER&#39; status=&#39;OK&#39; message=&#39;vds_bootstrap.py download succeeded&#39;/&gt;<br>Fri, 27 Apr 2012 03:14:12 DEBUG    trying to run /tmp/vds_bootstrap_51b8d414-a8fa-44f9-8613-f7819255d2eb.py script cmd = &#39;/tmp/vds_bootstrap_51b8d414-a8fa-44f9-8613-f7819255d2eb.py -v -O <a href="http://salesforce.com">salesforce.com</a> -t 2012-04-27T03:12:27 <a href="http://mgmt.example.com:8080/Components/vds/">http://mgmt.example.com:8080/Components/vds/</a> <a href="http://node.example.com">node.example.com</a> 51b8d414-a8fa-44f9-8613-f7819255d2eb&#39;<br>

<br><br>There is no output after this. vds_boostrap log is empty. <br><br>if I run the bootstrap command as specified in the log file, I get this as the only failure: <br><br>&lt;BSTRAP component=&#39;REQ PACKAGES&#39; status=&#39;FAIL&#39; result=&#39;SDL.x86_64&#39; message=&#39;Setting up Install Process No package SDL.x86_64 available. Error: Nothing to do &#39;/&gt;<br>

&lt;BSTRAP component=&#39;RHEV_INSTALL&#39; status=&#39;FAIL&#39;/&gt;<br><br>After installing the package, I got this:<br><br>&lt;BSTRAP component=&#39;SetNetworking&#39; status=&#39;FAIL&#39; message=&#39;addNetwork error trying to add rhevm bridge&#39;/&gt;<br>

&lt;BSTRAP component=&#39;SetSSHAccess&#39; status=&#39;FAIL&#39; message=&#39;Failed to retrieve server SSH key.&#39;/&gt;<br>&lt;BSTRAP component=&#39;RHEV_INSTALL&#39; status=&#39;FAIL&#39;/&gt;<br><br>Finally, I looked at the bootstrap log and found the details: <br>

<br>Fri, 27 Apr 2012 03:33:19 DEBUG    Bridge rhevm not found, need to create it.<br>Fri, 27 Apr 2012 03:33:19 DEBUG    getAddress Entry. url=script<br>Fri, 27 Apr 2012 03:33:19 DEBUG    getAddress return. address=script port=None<br>

Fri, 27 Apr 2012 03:33:19 DEBUG    makeBridge begin.<br>Fri, 27 Apr 2012 03:33:19 DEBUG    _getMGTIface: read vdc_host_name: script<br>Fri, 27 Apr 2012 03:33:19 DEBUG    _getMGTIface: error trying to figure out VDC&#39;s IP<br>

Fri, 27 Apr 2012 03:33:19 DEBUG    _getMGTIface: using vdc_host_name script strVDCIP= None<br>Fri, 27 Apr 2012 03:33:19 DEBUG    _getMGTIface VDC IP=None strIface=None<br>Fri, 27 Apr 2012 03:33:19 DEBUG    makeBridge got mgtIface None. This is a routing or resolution issue.<br>

Fri, 27 Apr 2012 03:33:19 ERROR    makeBridge errored:  out=<br>err=None<br>ret=None<br>Fri, 27 Apr 2012 03:33:19 DEBUG    makeBridge return.<br>Fri, 27 Apr 2012 03:33:19 ERROR    addNetwork error trying to add rhevm bridge<br>

Fri, 27 Apr 2012 03:33:19 DEBUG    &lt;BSTRAP component=&#39;SetNetworking&#39; status=&#39;FAIL&#39; message=&#39;addNetwork error trying to add rhevm bridge&#39;/&gt;<br>Fri, 27 Apr 2012 03:33:19 DEBUG    getAddress Entry. url=script<br>

Fri, 27 Apr 2012 03:33:19 DEBUG    getAddress return. address=script port=None<br>Fri, 27 Apr 2012 03:33:19 DEBUG    getRemoteFile start. IP = script port = None fileName = &quot;/rhevm.ssh.key.txt&quot;<br>Fri, 27 Apr 2012 03:33:19 DEBUG    /rhevm.ssh.key.txt failed in HTTPS. Retrying using HTTP.<br>

Traceback (most recent call last):<br>  File &quot;/tmp/deployUtil.py&quot;, line 1279, in getRemoteFile<br>    sock.connect((IP, nPort))<br>  File &quot;&lt;string&gt;&quot;, line 1, in connect<br>gaierror: [Errno -2] Name or service not known<br>

Fri, 27 Apr 2012 03:33:19 ERROR    Failed to fetch /rhevm.ssh.key.txt using http.<br>Traceback (most recent call last):<br>  File &quot;/tmp/deployUtil.py&quot;, line 1295, in getRemoteFile<br>    conn.request(&quot;GET&quot;, fileName)<br>

  File &quot;/usr/lib64/python2.6/httplib.py&quot;, line 914, in request<br>    self._send_request(method, url, body, headers)<br>  File &quot;/usr/lib64/python2.6/httplib.py&quot;, line 951, in _send_request<br>    self.endheaders()<br>

  File &quot;/usr/lib64/python2.6/httplib.py&quot;, line 908, in endheaders<br>    self._send_output()<br>  File &quot;/usr/lib64/python2.6/httplib.py&quot;, line 780, in _send_output<br>    self.send(msg)<br>  File &quot;/usr/lib64/python2.6/httplib.py&quot;, line 739, in send<br>

    self.connect()<br>  File &quot;/usr/lib64/python2.6/httplib.py&quot;, line 720, in connect<br>    self.timeout)<br>  File &quot;/usr/lib64/python2.6/socket.py&quot;, line 553, in create_connection<br>    for res in getaddrinfo(host, port, 0, SOCK_STREAM):<br>

gaierror: [Errno -2] Name or service not known<br>Fri, 27 Apr 2012 03:33:19 ERROR    Failed to fetch /rhevm.ssh.key.txt status <br>Fri, 27 Apr 2012 03:33:19 DEBUG    getRemoteFile end.<br>Fri, 27 Apr 2012 03:33:19 DEBUG    &lt;BSTRAP component=&#39;SetSSHAccess&#39; status=&#39;FAIL&#39; message=&#39;Failed to retrieve server SSH key.&#39;/&gt;<br>

Fri, 27 Apr 2012 03:33:19 ERROR    setSSHAccess test failed<br>Fri, 27 Apr 2012 03:33:19 DEBUG    &lt;BSTRAP component=&#39;RHEV_INSTALL&#39; status=&#39;FAIL&#39;/&gt;<br>Fri, 27 Apr 2012 03:33:19 DEBUG    **** End VDS Validation ****<br>

<br>It seems that ovirt is not able to create the bridge. What could be off?; could I have missed a configuration step or param somewhere?. Note, that I used the following answers file to install ovirt:<br><br>[general]<br>

OVERRIDE_IPTABLES=no<br>HTTP_PORT=8080<br>HTTPS_PORT=8443<br>MAC_RANGE=00:1A:4A:A8:7A:00-00:1A:4A:A8:7A:FF<br>ORG_NAME=<a href="http://example.com">example.com</a><br>DC_TYPE=NFS<br>CONFIG_NFS=no<br>NFS_MP=<br>ISO_DOMAIN_NAME=<br>

DB_REMOTE_INSTALL=local<br>#DB_HOST=localhost<br>#DB_PORT=5432<br><br>HOST_FQDN=<a href="http://mgmt.example.com">mgmt.example.com</a><br>AUTH_PASS=password<br>DB_LOCAL_PASS=password<br><br><br><div class="gmail_quote">On Thu, Apr 26, 2012 at 5:31 PM, Andrey F. <span dir="ltr">&lt;<a href="mailto:ma3oxuct@gmail.com" target="_blank">ma3oxuct@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I am attempting to add the first host to a newly setup oVirt. Here is the error message that I am getting:<br><br>2012-04-27 00:09:23,485 ERROR [org.ovirt.engine.core.bll.VdsInstaller] (pool-5-thread-50) [57283fb3] Installation of <a href="http://node.example.com" target="_blank">node.example.com</a>. No meaningful response recieved from Host. (Stage: Running first installation script on Host)<br>


<br>The following shows up in engine log before hand or if I try to run the script manually on the oVirt node: <br>/tmp/vds_installer_9b9fdf2c-d3e0-425d-bd05-e4e4e53b6602.py -c &#39;ssl=true;management_port=54321&#39; -O &#39;<a href="http://example.com" target="_blank">example.com</a>&#39; -t 2012-04-27T00:09:22 -f /tmp/firewall.conf.9b9fdf2c-d3e0-425d-bd05-e4e4e53b6602 -p 8080 -b -v  <a href="http://mgmt.example.com:8080/Components/vds/" target="_blank">http://mgmt.example.com:8080/Components/vds/</a> <a href="http://mgmt.example.com:8080/Components/vds/" target="_blank">http://mgmt.example.com:8080/Components/vds/</a> <a href="http://node.example.com" target="_blank">node.example.com</a> 9b9fdf2c-d3e0-425d-bd05-e4e4e53b6602 False<br>


&lt;BSTRAP component=&#39;INSTALLER&#39; status=&#39;OK&#39; message=&#39;Test platform succeeded&#39;/&gt;<br>&lt;BSTRAP component=&#39;INSTALLER LIB&#39; status=&#39;OK&#39; message=&#39;Install library already exists&#39;/&gt;<br>


&lt;BSTRAP component=&#39;INSTALLER&#39; status=&#39;OK&#39; message=&#39;vds_bootstrap.py already exist&#39;/&gt;<br><br>        Usage: vds_compat.py [-r rev_num] [-O organizationName] [-t systemTime]<br>            [-n netconsole_host:port] [-u (seProductRepo) true|false ]<br>


            [-f firewall_rules_file ] &lt;url&gt; &lt;subject&gt; &lt;random_num&gt;<br><br>What can I do to figure what could be wrong?<br>
</blockquote></div><br></div>