<div dir="ltr">Hi, i have been struggling with this errors for a few days and yet, havent got any solution.<br><br>Engine is a CentOS 7.<br>Host is freshly install of CentOS 7.<div>Im using oVirt 3.6.<br><br>I did install this repos on the Host:<br><pre class="" style="overflow:auto;font-family:Menlo,Monaco,Consolas,&quot;Courier New&quot;,monospace;font-size:11pt;padding:8pt;margin-top:0px;margin-bottom:8.5pt;line-height:1.42857;word-wrap:break-word;color:rgb(51,51,51);border:1px solid rgb(204,204,204);border-radius:4px;background-color:rgb(245,245,245)"><code style="font-family:Menlo,Monaco,Consolas,&quot;Courier New&quot;,monospace;font-size:inherit;padding:0px;color:inherit;border-radius:0px;white-space:pre-wrap;background-color:transparent"><span style="color:rgb(44,45,48);font-family:Slack-Lato,appleLogo,sans-serif;font-size:15px;line-height:22px;white-space:normal;background-color:rgb(249,249,249)">yum install </span><a href="http://resources.ovirt.org/pub/yum-repo/ovirt-release36.rpm" rel="noreferrer" target="_blank" style="color:rgb(42,128,185);text-decoration:none;font-family:Slack-Lato,appleLogo,sans-serif;font-size:15px;line-height:22px;white-space:normal;background-color:rgb(249,249,249)">http://resources.ovirt.org/pub/yum-repo/ovirt-release36.rpm</a><br></code></pre><pre class="" style="overflow:auto;font-family:Menlo,Monaco,Consolas,&quot;Courier New&quot;,monospace;font-size:11pt;padding:8pt;margin-top:0px;margin-bottom:8.5pt;line-height:1.42857;word-wrap:break-word;color:rgb(51,51,51);border:1px solid rgb(204,204,204);border-radius:4px;background-color:rgb(245,245,245)"><code style="font-family:Menlo,Monaco,Consolas,&quot;Courier New&quot;,monospace;font-size:inherit;padding:0px;color:inherit;border-radius:0px;white-space:pre-wrap;background-color:transparent">yum install <a href="http://resources.ovirt.org/releases/ovirt-release/ovirt-release-master.rpm">http://resources.ovirt.org/releases/ovirt-release/ovirt-release-master.rpm</a></code></pre><div>I was able to install and configure VDSM.<br>But i got this errors: <br><div>[root@host-02 tmp]# systemctl status vdsmd.service</div><div>● vdsmd.service - Virtual Desktop Server Manager</div><div>   Loaded: loaded (/usr/lib/systemd/system/vdsmd.service; enabled; vendor preset: enabled)</div><div>   Active: active (running) since Wed 2016-07-06 15:05:45 EDT; 25min ago</div><div>  Process: 16347 ExecStartPre=/usr/libexec/vdsm/vdsmd_init_common.sh --pre-start (code=exited, status=0/SUCCESS)</div><div> Main PID: 16421 (vdsm)</div><div>   CGroup: /system.slice/vdsmd.service</div><div>           └─16421 /usr/bin/python /usr/share/vdsm/vdsm</div><div><br></div><div>Jul 06 15:29:06 host-02 vdsm[16421]: vdsm ProtocolDetector.SSLHandshakeDispatcher ERROR Error during handshake: sslv3 alert bad certificate</div><div>Jul 06 15:29:21 host-02 vdsm[16421]: vdsm ProtocolDetector.SSLHandshakeDispatcher ERROR Error during handshake: sslv3 alert bad certificate</div><div>Jul 06 15:29:36 host-02 vdsm[16421]: vdsm ProtocolDetector.SSLHandshakeDispatcher ERROR Error during handshake: sslv3 alert bad certificate</div><div>Jul 06 15:29:51 host-02 vdsm[16421]: vdsm ProtocolDetector.SSLHandshakeDispatcher ERROR Error during handshake: sslv3 alert bad certificate</div><div>Jul 06 15:30:06 host-02 vdsm[16421]: vdsm ProtocolDetector.SSLHandshakeDispatcher ERROR Error during handshake: sslv3 alert bad certificate</div><div>Jul 06 15:30:21 host-02 vdsm[16421]: vdsm ProtocolDetector.SSLHandshakeDispatcher ERROR Error during handshake: sslv3 alert bad certificate</div><div>Jul 06 15:30:36 host-02 vdsm[16421]: vdsm ProtocolDetector.SSLHandshakeDispatcher ERROR Error during handshake: sslv3 alert bad certificate</div><div>Jul 06 15:30:51 host-02 vdsm[16421]: vdsm ProtocolDetector.SSLHandshakeDispatcher ERROR Error during handshake: sslv3 alert bad certificate</div><div>Jul 06 15:31:06 host-02 vdsm[16421]: vdsm ProtocolDetector.SSLHandshakeDispatcher ERROR Error during handshake: sslv3 alert bad certificate</div><div>Jul 06 15:31:21 host-02 vdsm[16421]: vdsm ProtocolDetector.SSLHandshakeDispatcher ERROR Error during handshake: sslv3 alert bad certificate</div><div><br></div>They are on the same network, they can ping/SSH to each other.<br><br>Port 54321 on Host, is listenning<br><div>[root@host-02 ~]# netstat -tulpn | grep 54321</div><div>tcp6       0      0 :::54321                :::*                    LISTEN      16421/python      <br><br>- I can do SSH from the engine to the Host.<br>- Host has the ovirtmgmt interface configured (The Bridge)<br><br>on /etc/vds/vdsm.conf i have:<br>[vars]<br>ssl = true</div><div>[addresses]<br><div>management_port = 54321</div><div><br>This is the los from the engine<br><div>2016-07-06 15:06:40,466 INFO  [org.ovirt.engine.core.bll.hostdeploy.InstallVdsCommand] (default task-4) [64cca7f9] Running command: InstallVdsCommand internal: false. Entities affected :  ID: 0b8bded1-f26b-4352-aede-529b71afcb28 Type: VDSAction group EDIT_HOST_CONFIGURATION with role type ADMIN</div><div>2016-07-06 15:06:40,542 INFO  [org.ovirt.engine.core.bll.hostdeploy.InstallVdsInternalCommand] (default task-4) [64cca7f9] Lock Acquired to object &#39;EngineLock:{exclusiveLocks=&#39;[0b8bded1-f26b-4352-aede-529b71afcb28=&lt;VDS, ACTION_TYPE_FAILED_OBJECT_LOCKED&gt;]&#39;, sharedLocks=&#39;null&#39;}&#39;</div><div>2016-07-06 15:06:40,571 INFO  [org.ovirt.engine.core.bll.hostdeploy.InstallVdsInternalCommand] (org.ovirt.thread.pool-8-thread-43) [64cca7f9] Running command: InstallVdsInternalCommand internal: true. Entities affected :  ID: 0b8bded1-f26b-4352-aede-529b71afcb28 Type: VDS</div><div>2016-07-06 15:06:40,571 INFO  [org.ovirt.engine.core.bll.hostdeploy.InstallVdsInternalCommand] (org.ovirt.thread.pool-8-thread-43) [64cca7f9] Before Installation host 0b8bded1-f26b-4352-aede-529b71afcb28, host-02.quadra.internal</div><div>2016-07-06 15:06:40,601 INFO  [org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand] (org.ovirt.thread.pool-8-thread-43) [64cca7f9] START, SetVdsStatusVDSCommand(HostName = host-02.quadra.internal, SetVdsStatusVDSCommandParameters:{runAsync=&#39;true&#39;, hostId=&#39;0b8bded1-f26b-4352-aede-529b71afcb28&#39;, status=&#39;Installing&#39;, nonOperationalReason=&#39;NONE&#39;, stopSpmFailureLogged=&#39;false&#39;, maintenanceReason=&#39;null&#39;}), log id: 2e716b65</div><div>2016-07-06 15:06:40,622 INFO  [org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand] (org.ovirt.thread.pool-8-thread-43) [64cca7f9] FINISH, SetVdsStatusVDSCommand, log id: 2e716b65</div><div>2016-07-06 15:06:40,724 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (org.ovirt.thread.pool-8-thread-43) [64cca7f9] Correlation ID: 64cca7f9, Call Stack: null, Custom Event ID: -1, Message: Installing Host host-02.quadra.internal. Connected to host 172.21.9.2 with SSH key fingerprint: SHA256:Mucy8+C26PLwVFV9C5QwhT2xAx6jGNyZgGk+A2LLZGc.</div><div>2016-07-06 15:06:40,731 INFO  [org.ovirt.engine.core.bll.hostdeploy.VdsDeployBase] (org.ovirt.thread.pool-8-thread-43) [64cca7f9] Installation of 172.21.9.2. Executing command via SSH umask 0077; MYTMP=&quot;$(TMPDIR=&quot;${OVIRT_TMPDIR}&quot; mktemp -d -t ovirt-XXXXXXXXXX)&quot;; trap &quot;chmod -R u+rwX \&quot;${MYTMP}\&quot; &gt; /dev/null 2&gt;&amp;1; rm -fr \&quot;${MYTMP}\&quot; &gt; /dev/null 2&gt;&amp;1&quot; 0; tar --warning=no-timestamp -C &quot;${MYTMP}&quot; -x &amp;&amp;  &quot;${MYTMP}&quot;/ovirt-host-deploy DIALOG/dialect=str:machine DIALOG/customization=bool:True &lt; /var/cache/ovirt-engine/ovirt-host-deploy.tar</div><div>2016-07-06 15:06:40,731 INFO  [org.ovirt.engine.core.utils.archivers.tar.CachedTar] (org.ovirt.thread.pool-8-thread-43) [64cca7f9] Tarball &#39;/var/cache/ovirt-engine/ovirt-host-deploy.tar&#39; refresh</div><div>2016-07-06 15:06:40,766 INFO  [org.ovirt.engine.core.uutils.ssh.SSHDialog] (org.ovirt.thread.pool-8-thread-43) [64cca7f9] SSH execute &#39;<a href="mailto:root@172.21.9.2">root@172.21.9.2</a>&#39; &#39;umask 0077; MYTMP=&quot;$(TMPDIR=&quot;${OVIRT_TMPDIR}&quot; mktemp -d -t ovirt-XXXXXXXXXX)&quot;; trap &quot;chmod -R u+rwX \&quot;${MYTMP}\&quot; &gt; /dev/null 2&gt;&amp;1; rm -fr \&quot;${MYTMP}\&quot; &gt; /dev/null 2&gt;&amp;1&quot; 0; tar --warning=no-timestamp -C &quot;${MYTMP}&quot; -x &amp;&amp;  &quot;${MYTMP}&quot;/ovirt-host-deploy DIALOG/dialect=str:machine DIALOG/customization=bool:True&#39;</div><div>2016-07-06 15:06:40,779 ERROR [org.ovirt.engine.core.bll.pm.FenceProxyLocator] (default task-4) [64cca7f9] Can not run fence action on host &#39;host-02.quadra.internal&#39;, no suitable proxy host was found.</div><div>2016-07-06 15:06:40,815 WARN  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (default task-4) [64cca7f9] Correlation ID: null, Call Stack: null, Custom Event ID: -1, Message: Health check on Host host-02.quadra.internal indicates that future attempts to Start this host using Power-Management are expected to fail.</div><div>2016-07-06 15:06:40,850 WARN  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (default task-4) [64cca7f9] Correlation ID: null, Call Stack: null, Custom Event ID: -1, Message: Health check on Host host-02.quadra.internal indicates that future attempts to Stop this host using Power-Management are expected to fail.</div><div>2016-07-06 15:06:40,886 WARN  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (default task-4) [64cca7f9] Correlation ID: null, Call Stack: null, Custom Event ID: -1, Message: Kdump integration is enabled for host host-02.quadra.internal, but kdump is not configured properly on host.</div><div>2016-07-06 15:06:40,951 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (default task-4) [64cca7f9] Correlation ID: 64cca7f9, Call Stack: null, Custom Event ID: -1, Message: Host host-02.quadra.internal configuration was updated by admin@internal.</div><div>2016-07-06 15:06:41,353 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (VdsDeploy) [64cca7f9] Correlation ID: 64cca7f9, Call Stack: null, Custom Event ID: -1, Message: Installing Host host-02.quadra.internal. Stage: Initializing.</div><div>2016-07-06 15:06:41,436 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (VdsDeploy) [64cca7f9] Correlation ID: 64cca7f9, Call Stack: null, Custom Event ID: -1, Message: Installing Host host-02.quadra.internal. Stage: Environment setup.</div><div>2016-07-06 15:06:41,484 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (VdsDeploy) [64cca7f9] Correlation ID: 64cca7f9, Call Stack: null, Custom Event ID: -1, Message: Installing Host host-02.quadra.internal. Stage: Environment packages setup.</div><div>2016-07-06 15:06:46,510 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (VdsDeploy) [64cca7f9] Correlation ID: 64cca7f9, Call Stack: null, Custom Event ID: -1, Message: Installing Host host-02.quadra.internal. Stage: Programs detection.</div><div>2016-07-06 15:06:46,591 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (VdsDeploy) [64cca7f9] Correlation ID: 64cca7f9, Call Stack: null, Custom Event ID: -1, Message: Installing Host host-02.quadra.internal. Stage: Environment customization.</div><div>2016-07-06 15:06:49,403 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (VdsDeploy) [64cca7f9] Correlation ID: 64cca7f9, Call Stack: null, Custom Event ID: -1, Message: Installing Host host-02.quadra.internal. Kdump supported.</div><div>2016-07-06 15:06:49,744 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (VdsDeploy) [64cca7f9] Correlation ID: 64cca7f9, Call Stack: null, Custom Event ID: -1, Message: Installing Host host-02.quadra.internal. Logs at host located at: &#39;/tmp/ovirt-host-deploy-20160706150641-ct2lkm.log&#39;.</div><div>2016-07-06 15:06:49,792 INFO  [org.ovirt.engine.core.bll.hostdeploy.VdsDeployVdsmUnit] (VdsDeploy) [64cca7f9] Host 172.21.9.2 reports unique id 4C4C4544-0051-3210-8057-C2C04F4E5331</div><div>2016-07-06 15:06:49,871 INFO  [org.ovirt.engine.core.bll.hostdeploy.VdsDeployVdsmUnit] (VdsDeploy) [64cca7f9] Assigning unique id 4C4C4544-0051-3210-8057-C2C04F4E5331 to Host 172.21.9.2</div><div>2016-07-06 15:06:51,324 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVDSCommand] (DefaultQuartzScheduler_Worker-96) [35f1f852] START, FullListVDSCommand(HostName = , FullListVDSCommandParameters:{runAsync=&#39;true&#39;, hostId=&#39;2fe89460-335b-4009-8a62-0ee45df7da11&#39;, vds=&#39;Host[,2fe89460-335b-4009-8a62-0ee45df7da11]&#39;, vmIds=&#39;[d301c2a1-e943-4c29-b2a0-3e9687ac2243]&#39;}), log id: 35fb8444</div><div>2016-07-06 15:06:52,333 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVDSCommand] (DefaultQuartzScheduler_Worker-96) [35f1f852] FINISH, FullListVDSCommand, return: [{username=Unknown, emulatedMachine=pc, pid=23234, guestDiskMapping={}, displaySecurePort=-1, cpuType=Nehalem, pauseCode=NOERR, smp=2, vmType=kvm, memSize=4096, vmName=HostedEngine, guestFQDN=, vmId=d301c2a1-e943-4c29-b2a0-3e9687ac2243, displayIp=0, displayPort=5900, guestIPs=, spiceSecureChannels=smain,sdisplay,sinputs,scursor,splayback,srecord,ssmartcard,susbredir, nicModel=rtl8139,pv, devices=[Ljava.lang.Object;@492737dd, status=Up, clientIp=, statusTime=8620620700, display=vnc}], log id: 35fb8444</div><div>2016-07-06 15:06:53,129 ERROR [org.ovirt.engine.core.uutils.ssh.SSHDialog] (org.ovirt.thread.pool-8-thread-43) [64cca7f9] SSH error running command root@172.21.9.2:&#39;umask 0077; MYTMP=&quot;$(TMPDIR=&quot;${OVIRT_TMPDIR}&quot; mktemp -d -t ovirt-XXXXXXXXXX)&quot;; trap &quot;chmod -R u+rwX \&quot;${MYTMP}\&quot; &gt; /dev/null 2&gt;&amp;1; rm -fr \&quot;${MYTMP}\&quot; &gt; /dev/null 2&gt;&amp;1&quot; 0; tar --warning=no-timestamp -C &quot;${MYTMP}&quot; -x &amp;&amp;  &quot;${MYTMP}&quot;/ovirt-host-deploy DIALOG/dialect=str:machine DIALOG/customization=bool:True&#39;: Command returned failure code 1 during SSH session &#39;<a href="mailto:root@172.21.9.2">root@172.21.9.2</a>&#39;</div><div>2016-07-06 15:06:53,129 ERROR [org.ovirt.engine.core.uutils.ssh.SSHDialog] (org.ovirt.thread.pool-8-thread-43) [64cca7f9] Exception: java.io.IOException: Command returned failure code 1 during SSH session &#39;<a href="mailto:root@172.21.9.2">root@172.21.9.2</a>&#39;</div><div>        at org.ovirt.engine.core.uutils.ssh.SSHClient.executeCommand(SSHClient.java:527) [uutils.jar:]</div><div>        at org.ovirt.engine.core.uutils.ssh.SSHDialog.executeCommand(SSHDialog.java:312) [uutils.jar:]</div><div>        at org.ovirt.engine.core.bll.hostdeploy.VdsDeployBase.execute(VdsDeployBase.java:567) [bll.jar:]</div><div>        at org.ovirt.engine.core.bll.hostdeploy.InstallVdsInternalCommand.installHost(InstallVdsInternalCommand.java:189) [bll.jar:]</div><div>        at org.ovirt.engine.core.bll.hostdeploy.InstallVdsInternalCommand.executeCommand(InstallVdsInternalCommand.java:93) [bll.jar:]</div><div>        at org.ovirt.engine.core.bll.CommandBase.executeWithoutTransaction(CommandBase.java:1215) [bll.jar:]</div><div>        at org.ovirt.engine.core.bll.CommandBase.executeActionInTransactionScope(CommandBase.java:1359) [bll.jar:]</div><div>        at org.ovirt.engine.core.bll.CommandBase.runInTransaction(CommandBase.java:1983) [bll.jar:]</div><div>        at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:174) [utils.jar:]</div><div>        at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:116) [utils.jar:]</div><div>        at org.ovirt.engine.core.bll.CommandBase.execute(CommandBase.java:1396) [bll.jar:]</div><div>        at org.ovirt.engine.core.bll.CommandBase.executeAction(CommandBase.java:378) [bll.jar:]</div><div>        at org.ovirt.engine.core.bll.MultipleActionsRunner.executeValidatedCommand(MultipleActionsRunner.java:202) [bll.jar:]</div><div>        at org.ovirt.engine.core.bll.MultipleActionsRunner.runCommands(MultipleActionsRunner.java:170) [bll.jar:]</div><div>        at org.ovirt.engine.core.bll.MultipleActionsRunner$2.run(MultipleActionsRunner.java:179) [bll.jar:]</div><div>        at org.ovirt.engine.core.utils.threadpool.ThreadPoolUtil$InternalWrapperRunnable.run(ThreadPoolUtil.java:92) [utils.jar:]</div><div>        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [rt.jar:1.8.0_65]</div><div>        at java.util.concurrent.FutureTask.run(FutureTask.java:266) [rt.jar:1.8.0_65]</div><div>        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_65]</div><div>        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_65]</div><div>        at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_65]</div><div><br></div><div>2016-07-06 15:06:53,129 ERROR [org.ovirt.engine.core.bll.hostdeploy.VdsDeployBase] (org.ovirt.thread.pool-8-thread-43) [64cca7f9] Error during host 172.21.9.2 install: java.io.IOException: Command returned failure code 1 during SSH session &#39;<a href="mailto:root@172.21.9.2">root@172.21.9.2</a>&#39;</div><div>        at org.ovirt.engine.core.uutils.ssh.SSHClient.executeCommand(SSHClient.java:527) [uutils.jar:]</div><div>        at org.ovirt.engine.core.uutils.ssh.SSHDialog.executeCommand(SSHDialog.java:312) [uutils.jar:]</div><div>        at org.ovirt.engine.core.bll.hostdeploy.VdsDeployBase.execute(VdsDeployBase.java:567) [bll.jar:]</div><div>        at org.ovirt.engine.core.bll.hostdeploy.InstallVdsInternalCommand.installHost(InstallVdsInternalCommand.java:189) [bll.jar:]</div><div>        at org.ovirt.engine.core.bll.hostdeploy.InstallVdsInternalCommand.executeCommand(InstallVdsInternalCommand.java:93) [bll.jar:]</div><div>        at org.ovirt.engine.core.bll.CommandBase.executeWithoutTransaction(CommandBase.java:1215) [bll.jar:]</div><div>        at org.ovirt.engine.core.bll.CommandBase.executeActionInTransactionScope(CommandBase.java:1359) [bll.jar:]</div><div>        at org.ovirt.engine.core.bll.CommandBase.runInTransaction(CommandBase.java:1983) [bll.jar:]</div><div>        at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:174) [utils.jar:]</div><div>        at org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:116) [utils.jar:]</div><div>        at org.ovirt.engine.core.bll.CommandBase.execute(CommandBase.java:1396) [bll.jar:]</div><div>        at org.ovirt.engine.core.bll.CommandBase.executeAction(CommandBase.java:378) [bll.jar:]</div><div>        at org.ovirt.engine.core.bll.MultipleActionsRunner.executeValidatedCommand(MultipleActionsRunner.java:202) [bll.jar:]</div><div>        at org.ovirt.engine.core.bll.MultipleActionsRunner.runCommands(MultipleActionsRunner.java:170) [bll.jar:]</div><div>        at org.ovirt.engine.core.bll.MultipleActionsRunner$2.run(MultipleActionsRunner.java:179) [bll.jar:]</div><div>        at org.ovirt.engine.core.utils.threadpool.ThreadPoolUtil$InternalWrapperRunnable.run(ThreadPoolUtil.java:92) [utils.jar:]</div><div>        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [rt.jar:1.8.0_65]</div><div>        at java.util.concurrent.FutureTask.run(FutureTask.java:266) [rt.jar:1.8.0_65]</div><div>        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_65]</div><div>        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_65]</div><div>        at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_65]</div><div><br></div><div>2016-07-06 15:06:53,132 ERROR [org.ovirt.engine.core.bll.hostdeploy.InstallVdsInternalCommand] (org.ovirt.thread.pool-8-thread-43) [64cca7f9] Host installation failed for host &#39;0b8bded1-f26b-4352-aede-529b71afcb28&#39;, &#39;host-02.quadra.internal&#39;: Command returned failure code 1 during SSH session &#39;<a href="mailto:root@172.21.9.2">root@172.21.9.2</a>&#39;</div><div>2016-07-06 15:06:53,164 INFO  [org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand] (org.ovirt.thread.pool-8-thread-43) [64cca7f9] START, SetVdsStatusVDSCommand(HostName = host-02.quadra.internal, SetVdsStatusVDSCommandParameters:{runAsync=&#39;true&#39;, hostId=&#39;0b8bded1-f26b-4352-aede-529b71afcb28&#39;, status=&#39;InstallFailed&#39;, nonOperationalReason=&#39;NONE&#39;, stopSpmFailureLogged=&#39;false&#39;, maintenanceReason=&#39;null&#39;}), log id: 65139285</div><div>2016-07-06 15:06:53,191 INFO  [org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand] (org.ovirt.thread.pool-8-thread-43) [64cca7f9] FINISH, SetVdsStatusVDSCommand, log id: 65139285</div><div>2016-07-06 15:06:53,215 ERROR [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (org.ovirt.thread.pool-8-thread-43) [64cca7f9] Correlation ID: 64cca7f9, Call Stack: null, Custom Event ID: -1, Message: Host host-02.quadra.internal installation failed. Command returned failure code 1 during SSH session &#39;<a href="mailto:root@172.21.9.2">root@172.21.9.2</a>&#39;.</div><div>2016-07-06 15:06:53,215 INFO  [org.ovirt.engine.core.bll.hostdeploy.InstallVdsInternalCommand] (org.ovirt.thread.pool-8-thread-43) [64cca7f9] Lock freed to object &#39;EngineLock:{exclusiveLocks=&#39;[0b8bded1-f26b-4352-aede-529b71afcb28=&lt;VDS, ACTION_TYPE_FAILED_OBJECT_LOCKED&gt;]&#39;, sharedLocks=&#39;null&#39;}&#39;</div><div>2016-07-06 15:07:07,502 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVDSCommand] (DefaultQuartzScheduler_Worker-56) [42370c12] START, FullListVDSCommand(HostName = , FullListVDSCommandParameters:{runAsync=&#39;true&#39;, hostId=&#39;2fe89460-335b-4009-8a62-0ee45df7da11&#39;, vds=&#39;Host[,2fe89460-335b-4009-8a62-0ee45df7da11]&#39;, vmIds=&#39;[d301c2a1-e943-4c29-b2a0-3e9687ac2243]&#39;}), log id: a2b2e6b</div><div>2016-07-06 15:07:08,511 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVDSCommand] (DefaultQuartzScheduler_Worker-56) [42370c12] FINISH, FullListVDSCommand, return: [{username=Unknown, emulatedMachine=pc, pid=23234, guestDiskMapping={}, displaySecurePort=-1, cpuType=Nehalem, pauseCode=NOERR, smp=2, vmType=kvm, memSize=4096, vmName=HostedEngine, guestFQDN=, vmId=d301c2a1-e943-4c29-b2a0-3e9687ac2243, displayIp=0, displayPort=5900, guestIPs=, spiceSecureChannels=smain,sdisplay,sinputs,scursor,splayback,srecord,ssmartcard,susbredir, nicModel=rtl8139,pv, devices=[Ljava.lang.Object;@6fa06f7f, status=Up, clientIp=, statusTime=8620636880, display=vnc}], log id: a2b2e6b</div><div>2016-07-06 15:07:23,690 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVDSCommand] (DefaultQuartzScheduler_Worker-93) [1bf64306] START, FullListVDSCommand(HostName = , FullListVDSCommandParameters:{runAsync=&#39;true&#39;, hostId=&#39;2fe89460-335b-4009-8a62-0ee45df7da11&#39;, vds=&#39;Host[,2fe89460-335b-4009-8a62-0ee45df7da11]&#39;, vmIds=&#39;[d301c2a1-e943-4c29-b2a0-3e9687ac2243]&#39;}), log id: 282e5ad7</div><div>2016-07-06 15:07:24,699 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVDSCommand] (DefaultQuartzScheduler_Worker-93) [1bf64306] FINISH, FullListVDSCommand, return: [{username=Unknown, emulatedMachine=pc, pid=23234, guestDiskMapping={}, displayS</div><br>Attached file is the log of the host deploy.<br><br>What am i doing wrong?</div></div></div></div></div>