我正在尝试在RedHat Enterprise Linux 5.6试用版上运行KVM,并试着在http://www.cyberciti.biz/faq/centos-rhel-linux-kvm-virtulization-tutorial/上查看教程。
如果我做百胜集团KVM系统找不到任何东西,我也尝试从添加/删除软件searchKVM没有运气。
我是否需要从redhat下载一些其他位,以便运行KVM?
在Centos上,你会去:
yum -y groupinstall Virtualization
如果您注册了RHN试用版,则可能是相同的命令。 但是,安装Centos 5.x可能会更简单。
官方文件似乎表明,kvm是一个软件包,而不是一个软件包组。 它还提到你必须把系统注册到rhn,即使在审判中我也会认为这是正确的。
如果您使用的是RHEL 5.X版本,那么您需要拥有RHN帐户或有解决方法可以安装KVM
Step # 1: Mount an ISO file. # mkdir -p /media/centos # mount -o loop /dev/centos6X.iso /media/centos Step # 2: Create repo config file on both the node. # vi /etc/yum.repos.d/iso.repo [ISO] baseurl=file:///media/centos enabled=1 Save and close the file # yum install kvm virt-viewer virt-manager libvirt libvirt-python python-virtinst OR # yum groupinstall KVM
以上安装方式之一,或者您可以使用CentOS 6.2进行GUI安装并select包装