Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2768594
  • 博文数量: 587
  • 博客积分: 6356
  • 博客等级: 准将
  • 技术积分: 6410
  • 用 户 组: 普通用户
  • 注册时间: 2008-10-23 10:54
个人简介

器量大者,福泽必厚

文章分类

全部博文(587)

文章存档

2019年(3)

2018年(1)

2017年(29)

2016年(39)

2015年(66)

2014年(117)

2013年(136)

2012年(58)

2011年(34)

2010年(50)

2009年(38)

2008年(16)

分类: LINUX

2013-01-30 10:04:37

Installing the virtualization packages with yum To use virtualization on Red Hat Enterprise Linux you require at least the qemu-kvm and qemu-img,packages. These packages provide the user-level KVM emulator and disk image manager on the host Red Hat Enterprise Linux system.


To install the qemu-kvm and qem u-im g packages, run the following command:

#yum install qemu-kvm qemu-img


Several additional virtualization management packages are also available:  ##其他的几个包也是很有用的!

Red Hat Enterprise Linux 6 Virtualization Host Configuration and Guest Installation Guide 21


python-virtinst

Provides the virt-install command for creating virtual machines.


libvirt
The libvirt package provides the server and host side libraries for interacting with hypervisors and host systems. The libvirt package provides the libvirtd daemon that handles the library calls, manages virtualized guests and controls the hypervisor.


libvirt-python
The libvirt-python package contains a module that permits applications written in the Python programming language to use the interface supplied by the libvirt API.


virt-manager
virt-m anager, also known as Virtual Machine Manager, provides a graphical tool for administering virtual machines. It uses libvirt-client library as the management API.


libvirt-client
The libvirt-client package provides the client-side APIs and libraries for accessing libvirt servers. The libvirt-client package includes the virsh command line tool to manage and control virtualized guests and hypervisors from the command line or a special virtualization shell.


Install all of these recommended virtualization packages with the following command:

# yum -y install  virt-manager  libvirt  libvirt-python  python-virtinst  libvirt-client



或另外一种安装方式:


centos6下安装:
 [root@h5 4e7bd052-3787-3f40-9b70-ec3a929ca077]# yum grouplist | grep -i virtual 
 Virtualization
 Virtualization Client
 Virtualization Platform
 Virtualization Tools
 [root@h5 4e7bd052-3787-3f40-9b70-ec3a929ca077]# cat /etc/issue
CentOS release 6.2 (Final)
Kernel \r on an \m

 #yum -y groupinstall  'Virtualization'  'Virtualization Client'  'Virtualization Platform' 


各个组里面含有的包情况:

 



阅读(1254) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~