<div dir="ltr">I want to extend my lab and am trying an install using the hosted engine, but the install is failing for me:<div><br></div><div>References used for install:</div><div><div><a href="https://glennsnead.wordpress.com/2016/02/28/ovirt-3-6-installation/">https://glennsnead.wordpress.com/2016/02/28/ovirt-3-6-installation/</a></div><div><a href="http://community.redhat.com/blog/2014/10/up-and-running-with-ovirt-3-5/">http://community.redhat.com/blog/2014/10/up-and-running-with-ovirt-3-5/</a></div></div><div><br></div><div>Setup:</div><div><div>Minimal install of CentOS Linux release 7.2.1511 (Core) </div></div><div>Using DHCP with static address (tried without DHCP with same issue)</div><div>yum upgrade</div><div><br></div><div>Installed packages:</div><div><div>yum localinstall -y <a href="http://resources.ovirt.org/pub/yum-repo/ovirt-release36.rpm">http://resources.ovirt.org/pub/yum-repo/ovirt-release36.rpm</a></div><div>yum install -y ovirt-hosted-engine-setup screen glusterfs-server nfs-utils vdsm-gluster system-storage-manager mailx</div></div><div><br></div><div>rebooted</div><div><br></div><div>Tried hosted-engine --deploy, but it errors out.  I followed various logs and I _think_ it&#39;s failing related to vdsm-tool restore-nets.  I could use some guidance on this to help track down what&#39;s happening and how to fix.</div><div><br></div><div>(Note:  I&#39;d very much prefer using the hosted engine vs. another option for my lab, so I&#39;m willing to put in the time to figure this out.  Thanks for any assistance!)</div><div><br></div><div>Install error:</div><div><div>[root@ovirt01 network-scripts]# hosted-engine --deploy</div><div>[ INFO  ] Stage: Initializing</div><div>[ INFO  ] Generating a temporary VNC password.</div><div>[ INFO  ] Stage: Environment setup</div><div>          Continuing will configure this host for serving as hypervisor and create a VM where you have to install the engine afterwards.</div><div>          Are you sure you want to continue? (Yes, No)[Yes]: </div><div>          Configuration files: []</div><div>          Log file: /var/log/ovirt-hosted-engine-setup/ovirt-hosted-engine-setup-20160305194655-o29y86.log</div><div>          Version: otopi-1.4.1 (otopi-1.4.1-1.el7.centos)</div><div>[ INFO  ] Hardware supports virtualization</div><div>[ INFO  ] Stage: Environment packages setup</div><div>[ INFO  ] Stage: Programs detection</div><div>[ INFO  ] Stage: Environment setup</div><div>[ ERROR ] Failed to execute stage &#39;Environment setup&#39;: Failed to start service &#39;vdsmd&#39;</div><div>[ INFO  ] Stage: Clean up</div><div>[ INFO  ] Generating answer file &#39;/var/lib/ovirt-hosted-engine-setup/answers/answers-20160305194703.conf&#39;</div><div>[ INFO  ] Stage: Pre-termination</div><div>[ INFO  ] Stage: Termination</div><div>[ ERROR ] Hosted Engine deployment failed: this system is not reliable, please check the issue, fix and redeploy</div><div>          Log file is located at /var/log/ovirt-hosted-engine-setup/ovirt-hosted-engine-setup-20160305194655-o29y86.log</div></div><div><br></div><div>--</div><div>vdsm-tool restore-nets output:</div><div><br></div><div><div>[root@ovirt01 etc]# /usr/bin/vdsm-tool restore-nets</div><div>Traceback (most recent call last):</div><div>  File &quot;/usr/share/vdsm/vdsm-restore-net-config&quot;, line 429, in &lt;module&gt;</div><div>    restore(args)</div><div>  File &quot;/usr/share/vdsm/vdsm-restore-net-config&quot;, line 387, in restore</div><div>    _restore_sriov_numvfs()</div><div>  File &quot;/usr/share/vdsm/vdsm-restore-net-config&quot;, line 82, in _restore_sriov_numvfs</div><div>    sriov_devices = _get_sriov_devices()</div><div>  File &quot;/usr/share/vdsm/vdsm-restore-net-config&quot;, line 54, in _get_sriov_devices</div><div>    devices = hostdev.list_by_caps()</div><div>  File &quot;/usr/share/vdsm/hostdev.py&quot;, line 175, in list_by_caps</div><div>    libvirt_devices = _get_devices_from_libvirt()</div><div>  File &quot;/usr/share/vdsm/hostdev.py&quot;, line 160, in _get_devices_from_libvirt</div><div>    for device in libvirtconnection.get().listAllDevices(0))</div><div>  File &quot;/usr/share/vdsm/hostdev.py&quot;, line 160, in &lt;genexpr&gt;</div><div>    for device in libvirtconnection.get().listAllDevices(0))</div><div>  File &quot;/usr/share/vdsm/hostdev.py&quot;, line 107, in _parse_device_params</div><div>    devXML = etree.fromstring(device_xml)</div><div>  File &quot;/usr/lib64/python2.7/xml/etree/ElementTree.py&quot;, line 1300, in XML</div><div>    parser.feed(text)</div><div>  File &quot;/usr/lib64/python2.7/xml/etree/ElementTree.py&quot;, line 1642, in feed</div><div>    self._raiseerror(v)</div><div>  File &quot;/usr/lib64/python2.7/xml/etree/ElementTree.py&quot;, line 1506, in _raiseerror</div><div>    raise err</div><div>xml.etree.ElementTree.ParseError: not well-formed (invalid token): line 4, column 13</div><div>Traceback (most recent call last):</div><div>  File &quot;/usr/bin/vdsm-tool&quot;, line 219, in main</div><div>    return tool_command[cmd][&quot;command&quot;](*args)</div><div>  File &quot;/usr/lib/python2.7/site-packages/vdsm/tool/restore_nets.py&quot;, line 41, in restore_command</div><div>    exec_restore(cmd)</div><div>  File &quot;/usr/lib/python2.7/site-packages/vdsm/tool/restore_nets.py&quot;, line 54, in exec_restore</div><div>    raise EnvironmentError(&#39;Failed to restore the persisted networks&#39;)</div><div>EnvironmentError: Failed to restore the persisted networks</div></div></div>