Find the answer to your Linux question:
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...
  1. #1
    Just 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

  2. #2
    Linux 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?

  3. #3
    Just 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 )

  4. #4
    Just Joined!
    Join Date
    Aug 2011
    Posts
    4
    Quote Originally Posted by atreyu View Post
    It looks like your yum repos are not set up properly, or you do not have a route from the VM to the internet?
    atreyu thanks for responding; centos is installed on the physical machine. (not vm) and it is connected to the internet.

  5. #5
    Just 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?


    Quote Originally Posted by crazpiyush View Post
    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 )

  6. #6
    Just Joined!
    Join Date
    Aug 2011
    Posts
    4
    Guys,

    What information do you need to verify if yum is configured properly or not?

  7. #7
    Linux Guru
    Join Date
    May 2011
    Posts
    1,843
    Code:
    yum list available

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...