LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Virtualization and Cloud
User Name
Password
Linux - Virtualization and Cloud This forum is for the discussion of all topics relating to Linux Virtualization and Linux Cloud platforms. Xen, KVM, OpenVZ, VirtualBox, VMware, Linux-VServer and all other Linux Virtualization platforms are welcome. OpenStack, CloudStack, ownCloud, Cloud Foundry, Eucalyptus, Nimbus, OpenNebula and all other Linux Cloud platforms are welcome. Note that questions relating solely to non-Linux OS's should be asked in the General forum.

Notices


Reply
  Search this Thread
Old 04-13-2012, 10:38 AM   #1
custangro
Senior Member
 
Registered: Nov 2006
Location: California
Distribution: Fedora , CentOS , RHEL
Posts: 1,979
Blog Entries: 1

Rep: Reputation: 209Reputation: 209Reputation: 209
Getting error trying to add a host on oVirt


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

Code:
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)

Code:
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!

-C
 
Old 04-13-2012, 01:36 PM   #2
custangro
Senior Member
 
Registered: Nov 2006
Location: California
Distribution: Fedora , CentOS , RHEL
Posts: 1,979

Original Poster
Blog Entries: 1

Rep: Reputation: 209Reputation: 209Reputation: 209
Okay so it seems I've figured it out on my own...

Although the processor is reporting that it's capable of virtualization...doesn't mean it's enabled (so I learned)...I had to turn on virtualization at the BIOS level...I found this out digging around in the Node's VDSM logs...

Code:
Fri, 13 Apr 2012 09:26:48 DEBUG    **** Start VDS Validation ****
Fri, 13 Apr 2012 09:26:48 DEBUG    Entered VdsValidation(subject = 'bluejay.ovirt.4over.com', random_num = '7952f4a3-a7cd-4a46-8dbc-0b3f5b201102', rev_num = 'None', installVirtualizationService = 'True', installGlusterService = 'False')
Fri, 13 Apr 2012 09:26:48 DEBUG    Setting up Package Sacks
Fri, 13 Apr 2012 09:26:48 DEBUG    yumSearch: found vdsm entries: [<YumAvailablePackageSqlite : vdsm-4.9.6-0.53.gitd2dab50.el6.x86_64 (0x29bee50)>]
Fri, 13 Apr 2012 09:26:48 DEBUG    Host properly registered with RHN/Satellite.
Fri, 13 Apr 2012 09:26:48 DEBUG    <BSTRAP component='RHN_REGISTRATION' status='OK' message='Host properly registered with RHN/Satellite.'/>
Fri, 13 Apr 2012 09:26:49 DEBUG    yumSearchVersion: pkg vdsm-4.9.6-0.53.gitd2dab50.el6.x86_64 starts with: vdsm-4.9
Fri, 13 Apr 2012 09:26:49 DEBUG    Available VDSM matches requirements
Fri, 13 Apr 2012 09:26:49 DEBUG    <BSTRAP component='VDSM_MAJOR_VER' status='OK' message='Available VDSM matches requirements'/>
Fri, 13 Apr 2012 09:26:49 DEBUG    virtExplorer testing
Fri, 13 Apr 2012 09:26:49 DEBUG    CPU vendor is GenuineIntel
Fri, 13 Apr 2012 09:26:49 DEBUG    virt support in cpu: True, in bios: False
Fri, 13 Apr 2012 09:26:49 DEBUG    <BSTRAP component='VT_SVM' status='FAIL' processor='Intel' message='Server does not support virtualization'/>
Fri, 13 Apr 2012 09:26:49 ERROR    virtExplorer test failed
Fri, 13 Apr 2012 09:26:49 DEBUG    <BSTRAP component='RHEV_INSTALL' status='FAIL'/>
Fri, 13 Apr 2012 09:26:49 DEBUG    **** End VDS Validation ****
 
Old 04-13-2012, 03:32 PM   #3
dyasny
Member
 
Registered: Dec 2007
Location: Canada
Distribution: RHEL,Fedora
Posts: 995

Rep: Reputation: 115Reputation: 115
For the future, oVirt has a very active users mailing list (users@ovirt.org that is) as well as an active IRC channel - #ovirt at the OFTC IRC server
 
Old 04-14-2012, 11:29 AM   #4
custangro
Senior Member
 
Registered: Nov 2006
Location: California
Distribution: Fedora , CentOS , RHEL
Posts: 1,979

Original Poster
Blog Entries: 1

Rep: Reputation: 209Reputation: 209Reputation: 209
Quote:
Originally Posted by dyasny View Post
For the future, oVirt has a very active users mailing list (users@ovirt.org that is) as well as an active IRC channel - #ovirt at the OFTC IRC server
I actually joined up shortly after I found out the answer to this :-)

However no one on that list seems to know why I'm having an NFS issue that I am currently having =\

--C
 
Old 04-15-2012, 06:44 AM   #5
dyasny
Member
 
Registered: Dec 2007
Location: Canada
Distribution: RHEL,Fedora
Posts: 995

Rep: Reputation: 115Reputation: 115
NFS is usually due to permissions (chown -R 36:36 /path/to/export) or to the protocol in use (nfs4 not supported yet)
 
Old 04-15-2012, 03:07 PM   #6
custangro
Senior Member
 
Registered: Nov 2006
Location: California
Distribution: Fedora , CentOS , RHEL
Posts: 1,979

Original Poster
Blog Entries: 1

Rep: Reputation: 209Reputation: 209Reputation: 209
Actually went through a lot of debugging...still can't find the issue...

I have another thread for this inquiry

http://www.linuxquestions.org/questi...torage-939796/
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] oVirt documentation/howto custangro Linux - Enterprise 2 04-08-2012 12:46 PM
LXer: oVirt Manages Its First Release LXer Syndicated Linux News 0 02-11-2012 02:00 AM
RHEV going open source as oVirt. sinjet Linux - Virtualization and Cloud 1 09-24-2011 06:46 PM
After host name change: Failed to add user ... with error: The account's primary grou hrauch73 Linux - Server 0 12-13-2010 06:00 PM
add host name stilllearing Linux - Networking 9 02-02-2010 10:44 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Virtualization and Cloud

All times are GMT -5. The time now is 03:01 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration