<div class="gmail_extra"><div class="gmail_quote">On Thu, Apr 26, 2012 at 8:56 PM, Andrey F. <span dir="ltr"><<a href="mailto:ma3oxuct@gmail.com" target="_blank">ma3oxuct@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>Are some more digging. I have discovered the following. <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?. </div></blockquote>
<div><br>Ugh...I've been "over-debugging"...I was running the script wrong. This was getting caught in my params: /tmp/vds_bootstrap_f9c3a003-b221-4f7e-ae14-5b53ce31ab72.py script cmd = ', hense why script was getting returned in this log line: "Fri, 27 Apr 2012 03:33:19 DEBUG getAddress Entry. url=script"<br>
<br>When I run the script correctly, I get the VDS compat output per my original post with nothing in the bootstrap log. <br><br>is in vds_installer script. It passes "-v" to bootstrap script:<br><br>Fri, 27 Apr 2012 03:14:12 DEBUG trying to run /tmp/vds_bootstrap_51b8d414-<div class="gmail_extra">
a8fa-44f9-8613-f7819255d2eb.py script cmd = '/tmp/vds_bootstrap_51b8d414-a8fa-44f9-8613-f7819255d2eb.py -v -O <a href="http://salesforce.com/" target="_blank">salesforce.com</a> -t 2012-04-27T03:12:27 <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> 51b8d414-a8fa-44f9-8613-f7819255d2eb'<br>
<br>I was able to figure that out after changing this:<br><br>except:<br> print main.__doc__<br> return 0<br><br>to this:<br><br>except Exception, e:<br> print e<br><br>Why is the exception not printed? Getting this output would have saved my a lot of debugging time I feel :(. <br>
<br>It looks like my version of vdsm from rhn: vdsm-4.9-112.6.el6_2.x86_64 is too old for my ovirt which is at version ovirt-engine-3.1.0_0001-1.8.el6.x86_64 built from source. <br></div><br> </div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div>Note, that I used the following answers file to install ovirt: <br><br></div></blockquote><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="gmail_extra">
<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" target="_blank">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" target="_blank">mgmt.example.com</a><br>AUTH_PASS=password<br>DB_LOCAL_PASS=password<div><div class="h5"><br>
<br><br><div class="gmail_quote">On Thu, Apr 26, 2012 at 5:31 PM, Andrey F. <span dir="ltr"><<a href="mailto:ma3oxuct@gmail.com" target="_blank">ma3oxuct@gmail.com</a>></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 'ssl=true;management_port=54321' -O '<a href="http://example.com" target="_blank">example.com</a>' -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>
<BSTRAP component='INSTALLER' status='OK' message='Test platform succeeded'/><br><BSTRAP component='INSTALLER LIB' status='OK' message='Install library already exists'/><br>
<BSTRAP component='INSTALLER' status='OK' message='vds_bootstrap.py already exist'/><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 ] <url> <subject> <random_num><br><br>What can I do to figure what could be wrong?<br>
</blockquote></div><br></div></div></div>
</blockquote></div><br></div>