<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'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 <BSTRAP component='INSTALLER' status='OK' message='Test platform succeeded'/><br>
Fri, 27 Apr 2012 03:14:11 DEBUG trying to fetch deployUtil.py script cmd = '/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>'<br>
Fri, 27 Apr 2012 03:14:12 DEBUG <BSTRAP component='INSTALLER LIB' status='OK' message='deployUtil.py download succeeded'/><br>Fri, 27 Apr 2012 03:14:12 DEBUG trying to fetch vds_bootstrap.py script cmd = '/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>'<br>
Fri, 27 Apr 2012 03:14:12 DEBUG <BSTRAP component='INSTALLER' status='OK' message='vds_bootstrap.py download succeeded'/><br>Fri, 27 Apr 2012 03:14:12 DEBUG trying to run /tmp/vds_bootstrap_51b8d414-a8fa-44f9-8613-f7819255d2eb.py script cmd = '/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'<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><BSTRAP component='REQ PACKAGES' status='FAIL' result='SDL.x86_64' message='Setting up Install Process No package SDL.x86_64 available. Error: Nothing to do '/><br>
<BSTRAP component='RHEV_INSTALL' status='FAIL'/><br><br>After installing the package, I got this:<br><br><BSTRAP component='SetNetworking' status='FAIL' message='addNetwork error trying to add rhevm bridge'/><br>
<BSTRAP component='SetSSHAccess' status='FAIL' message='Failed to retrieve server SSH key.'/><br><BSTRAP component='RHEV_INSTALL' status='FAIL'/><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'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 <BSTRAP component='SetNetworking' status='FAIL' message='addNetwork error trying to add rhevm bridge'/><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 = "/rhevm.ssh.key.txt"<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 "/tmp/deployUtil.py", line 1279, in getRemoteFile<br> sock.connect((IP, nPort))<br> File "<string>", 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 "/tmp/deployUtil.py", line 1295, in getRemoteFile<br> conn.request("GET", fileName)<br>
File "/usr/lib64/python2.6/httplib.py", line 914, in request<br> self._send_request(method, url, body, headers)<br> File "/usr/lib64/python2.6/httplib.py", line 951, in _send_request<br> self.endheaders()<br>
File "/usr/lib64/python2.6/httplib.py", line 908, in endheaders<br> self._send_output()<br> File "/usr/lib64/python2.6/httplib.py", line 780, in _send_output<br> self.send(msg)<br> File "/usr/lib64/python2.6/httplib.py", line 739, in send<br>
self.connect()<br> File "/usr/lib64/python2.6/httplib.py", line 720, in connect<br> self.timeout)<br> File "/usr/lib64/python2.6/socket.py", 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 <BSTRAP component='SetSSHAccess' status='FAIL' message='Failed to retrieve server SSH key.'/><br>
Fri, 27 Apr 2012 03:33:19 ERROR setSSHAccess test failed<br>Fri, 27 Apr 2012 03:33:19 DEBUG <BSTRAP component='RHEV_INSTALL' status='FAIL'/><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"><<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>