Hello,

I am getting an error trying to add a "host" to oVirt where the Status says "Install Failed"

Here is (a snipet ) the log from the oVirt server (/var/log/ovirt/enginge.log)...I can provide more if needed

===================================oVirt Server: /var/log/ovirt/enginge.log=====================================
.
.
.
2012-04-13 08:16:08,182 ERROR [org.ovirt.engine.core.vdsbroker.ResourceManager] (http--0.0.0.0-8443-4) [78088565] Cannot get vdsManager for vdsid=9858f044-857b-11e1-b0d6-0016367ecdf0
2012-04-13 08:16:08,183 INFO  [org.ovirt.engine.core.vdsbroker.RemoveVdsVDSCommand] (http--0.0.0.0-8443-4) [78088565] START, RemoveVdsVDSCommand(vdsId = 9858f044-857b-11e1-b0d6-0016367ecdf0), log id: 6ff05534
2012-04-13 08:16:08,183 ERROR [org.ovirt.engine.core.vdsbroker.ResourceManager] (http--0.0.0.0-8443-4) [78088565] Cannot get vdsManager for vdsid=9858f044-857b-11e1-b0d6-0016367ecdf0
2012-04-13 08:16:08,184 INFO  [org.ovirt.engine.core.vdsbroker.RemoveVdsVDSCommand] (http--0.0.0.0-8443-4) [78088565] FINISH, RemoveVdsVDSCommand, log id: 6ff05534
2012-04-13 08:16:08,185 ERROR [org.ovirt.engine.core.vdsbroker.ResourceManager] (http--0.0.0.0-8443-4) [78088565] Cannot get vdsManager for vdsid=9858f044-857b-11e1-b0d6-0016367ecdf0
2012-04-13 08:16:08,185 INFO  [org.ovirt.engine.core.vdsbroker.AddVdsVDSCommand] (http--0.0.0.0-8443-4) [78088565] START, AddVdsVDSCommand(vdsId = 9858f044-857b-11e1-b0d6-0016367ecdf0), log id: b6a0256
.
.
.
2012-04-13 08:16:19,057 INFO  [org.ovirt.engine.core.utils.hostinstall.MinaInstallWrapper] (pool-5-thread-25) Invoking chmod +x /tmp/vds_installer_2cf4050c-995f-41b2-8b5b-c03dc7efd206.py; /tmp/vds_installer_2cf4050c-995f-41b2-8b5b-c03dc7efd206.py -c 'ssl=true;management_port=54321' -O '4over' -t 2012-04-13T15:16:08  -p 8080 -b -v  http://ovirt.4over.com:8080/Components/vds/ http://ovirt.4over.com:8080/Components/vds/ bluejay.ovirt.4over.com 2cf4050c-995f-41b2-8b5b-c03dc7efd206 False on bluejay.ovirt.4over.com
2012-04-13 08:16:20,058 INFO  [org.ovirt.engine.core.bll.VdsInstaller] (pool-5-thread-25) [5a7938cc] Installation of bluejay.ovirt.4over.com. Recieved message: <BSTRAP component='INSTALLER' status='OK' message='Test platform succeeded'/>
<BSTRAP component='INSTALLER LIB' status='OK' message='Install library already exists'/>
<BSTRAP component='INSTALLER' status='OK' message='vds_bootstrap.py download succeeded'/>
. FYI. (Stage: Running first installation script on Host)
2012-04-13 08:16:43,865 ERROR [org.ovirt.engine.core.bll.VdsInstaller] (pool-5-thread-25) [5a7938cc] Installation of bluejay.ovirt.4over.com. Recieved message: <BSTRAP component='RHN_REGISTRATION' status='OK' message='Host properly registered with RHN/Satellite.'/>
<BSTRAP component='VDSM_MAJOR_VER' status='OK' message='Available VDSM matches requirements'/>
<BSTRAP component='VT_SVM' status='FAIL' processor='Intel' message='Server does not support virtualization'/>
<BSTRAP component='RHEV_INSTALL' status='FAIL'/>
. Error occured. (Stage: Running first installation script on Host)
2012-04-13 08:16:43,959 INFO  [org.ovirt.engine.core.utils.hostinstall.MinaInstallWrapper] (pool-5-thread-25) RunSSHCommand returns true
2012-04-13 08:16:43,960 INFO  [org.ovirt.engine.core.bll.VdsInstaller] (pool-5-thread-25) [5a7938cc]  RunScript ended:true

======================================================================================================


I checked on the host itself and it seems like I do have an Intel Hardware Virt on the server (wasn't a surprise since I BOUGHT it that way...but still checked)

========================================= Node: /proc/cpuinfo =============================================

[root@bluejay ~]# egrep --color 'svm|vmx' /proc/cpuinfo | sort -u
flags        : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 xsave lahf_lm dts tpr_shadow vnmi flexpriority


======================================================================================================

Some things to note...

On the Node (under the /etc/vdsm/vdsm.conf  file) I have the "fake_kvm_support = true" to see if that would make the node install (didn't work)...also I have "ssl = false" to see if it might be a cert error (still didn't work).

And, yes, I've even tried removing and adding the node again...still no luck =\

What are my next steps? Any help would be greatly appreciated!

--Christian