<div dir="ltr">I have a three node cluster that worked fine upon setup, but randomly (Its happened three times now) when a host is rebooted it loses its network config.  I backed up the ifcfg*, route, and rule* files to quickly put things back in place, but even then vdsm fails to start and host reinstall from the engine errors on vdsm startup.  The only way that I have found to recover the node is yum remove vdsm* libvirt*, and rm -Rf /etc/vdsm &amp; /var/lib/vdsm.  Then I can run host reinstall from the engine.<div><br></div><div>Where the error occurs in host-deploy log:<br><div>2015-01-20 01:21:58 DEBUG otopi.plugins.otopi.services.systemd plugin.execute:866 execute-output: (&#39;/bin/systemctl&#39;, &#39;start&#39;, &#39;vdsmd.service&#39;) stderr:</div><div>Job for vdsmd.service failed. See &#39;systemctl status vdsmd.service&#39; and &#39;journalctl -xn&#39; for details.</div><div><br></div><div>2015-01-20 01:21:58 DEBUG otopi.context context._executeMethod:152 method exception</div><div>Traceback (most recent call last):</div><div>  File &quot;/tmp/ovirt-6z1CuMPhsV/pythonlib/otopi/context.py&quot;, line 142, in _executeMethod</div><div>    method[&#39;method&#39;]()</div><div>  File &quot;/tmp/ovirt-6z1CuMPhsV/otopi-plugins/ovirt-host-deploy/vdsm/packages.py&quot;, line 219, in _start</div><div>    self.services.state(&#39;vdsmd&#39;, True)</div><div>  File &quot;/tmp/ovirt-6z1CuMPhsV/otopi-plugins/otopi/services/systemd.py&quot;, line 138, in state</div><div>    &#39;start&#39; if state else &#39;stop&#39;</div><div>  File &quot;/tmp/ovirt-6z1CuMPhsV/otopi-plugins/otopi/services/systemd.py&quot;, line 77, in _executeServiceCommand</div><div>    raiseOnError=raiseOnError</div><div>  File &quot;/tmp/ovirt-6z1CuMPhsV/pythonlib/otopi/plugin.py&quot;, line 871, in execute</div><div>    command=args[0],</div><div>RuntimeError: Command &#39;/bin/systemctl&#39; failed to execute</div><div>2015-01-20 01:21:58 ERROR otopi.context context._executeMethod:161 Failed to execute stage &#39;Closing up&#39;: Command &#39;/bin/systemctl&#39; failed to execute</div><div>2015-01-20 01:21:58 DEBUG otopi.context context.dumpEnvironment:490 ENVIRONMENT DUMP - BEGIN</div><div>2015-01-20 01:21:58 DEBUG otopi.context context.dumpEnvironment:500 ENV BASE/error=bool:&#39;True&#39;</div><div>2015-01-20 01:21:58 DEBUG otopi.context context.dumpEnvironment:500 ENV BASE/exceptionInfo=list:&#39;[(&lt;type &#39;exceptions.RuntimeError&#39;&gt;, RuntimeError(&quot;Command &#39;/bin/systemctl&#39; failed to execute&quot;,), &lt;traceback object at 0x259cbd8&gt;)]&#39;</div><div>2015-01-20 01:21:58 DEBUG otopi.context context.dumpEnvironment:504 ENVIRONMENT DUMP - END</div><div>2015-01-20 01:21:58 INFO otopi.context context.runSequence:417 Stage: Pre-termination</div><div>2015-01-20 01:21:58 DEBUG otopi.context context.runSequence:421 STAGE pre-terminate</div><div>2015-01-20 01:21:58 DEBUG otopi.context context._executeMethod:138 Stage pre-terminate METHOD otopi.plugins.otopi.core.misc.Plugin._preTerminate</div><div>2015-01-20 01:21:58 DEBUG otopi.context context.dumpEnvironment:490 ENVIRONMENT DUMP - BEGIN</div><div>2015-01-20 01:21:58 DEBUG otopi.context context.dumpEnvironment:500 ENV BASE/aborted=bool:&#39;False&#39;</div><div>2015-01-20 01:21:58 DEBUG otopi.context context.dumpEnvironment:500 ENV BASE/debug=int:&#39;0&#39;</div><div>2015-01-20 01:21:58 DEBUG otopi.context context.dumpEnvironment:500 ENV BASE/error=bool:&#39;True&#39;</div><div>2015-01-20 01:21:58 DEBUG otopi.context context.dumpEnvironment:500 ENV BASE/exceptionInfo=list:&#39;[(&lt;type &#39;exceptions.RuntimeError&#39;&gt;, RuntimeError(&quot;Command &#39;/bin/systemctl&#39; failed to execute&quot;,), &lt;traceback object at 0x259cbd8&gt;)]&#39;</div><div>2015-01-20 01:21:58 DEBUG otopi.context context.dumpEnvironment:500 ENV BASE/executionDirectory=str:&#39;/root&#39;</div><div>2015-01-20 01:21:58 DEBUG otopi.context context.dumpEnvironment:500 ENV BASE/log=bool:&#39;True&#39;</div><div>2015-01-20 01:21:58 DEBUG otopi.context context.dumpEnvironment:500 ENV BASE/pluginGroups=str:&#39;otopi:ovirt-host-deploy&#39;</div><div>2015-01-20 01:21:58 DEBUG otopi.context context.dumpEnvironment:500 ENV BASE/pluginPath=str:&#39;/tmp/ovirt-6z1CuMPhsV/otopi-plugins&#39;</div><div>2015-01-20 01:21:58 DEBUG otopi.context context.dumpEnvironment:500 ENV BASE/suppressEnvironmentKeys=list:&#39;[]&#39;</div><div>2015-01-20 01:21:58 DEBUG otopi.context context.dumpEnvironment:500 ENV COMMAND/chkconfig=str:&#39;/sbin/chkconfig&#39;</div></div><div><br></div></div>