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">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">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/">http://mgmt.example.com:8080/Components/vds/</a> <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> 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>