Results 1 to 7 of 7
Hi all,
On my centos 6; i am unable to configure the virtualization.
please find the screens attached..
Screenshot.jpg Screenshot-1.jpg Screenshot-2.jpg...
- 08-16-2011 #1Just Joined!
- Join Date
- Aug 2011
- Posts
- 4
Virtualization on CentOS 6 - please assit.. screens attached
Hi all,
On my centos 6; i am unable to configure the virtualization.
please find the screens attached..
Screenshot.jpgScreenshot-1.jpgScreenshot-2.jpg
- 08-16-2011 #2Linux Guru
- Join Date
- May 2011
- Posts
- 1,843
It looks like your yum repos are not set up properly, or you do not have a route from the VM to the internet?
- 08-17-2011 #3Just Joined!
- Join Date
- Jun 2010
- Posts
- 25
first check your cpu supports HAV (Hardware assisted virtualization) or not
grep --color vmx /proc/cpuinfo <<<< for intel processors
grep --color svm /proc/cpuinfo <<<< for amd processors
if above command gives output then ur system supports HAV.
Next try to install Virtualization packages:
# yum groupinstall "Virtualization" -y
# yum groupinstall "Virtualization Client" -y
# yum groupinstall "Virtualization Platform" -y
# /etc/init.d/libvirtd restart
chkconfig libvirtd on
Now restart your machine it will work ( if your yum is properly configured )
- 08-18-2011 #4Just Joined!
- Join Date
- Aug 2011
- Posts
- 4
- 08-18-2011 #5Just Joined!
- Join Date
- Aug 2011
- Posts
- 4
Thanks crazpiyush; the vmx flag is up; the yum commands below updated some of the virtualization packages.
however, after reboot; the problem persists.....
i am not sure what qemu-kvm package is for? The virt gui tool says could not find default hypervisor.
i am unable to install qemu-kvm package manually as well?
Please let me know what to do next?
- 08-18-2011 #6Just Joined!
- Join Date
- Aug 2011
- Posts
- 4
Guys,
What information do you need to verify if yum is configured properly or not?
- 08-18-2011 #7Linux Guru
- Join Date
- May 2011
- Posts
- 1,843
Code:yum list available


Reply With Quote
