<div dir="ltr"><div class="gmail_default" style="font-family:tahoma,sans-serif">Hi,</div><div class="gmail_default" style="font-family:tahoma,sans-serif"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif">

This looks like this BZ which I reported <a href="https://bugzilla.redhat.com/show_bug.cgi?id=1055153" style="font-family:arial">https://bugzilla.redhat.com/show_bug.cgi?id=1055153</a></div><div class="gmail_default" style="font-family:tahoma,sans-serif">

<br></div><div class="gmail_default" style="font-family:tahoma,sans-serif">Did you customize your nics before you tried running hosted-engine --deploy?</div><div class="gmail_extra"><br clear="all"><div><font face="tahoma, sans-serif">Thanks,<br>

Andrew</font><br></div>
<br><br><div class="gmail_quote">On Thu, Jan 23, 2014 at 7:32 AM, Brad House <span dir="ltr">&lt;<a href="mailto:brad@monetra.com" target="_blank">brad@monetra.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&#39;m trying to test out the oVirt Hosted Engine, but am experiencing a<br>
failure early on and was hoping someone could point me in the right<br>
direction.   I&#39;m not familiar enough with the architecture of oVirt<br>
to start to debug this situation.<br>
<br>
Basically, I run the &quot;hosted-engine --deploy&quot; command and it outputs:<br>
<br>
========================<br>
[ INFO  ] Stage: Initializing<br>
          Continuing will configure this host for serving as hypervisor and create a VM where you have to install oVirt Engine afterwards.<br>
          Are you sure you want to continue? (Yes, No)[Yes]:<br>
[ INFO  ] Generating a temporary VNC password.<br>
[ INFO  ] Stage: Environment setup<br>
          Configuration files: []<br>
          Log file: /var/log/ovirt-hosted-engine-<u></u>setup/ovirt-hosted-engine-<u></u>setup-20140122110741.log<br>
          Version: otopi-1.2.0_beta (otopi-1.2.0-0.1.beta.fc19)<br>
[ INFO  ] Hardware supports virtualization<br>
[ INFO  ] Bridge ovirtmgmt already created<br>
[ INFO  ] Stage: Environment packages setup<br>
[ INFO  ] Stage: Programs detection<br>
[ INFO  ] Stage: Environment setup<br>
[ INFO  ] Waiting for VDSM hardware info<br>
[ INFO  ] Waiting for VDSM hardware info<br>
[ INFO  ] Waiting for VDSM hardware info<br>
[ INFO  ] Waiting for VDSM hardware info<br>
[ INFO  ] Waiting for VDSM hardware info<br>
[ INFO  ] Waiting for VDSM hardware info<br>
[ INFO  ] Waiting for VDSM hardware info<br>
[ INFO  ] Waiting for VDSM hardware info<br>
[ INFO  ] Waiting for VDSM hardware info<br>
[ INFO  ] Waiting for VDSM hardware info<br>
[ INFO  ] Stage: Environment customization<br>
<br>
          --== STORAGE CONFIGURATION ==--<br>
<br>
          During customization use CTRL-D to abort.<br>
[ ERROR ] Failed to execute stage &#39;Environment customization&#39;: [Errno 111] Connection refused<br>
[ INFO  ] Stage: Clean up<br>
[ INFO  ] Stage: Pre-termination<br>
[ INFO  ] Stage: Termination<br>
========================<br>
<br>
/var/log/ovirt-hosted-engine-<u></u>setup/ovirt-hosted-engine-<u></u>setup-20140122110741.log has:<br>
========================<br>
2014-01-22 11:07:57 DEBUG otopi.plugins.ovirt_hosted_<u></u>engine_setup.storage.storage storage._check_existing_pools:<u></u>631 getConnectedStoragePoolsList<br>
2014-01-22 11:07:57 DEBUG otopi.context context._executeMethod:152 method exception<br>
Traceback (most recent call last):<br>
  File &quot;/usr/lib/python2.7/site-<u></u>packages/otopi/context.py&quot;, line 142, in _executeMethod<br>
    method[&#39;method&#39;]()<br>
  File &quot;/usr/share/ovirt-hosted-<u></u>engine-setup/scripts/../<u></u>plugins/ovirt-hosted-engine-<u></u>setup/storage/storage.py&quot;, line 729, in _customization<br>
    self._check_existing_pools()<br>
  File &quot;/usr/share/ovirt-hosted-<u></u>engine-setup/scripts/../<u></u>plugins/ovirt-hosted-engine-<u></u>setup/storage/storage.py&quot;, line 632, in _check_existing_pools<br>
    pools = self.serv.s.<u></u>getConnectedStoragePoolsList()<br>
  File &quot;/usr/lib64/python2.7/<u></u>xmlrpclib.py&quot;, line 1224, in __call__<br>
    return self.__send(self.__name, args)<br>
  File &quot;/usr/lib64/python2.7/<u></u>xmlrpclib.py&quot;, line 1578, in __request<br>
    verbose=self.__verbose<br>
  File &quot;/usr/lib64/python2.7/<u></u>xmlrpclib.py&quot;, line 1264, in request<br>
    return self.single_request(host, handler, request_body, verbose)<br>
  File &quot;/usr/lib64/python2.7/<u></u>xmlrpclib.py&quot;, line 1292, in single_request<br>
    self.send_content(h, request_body)<br>
  File &quot;/usr/lib64/python2.7/<u></u>xmlrpclib.py&quot;, line 1439, in send_content<br>
    connection.endheaders(request_<u></u>body)<br>
  File &quot;/usr/lib64/python2.7/httplib.<u></u>py&quot;, line 969, in endheaders<br>
    self._send_output(message_<u></u>body)<br>
  File &quot;/usr/lib64/python2.7/httplib.<u></u>py&quot;, line 829, in _send_output<br>
    self.send(msg)<br>
  File &quot;/usr/lib64/python2.7/httplib.<u></u>py&quot;, line 791, in send<br>
    self.connect()<br>
  File &quot;/usr/lib64/python2.7/site-<u></u>packages/vdsm/<u></u>SecureXMLRPCServer.py&quot;, line 188, in connect<br>
    sock = socket.create_connection((<u></u>self.host, self.port), self.timeout)<br>
  File &quot;/usr/lib64/python2.7/socket.<u></u>py&quot;, line 571, in create_connection<br>
    raise err<br>
error: [Errno 111] Connection refused<br>
2014-01-22 11:07:57 ERROR otopi.context context._executeMethod:161 Failed to execute stage &#39;Environment customization&#39;: [Errno 111] Connection refused<br>
========================<br>
<br>
Unfortunately I do not know what service this is trying to connect to, or what hostname<br>
or port to try to start debugging that.<br>
<br>
Some other useful information about my environment:<br>
<br>
- Fedora 19 (64bit), minimal install, selected &#39;standard&#39; add-on utilities.  This was a<br>
  fresh install just for this test.<br>
  - 512MB /boot ext4<br>
  - 80GB / ext4 in LVM, 220GB free in VG<br>
- &quot;yum -y update&quot; performed to get all latest updates<br>
- SElinux in permissive mode<br>
- Hardware:<br>
  - Supermicro 1026T-URF barebones<br>
  - single CPU populated (Xeon E5630 4x2.53GHz)<br>
  - 12GB ECC DDR3 RAM<br>
  - H/W Raid with SSDs<br>
- Networking:<br>
  - Network Manager DISABLED<br>
  - 4 GbE ports (p2p1, p2p2, em1, em2)<br>
  - all 4 ports configured in a bond (bond0) using balance-alb<br>
  - ovirtmgmt bridge pre-created with &#39;bond0&#39; as the only member, assigned a static IP address<br>
  - firewall DISABLED<br>
- /etc/yum.repos.d/ovirt.rep has ONLY the 3.4.0 beta repo enabled:<br>
[ovirt-3.4.0-beta]<br>
name=3.4.0 beta testing repo for the oVirt project<br>
baseurl=<a href="http://ovirt.org/releases/3.4.0-beta/rpm/Fedora/$releasever/" target="_blank">http://ovirt.org/<u></u>releases/3.4.0-beta/rpm/<u></u>Fedora/$releasever/</a><br>
enabled=1<br>
skip_if_unavailable=1<br>
gpgcheck=0<br>
- only other packages installed were &quot;ntp&quot; and &quot;screen&quot;<br>
- performed &quot;yum install ovirt-hosted-engine-setup&quot; then &quot;screen&quot; then &quot;hosted-engine --deploy&quot;<br>
<br>
<br>
<br>
Any guidance or things to test would be _greatly_ appreciated.<br>
<br>
Thanks!<br>
-Brad<br>
______________________________<u></u>_________________<br>
Users mailing list<br>
<a href="mailto:Users@ovirt.org" target="_blank">Users@ovirt.org</a><br>
<a href="http://lists.ovirt.org/mailman/listinfo/users" target="_blank">http://lists.ovirt.org/<u></u>mailman/listinfo/users</a><br>
</blockquote></div><br></div></div>