热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

在VirtualBox虚拟机中的CentOS6.464bit系统安装Xen4.2虚拟机

1,安装VirtualBox首先去下载64bit的VirtualBox,链接如下:http://1.xp510.com:801/xp2011/VirtualBox_x64.zip此版本的VirtualBox是免安装的。另外,记得在BIOS里打开CPU硬件虚拟化支持2,安装CentOS6.4x86_64版本的在Virtu

1,安装VirtualBox

首先去下载64bit的VirtualBox,链接如下:

http://1.xp510.com:801/xp2011/VirtualBox_x64.zip

此版本的VirtualBox是免安装的。

另外,记得在BIOS里打开CPU硬件虚拟化支持

2,安装CentOS 6.4 x86_64版本的

在VirtualBox里创建一个虚拟机,记得把VT-x/AMD-V打开,内存搞大一点,4个G吧,其他随意了

CentOS的安装iso文件:http://mirrors.163.com/centos/6.4/isos/x86_64/CentOS-6.4-x86_64-LiveDVD.iso

3,安装XEN相关

(1)下载xen的repo,命令如下:

cd /etc/yum.repos.d/
wget http://dev.centos.org/centos/6/xen-c6/xen-c6.repo

yum repolist

(2) 安装kernel 3.4版本

yum install kernel kernel-firmware

(3) 安装XEN

yum install xen libvirt python-virtinst libvirt-daemon-xen

(4) 关闭selinux,因为xen不支持selinux

sed -i 's/SELINUX=enforcing/SELINUX=disabled/g' /etc/selinux/config
setenforce 0

(5) 待续

整个过程:

[root@localhost leo]# cd /etc/yum.repos.d/
[root@localhost yum.repos.d]# wget http://dev.centos.org/centos/6/xen-c6/xen-c6.repo
--2013-11-13 23:10:40--  http://dev.centos.org/centos/6/xen-c6/xen-c6.repo
Resolving dev.centos.org... 204.15.73.242
Connecting to dev.centos.org|204.15.73.242|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 267 [text/plain]
Saving to: “xen-c6.repo”

100%[=========================================================================================================================================>] 267         --.-K/s   in 0s

2013-11-13 23:10:41 (10.5 MB/s) - “xen-c6.repo” saved [267/267]

[root@localhost yum.repos.d]# yum repolist
Loaded plugins: fastestmirror, refresh-packagekit, security
Loading mirror speeds from cached hostfile
 * base: centos.ustc.edu.cn
 * extras: centos.ustc.edu.cn
 * updates: centos.ustc.edu.cn
xen-c6                        | 1.9 kB     00:00
xen-c6/primary_db                               | 294 kB     00:03
repo id                    repo name                             status
base                       CentOS-6 - Base                       6,381
extras                     CentOS-6 - Extras                        13
updates                    CentOS-6 - Updates                    1,530
xen-c6                     CentOS-6 - Xen                          379
repolist: 8,303
[root@localhost yum.repos.d]# yum install xen libvirt python-virtinst libvirt-daemon-xen
Loaded plugins: fastestmirror, refresh-packagekit, security
Loading mirror speeds from cached hostfile
 * base: centos.ustc.edu.cn
 * extras: centos.ustc.edu.cn
 * updates: centos.ustc.edu.cn
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package libvirt.x86_64 0:0.10.2.6-5.el6.centos.alt will be installed
--> Processing Dependency: libvirt-daemon-driver-nwfilter = 0.10.2.6-5.el6.centos.alt for package: libvirt-0.10.2.6-5.el6.centos.alt.x86_64
--> Processing Dependency: libvirt-daemon-driver-secret = 0.10.2.6-5.el6.centos.alt for package: libvirt-0.10.2.6-5.el6.centos.alt.x86_64
--> Processing Dependency: libvirt-daemon-driver-xen = 0.10.2.6-5.el6.centos.alt for package: libvirt-0.10.2.6-5.el6.centos.alt.x86_64
--> Processing Dependency: libvirt-daemon-driver-interface = 0.10.2.6-5.el6.centos.alt for package: libvirt-0.10.2.6-5.el6.centos.alt.x86_64
--> Processing Dependency: libvirt-daemon-config-nwfilter = 0.10.2.6-5.el6.centos.alt for package: libvirt-0.10.2.6-5.el6.centos.alt.x86_64
--> Processing Dependency: libvirt-daemon-driver-storage = 0.10.2.6-5.el6.centos.alt for package: libvirt-0.10.2.6-5.el6.centos.alt.x86_64
--> Processing Dependency: libvirt-daemon-driver-nodedev = 0.10.2.6-5.el6.centos.alt for package: libvirt-0.10.2.6-5.el6.centos.alt.x86_64
--> Processing Dependency: libvirt-daemon-config-network = 0.10.2.6-5.el6.centos.alt for package: libvirt-0.10.2.6-5.el6.centos.alt.x86_64
--> Processing Dependency: libvirt-daemon = 0.10.2.6-5.el6.centos.alt for package: libvirt-0.10.2.6-5.el6.centos.alt.x86_64
--> Processing Dependency: libvirt-daemon-driver-lxc = 0.10.2.6-5.el6.centos.alt for package: libvirt-0.10.2.6-5.el6.centos.alt.x86_64
--> Processing Dependency: libvirt-daemon-driver-qemu = 0.10.2.6-5.el6.centos.alt for package: libvirt-0.10.2.6-5.el6.centos.alt.x86_64
--> Processing Dependency: libvirt-daemon-driver-network = 0.10.2.6-5.el6.centos.alt for package: libvirt-0.10.2.6-5.el6.centos.alt.x86_64
--> Processing Dependency: libvirt-daemon-driver-libxl = 0.10.2.6-5.el6.centos.alt for package: libvirt-0.10.2.6-5.el6.centos.alt.x86_64
--> Processing Dependency: libvirt-client = 0.10.2.6-5.el6.centos.alt for package: libvirt-0.10.2.6-5.el6.centos.alt.x86_64
---> Package libvirt-daemon-xen.x86_64 0:0.10.2.6-5.el6.centos.alt will be installed
---> Package python-virtinst.noarch 0:0.600.0-16.el6.centos.alt will be installed
--> Processing Dependency: libvirt-python >= 0.2.0 for package: python-virtinst-0.600.0-16.el6.centos.alt.noarch
---> Package xen.x86_64 0:4.2.2-23.el6.centos.alt will be installed
--> Processing Dependency: xen-runtime = 4.2.2-23.el6.centos.alt for package: xen-4.2.2-23.el6.centos.alt.x86_64
--> Processing Dependency: libxenstore.so.3.0()(64bit) for package: xen-4.2.2-23.el6.centos.alt.x86_64
--> Processing Dependency: libxenguest.so.4.2()(64bit) for package: xen-4.2.2-23.el6.centos.alt.x86_64
--> Processing Dependency: libxenctrl.so.4.2()(64bit) for package: xen-4.2.2-23.el6.centos.alt.x86_64
--> Running transaction check
---> Package libvirt-client.x86_64 0:0.10.2.6-5.el6.centos.alt will be installed
--> Processing Dependency: gnutls-utils for package: libvirt-client-0.10.2.6-5.el6.centos.alt.x86_64
--> Processing Dependency: libyajl.so.1()(64bit) for package: libvirt-client-0.10.2.6-5.el6.centos.alt.x86_64
---> Package libvirt-daemon.x86_64 0:0.10.2.6-5.el6.centos.alt will be installed
--> Processing Dependency: /usr/bin/qemu-img for package: libvirt-daemon-0.10.2.6-5.el6.centos.alt.x86_64
--> Processing Dependency: ebtables for package: libvirt-daemon-0.10.2.6-5.el6.centos.alt.x86_64
--> Processing Dependency: lzop for package: libvirt-daemon-0.10.2.6-5.el6.centos.alt.x86_64
--> Processing Dependency: libcgroup for package: libvirt-daemon-0.10.2.6-5.el6.centos.alt.x86_64
--> Processing Dependency: radvd for package: libvirt-daemon-0.10.2.6-5.el6.centos.alt.x86_64
--> Processing Dependency: numad for package: libvirt-daemon-0.10.2.6-5.el6.centos.alt.x86_64
---> Package libvirt-daemon-config-network.x86_64 0:0.10.2.6-5.el6.centos.alt will be installed
---> Package libvirt-daemon-config-nwfilter.x86_64 0:0.10.2.6-5.el6.centos.alt will be installed
---> Package libvirt-daemon-driver-interface.x86_64 0:0.10.2.6-5.el6.centos.alt will be installed
--> Processing Dependency: libnetcf.so.1(NETCF_1.3.0)(64bit) for package: libvirt-daemon-driver-interface-0.10.2.6-5.el6.centos.alt.x86_64
--> Processing Dependency: libnetcf.so.1(NETCF_1.2.0)(64bit) for package: libvirt-daemon-driver-interface-0.10.2.6-5.el6.centos.alt.x86_64
--> Processing Dependency: libnetcf.so.1(NETCF_1.4.0)(64bit) for package: libvirt-daemon-driver-interface-0.10.2.6-5.el6.centos.alt.x86_64
--> Processing Dependency: libnetcf.so.1(NETCF_1.0.0)(64bit) for package: libvirt-daemon-driver-interface-0.10.2.6-5.el6.centos.alt.x86_64
--> Processing Dependency: libnetcf.so.1()(64bit) for package: libvirt-daemon-driver-interface-0.10.2.6-5.el6.centos.alt.x86_64
---> Package libvirt-daemon-driver-libxl.x86_64 0:0.10.2.6-5.el6.centos.alt will be installed
---> Package libvirt-daemon-driver-lxc.x86_64 0:0.10.2.6-5.el6.centos.alt will be installed
---> Package libvirt-daemon-driver-network.x86_64 0:0.10.2.6-5.el6.centos.alt will be installed
---> Package libvirt-daemon-driver-nodedev.x86_64 0:0.10.2.6-5.el6.centos.alt will be installed
---> Package libvirt-daemon-driver-nwfilter.x86_64 0:0.10.2.6-5.el6.centos.alt will be installed
---> Package libvirt-daemon-driver-qemu.x86_64 0:0.10.2.6-5.el6.centos.alt will be installed
---> Package libvirt-daemon-driver-secret.x86_64 0:0.10.2.6-5.el6.centos.alt will be installed
---> Package libvirt-daemon-driver-storage.x86_64 0:0.10.2.6-5.el6.centos.alt will be installed
---> Package libvirt-daemon-driver-xen.x86_64 0:0.10.2.6-5.el6.centos.alt will be installed
---> Package libvirt-python.x86_64 0:0.10.2.6-5.el6.centos.alt will be installed
---> Package xen-libs.x86_64 0:4.2.2-23.el6.centos.alt will be installed
--> Processing Dependency: xen-licenses for package: xen-libs-4.2.2-23.el6.centos.alt.x86_64
---> Package xen-runtime.x86_64 0:4.2.2-23.el6.centos.alt will be installed
--> Processing Dependency: xen-hypervisor-abi = 4.2 for package: xen-runtime-4.2.2-23.el6.centos.alt.x86_64
--> Running transaction check
---> Package ebtables.x86_64 0:2.0.9-6.el6 will be installed
---> Package gnutls-utils.x86_64 0:2.8.5-10.el6_4.2 will be installed
--> Processing Dependency: gnutls = 2.8.5-10.el6_4.2 for package: gnutls-utils-2.8.5-10.el6_4.2.x86_64
---> Package libcgroup.x86_64 0:0.37-7.2.el6_4 will be installed
---> Package lzop.x86_64 0:1.02-0.9.rc1.el6 will be installed
--> Processing Dependency: liblzo2.so.2()(64bit) for package: lzop-1.02-0.9.rc1.el6.x86_64
---> Package netcf-libs.x86_64 0:0.1.9-3.el6 will be installed
--> Processing Dependency: libaugeas.so.0(AUGEAS_0.8.0)(64bit) for package: netcf-libs-0.1.9-3.el6.x86_64
--> Processing Dependency: libaugeas.so.0(AUGEAS_0.1.0)(64bit) for package: netcf-libs-0.1.9-3.el6.x86_64
--> Processing Dependency: libaugeas.so.0()(64bit) for package: netcf-libs-0.1.9-3.el6.x86_64
---> Package numad.x86_64 0:0.5-8.20121015git.el6 will be installed
---> Package qemu-img.x86_64 2:0.12.1.2-2.355.0.1.el6_4.9 will be installed
--> Processing Dependency: libusbredirparser.so.1()(64bit) for package: 2:qemu-img-0.12.1.2-2.355.0.1.el6_4.9.x86_64
---> Package radvd.x86_64 0:1.6-1.el6 will be installed
---> Package xen-hypervisor.x86_64 0:4.2.2-23.el6.centos.alt will be installed
--> Processing Dependency: kernel >= 3.4.26 for package: xen-hypervisor-4.2.2-23.el6.centos.alt.x86_64
---> Package xen-licenses.x86_64 0:4.2.2-23.el6.centos.alt will be installed
---> Package yajl.x86_64 0:1.0.7-3.el6 will be installed
--> Running transaction check
---> Package augeas-libs.x86_64 0:0.9.0-4.el6 will be installed
---> Package gnutls.x86_64 0:2.8.5-10.el6 will be updated
---> Package gnutls.x86_64 0:2.8.5-10.el6_4.2 will be an update
---> Package kernel.x86_64 0:3.4.53-8.el6.centos.alt will be installed
--> Processing Dependency: kernel-firmware >= 3.4.53-8.el6.centos.alt for package: kernel-3.4.53-8.el6.centos.alt.x86_64
---> Package lzo.x86_64 0:2.03-3.1.el6 will be installed
---> Package usbredir.x86_64 0:0.5.1-1.el6 will be installed
--> Running transaction check
---> Package kernel-firmware.noarch 0:2.6.32-358.el6 will be updated
---> Package kernel-firmware.noarch 0:3.4.53-8.el6.centos.alt will be an update
--> Finished Dependency Resolution

Dependencies Resolved

===================================================================================================================================================================================
 Package                               Arch         Version            Repository                       Size
===================================================================================================================================================================================
Installing:
 libvirt                               x86_64       0.10.2.6-5.el6.centos.alt          xen-c6                           33 k
 libvirt-daemon-xen                    x86_64         0.10.2.6-5.el6.centos.alt                            xen-c6         33 k
 python-virtinst                       noarch       0.600.0-16.el6.centos.alt                            xen-c6        491 k
 xen                 x86_64                         4.2.2-23.el6.centos.alt            xen-c6                          1.0 M
Installing for dependencies:
 augeas-libs                           x86_64       0.9.0-4.el6                        base          317 k
 ebtables                              x86_64       2.0.9-6.el6                        base           95 k
 gnutls-utils                          x86_64       2.8.5-10.el6_4.2                   updates                         100 k
 kernel                x86_64                         3.4.53-8.el6.centos.alt            xen-c6         30 M
 libcgroup                             x86_64       0.37-7.2.el6_4                     updates                         111 k
 libvirt-client                        x86_64       0.10.2.6-5.el6.centos.alt            xen-c6                          4.0 M
 libvirt-daemon                        x86_64       0.10.2.6-5.el6.centos.alt            xen-c6                          1.8 M
 libvirt-daemon-config-network         x86_64                         0.10.2.6-5.el6.centos.alt          xen-c6                           33 k
 libvirt-daemon-config-nwfilter          x86_64                         0.10.2.6-5.el6.centos.alt          xen-c6                           37 k
 libvirt-daemon-driver-interface                         x86_64       0.10.2.6-5.el6.centos.alt          xen-c6                           65 k
 libvirt-daemon-driver-libxl           x86_64                         0.10.2.6-5.el6.centos.alt          xen-c6                          110 k
 libvirt-daemon-driver-lxc             x86_64                         0.10.2.6-5.el6.centos.alt          xen-c6                           98 k
 libvirt-daemon-driver-network         x86_64                         0.10.2.6-5.el6.centos.alt          xen-c6                           80 k
 libvirt-daemon-driver-nodedev         x86_64                         0.10.2.6-5.el6.centos.alt          xen-c6                           72 k
 libvirt-daemon-driver-nwfilter          x86_64                         0.10.2.6-5.el6.centos.alt          xen-c6                           95 k
 libvirt-daemon-driver-qemu            x86_64                         0.10.2.6-5.el6.centos.alt          xen-c6                          329 k
 libvirt-daemon-driver-secret          x86_64                         0.10.2.6-5.el6.centos.alt          xen-c6                           66 k
 libvirt-daemon-driver-storage         x86_64                         0.10.2.6-5.el6.centos.alt          xen-c6                          103 k
 libvirt-daemon-driver-xen             x86_64                         0.10.2.6-5.el6.centos.alt          xen-c6                          119 k
 libvirt-python                        x86_64       0.10.2.6-5.el6.centos.alt            xen-c6                          380 k
 lzo                 x86_64                         2.03-3.1.el6                       base           55 k
 lzop                  x86_64                         1.02-0.9.rc1.el6                   base           50 k
 netcf-libs                            x86_64       0.1.9-3.el6                        base           51 k
 numad                                 x86_64       0.5-8.20121015git.el6              base                             27 k
 qemu-img                              x86_64       2:0.12.1.2-2.355.0.1.el6_4.9       updates                         475 k
 radvd                                 x86_64       1.6-1.el6                          base           75 k
 usbredir                              x86_64       0.5.1-1.el6                        base           40 k
 xen-hypervisor                        x86_64       4.2.2-23.el6.centos.alt            xen-c6                          4.4 M
 xen-libs                              x86_64       4.2.2-23.el6.centos.alt            xen-c6                          410 k
 xen-licenses                          x86_64       4.2.2-23.el6.centos.alt            xen-c6                           77 k
 xen-runtime                           x86_64       4.2.2-23.el6.centos.alt            xen-c6                          7.9 M
 yajl                  x86_64                         1.0.7-3.el6                        base           27 k
Updating for dependencies:
 gnutls                x86_64                         2.8.5-10.el6_4.2                   updates       346 k
 kernel-firmware                       noarch       3.4.53-8.el6.centos.alt              xen-c6                          1.0 M

Transaction Summary
===================================================================================================================================================================================
Install      36 Package(s)
Upgrade       2 Package(s)

Total download size: 54 M
Is this ok [y/N]: y
Downloading Packages:
(1/38): augeas-libs-0.9.0-4.el6.x86_64.rpm                        | 317 kB     00:00
(2/38): ebtables-2.0.9-6.el6.x86_64.rpm                           |  95 kB     00:00
(3/38): gnutls-2.8.5-10.el6_4.2.x86_64.rpm                        | 346 kB     00:00
(4/38): gnutls-utils-2.8.5-10.el6_4.2.x86_64.rpm                  | 100 kB     00:00
(5/38): kernel-3.4.53-8.el6.centos.alt.x86_64.rpm                 |  30 MB     13:03
(6/38): kernel-firmware-3.4.53-8.el6.centos.alt.noarch.rpm        | 1.0 MB     00:38
(7/38): libcgroup-0.37-7.2.el6_4.x86_64.rpm                       | 111 kB     00:00
(8/38): libvirt-0.10.2.6-5.el6.centos.alt.x86_64.rpm              |  33 kB     00:00
(9/38): libvirt-client-0.10.2.6-5.el6.centos.alt.x86_64.rpm       | 4.0 MB     01:17
(10/38): libvirt-daemon-0.10.2.6-5.el6.centos.alt.x86_64.rpm      | 1.8 MB     00:35
(11/38): libvirt-daemon-config-network-0.10.2.6-5.el6.centos.alt.x86_64.rpm         |  33 kB     00:01
(12/38): libvirt-daemon-config-nwfilter-0.10.2.6-5.el6.centos.alt.x86_64.rpm        |  37 kB     00:00
(13/38): libvirt-daemon-driver-interface-0.10.2.6-5.el6.centos.alt.x86_64.rpm       |  65 kB     00:01
(14/38): libvirt-daemon-driver-libxl-0.10.2.6-5.el6.centos.alt.x86_64.rpm           | 110 kB     00:02
(15/38): libvirt-daemon-driver-lxc-0.10.2.6-5.el6.centos.alt.x86_64.rpm             |  98 kB     00:01
(16/38): libvirt-daemon-driver-network-0.10.2.6-5.el6.centos.alt.x86_64.rpm         |  80 kB     00:01
(17/38): libvirt-daemon-driver-nodedev-0.10.2.6-5.el6.centos.alt.x86_64.rpm         |  72 kB     00:01
(18/38): libvirt-daemon-driver-nwfilter-0.10.2.6-5.el6.centos.alt.x86_64.rpm        |  95 kB     00:02
(19/38): libvirt-daemon-driver-qemu-0.10.2.6-5.el6.centos.alt.x86_64.rpm            | 329 kB     00:12
(20/38): libvirt-daemon-driver-secret-0.10.2.6-5.el6.centos.alt.x86_64.rpm          |  66 kB     00:02
(21/38): libvirt-daemon-driver-storage-0.10.2.6-5.el6.centos.alt.x86_64.rpm         | 103 kB     00:01
(22/38): libvirt-daemon-driver-xen-0.10.2.6-5.el6.centos.alt.x86_64.rpm             | 119 kB     00:01
(23/38): libvirt-daemon-xen-0.10.2.6-5.el6.centos.alt.x86_64.rpm  |  33 kB     00:01
(24/38): libvirt-python-0.10.2.6-5.el6.centos.alt.x86_64.rpm      | 380 kB     00:08
(25/38): lzo-2.03-3.1.el6.x86_64.rpm            |  55 kB     00:00
(26/38): lzop-1.02-0.9.rc1.el6.x86_64.rpm                         |  50 kB     00:00
(27/38): netcf-libs-0.1.9-3.el6.x86_64.rpm                        |  51 kB     00:00
(28/38): numad-0.5-8.20121015git.el6.x86_64.rpm                   |  27 kB     00:00
(29/38): python-virtinst-0.600.0-16.el6.centos.alt.noarch.rpm     | 491 kB     00:04
(30/38): qemu-img-0.12.1.2-2.355.0.1.el6_4.9.x86_64.rpm           | 475 kB     00:00
(31/38): radvd-1.6-1.el6.x86_64.rpm             |  75 kB     00:00
(32/38): usbredir-0.5.1-1.el6.x86_64.rpm        |  40 kB     00:00
(33/38): xen-4.2.2-23.el6.centos.alt.x86_64.rpm                   | 1.0 MB     00:32
(34/38): xen-hypervisor-4.2.2-23.el6.centos.alt.x86_64.rpm        | 4.4 MB     01:37
(35/38): xen-libs-4.2.2-23.el6.centos.alt.x86_64.rpm              | 410 kB     00:03
(36/38): xen-licenses-4.2.2-23.el6.centos.alt.x86_64.rpm          |  77 kB     00:02
(37/38): xen-runtime-4.2.2-23.el6.centos.alt.x86_64.rpm           | 7.9 MB     03:40
(38/38): yajl-1.0.7-3.el6.x86_64.rpm            |  27 kB     00:00
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total                                   41 kB/s |  54 MB     22:31
warning: rpmts_HdrFromFdno: Header V3 RSA/SHA1 Signature, key ID c105b9de: NOKEY
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
Importing GPG key 0xC105B9DE:
 Userid : CentOS-6 Key (CentOS 6 Official Signing Key)
 Package: centos-release-6-4.el6.centos.10.x86_64 (@base/$releasever)
 From   : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
Is this ok [y/N]: y
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
  Updating   : gnutls-2.8.5-10.el6_4.2.x86_64   1/40
  Installing : yajl-1.0.7-3.el6.x86_64          2/40
  Installing : xen-licenses-4.2.2-23.el6.centos.alt.x86_64        3/40
  Installing : xen-libs-4.2.2-23.el6.centos.alt.x86_64            4/40
  Installing : libcgroup-0.37-7.2.el6_4.x86_64                    5/40
  Installing : numad-0.5-8.20121015git.el6.x86_64                 6/40
  Installing : gnutls-utils-2.8.5-10.el6_4.2.x86_64               7/40
  Installing : libvirt-client-0.10.2.6-5.el6.centos.alt.x86_64    8/40
  Installing : libvirt-python-0.10.2.6-5.el6.centos.alt.x86_64    9/40
  Installing : ebtables-2.0.9-6.el6.x86_64     10/40
  Installing : radvd-1.6-1.el6.x86_64          11/40
  Updating   : kernel-firmware-3.4.53-8.el6.centos.alt.noarch                      12/40
  Installing : augeas-libs-0.9.0-4.el6.x86_64                    13/40
  Installing : netcf-libs-0.1.9-3.el6.x86_64                     14/40
  Installing : usbredir-0.5.1-1.el6.x86_64     15/40
  Installing : 2:qemu-img-0.12.1.2-2.355.0.1.el6_4.9.x86_64      16/40
  Installing : lzo-2.03-3.1.el6.x86_64         17/40
  Installing : lzop-1.02-0.9.rc1.el6.x86_64      18/40
  Installing : libvirt-daemon-0.10.2.6-5.el6.centos.alt.x86_64   19/40
  Installing : libvirt-daemon-driver-network-0.10.2.6-5.el6.centos.alt.x86_64      20/40
  Installing : libvirt-daemon-driver-storage-0.10.2.6-5.el6.centos.alt.x86_64      21/40
  Installing : libvirt-daemon-driver-interface-0.10.2.6-5.el6.centos.alt.x86_64    22/40
  Installing : libvirt-daemon-driver-nodedev-0.10.2.6-5.el6.centos.alt.x86_64      23/40
  Installing : libvirt-daemon-driver-nwfilter-0.10.2.6-5.el6.centos.alt.x86_64     24/40
  Installing : libvirt-daemon-driver-secret-0.10.2.6-5.el6.centos.alt.x86_64       25/40
  Installing : libvirt-daemon-driver-libxl-0.10.2.6-5.el6.centos.alt.x86_64        26/40
  Installing : libvirt-daemon-driver-xen-0.10.2.6-5.el6.centos.alt.x86_64          27/40
  Installing : libvirt-daemon-driver-qemu-0.10.2.6-5.el6.centos.alt.x86_64         28/40
  Installing : libvirt-daemon-driver-lxc-0.10.2.6-5.el6.centos.alt.x86_64          29/40
  Installing : libvirt-daemon-config-nwfilter-0.10.2.6-5.el6.centos.alt.x86_64     30/40
  Installing : libvirt-daemon-config-network-0.10.2.6-5.el6.centos.alt.x86_64      31/40
  Installing : libvirt-0.10.2.6-5.el6.centos.alt.x86_64          32/40
  Installing : python-virtinst-0.600.0-16.el6.centos.alt.noarch                    33/40
  Installing : kernel-3.4.53-8.el6.centos.alt.x86_64             34/40
  Installing : xen-hypervisor-4.2.2-23.el6.centos.alt.x86_64     35/40
  Installing : xen-runtime-4.2.2-23.el6.centos.alt.x86_64        36/40
  Installing : xen-4.2.2-23.el6.centos.alt.x86_64                37/40
  Installing : libvirt-daemon-xen-0.10.2.6-5.el6.centos.alt.x86_64                 38/40
  Cleanup    : kernel-firmware-2.6.32-358.el6.noarch             39/40
  Cleanup    : gnutls-2.8.5-10.el6.x86_64      40/40
  Verifying  : libcgroup-0.37-7.2.el6_4.x86_64    1/40
  Verifying  : libvirt-daemon-driver-storage-0.10.2.6-5.el6.centos.alt.x86_64       2/40
  Verifying  : libvirt-client-0.10.2.6-5.el6.centos.alt.x86_64      3/40
  Verifying  : 2:qemu-img-0.12.1.2-2.355.0.1.el6_4.9.x86_64       4/40
  Verifying  : lzop-1.02-0.9.rc1.el6.x86_64     5/40
  Verifying  : lzo-2.03-3.1.el6.x86_64          6/40
  Verifying  : usbredir-0.5.1-1.el6.x86_64      7/40
  Verifying  : libvirt-daemon-driver-interface-0.10.2.6-5.el6.centos.alt.x86_64     8/40
  Verifying  : libvirt-daemon-0.10.2.6-5.el6.centos.alt.x86_64      9/40
  Verifying  : augeas-libs-0.9.0-4.el6.x86_64    10/40
  Verifying  : numad-0.5-8.20121015git.el6.x86_64                11/40
  Verifying  : libvirt-daemon-driver-nodedev-0.10.2.6-5.el6.centos.alt.x86_64      12/40
  Verifying  : libvirt-daemon-config-nwfilter-0.10.2.6-5.el6.centos.alt.x86_64     13/40
  Verifying  : libvirt-daemon-driver-qemu-0.10.2.6-5.el6.centos.alt.x86_64         14/40
  Verifying  : libvirt-daemon-driver-nwfilter-0.10.2.6-5.el6.centos.alt.x86_64     15/40
  Verifying  : kernel-firmware-3.4.53-8.el6.centos.alt.noarch                      16/40
  Verifying  : libvirt-daemon-xen-0.10.2.6-5.el6.centos.alt.x86_64                 17/40
  Verifying  : libvirt-daemon-config-network-0.10.2.6-5.el6.centos.alt.x86_64      18/40
  Verifying  : libvirt-daemon-driver-lxc-0.10.2.6-5.el6.centos.alt.x86_64          19/40
  Verifying  : libvirt-daemon-driver-network-0.10.2.6-5.el6.centos.alt.x86_64      20/40
  Verifying  : python-virtinst-0.600.0-16.el6.centos.alt.noarch                    21/40
  Verifying  : radvd-1.6-1.el6.x86_64          22/40
  Verifying  : netcf-libs-0.1.9-3.el6.x86_64   23/40
  Verifying  : libvirt-daemon-driver-secret-0.10.2.6-5.el6.centos.alt.x86_64       24/40
  Verifying  : xen-runtime-4.2.2-23.el6.centos.alt.x86_64        25/40
  Verifying  : xen-4.2.2-23.el6.centos.alt.x86_64                26/40
  Verifying  : libvirt-python-0.10.2.6-5.el6.centos.alt.x86_64                     27/40
  Verifying  : xen-licenses-4.2.2-23.el6.centos.alt.x86_64       28/40
  Verifying  : gnutls-utils-2.8.5-10.el6_4.2.x86_64              29/40
  Verifying  : xen-libs-4.2.2-23.el6.centos.alt.x86_64           30/40
  Verifying  : kernel-3.4.53-8.el6.centos.alt.x86_64             31/40
  Verifying  : ebtables-2.0.9-6.el6.x86_64     32/40
  Verifying  : xen-hypervisor-4.2.2-23.el6.centos.alt.x86_64                       33/40
  Verifying  : yajl-1.0.7-3.el6.x86_64         34/40
  Verifying  : libvirt-0.10.2.6-5.el6.centos.alt.x86_64          35/40
  Verifying  : gnutls-2.8.5-10.el6_4.2.x86_64    36/40
  Verifying  : libvirt-daemon-driver-libxl-0.10.2.6-5.el6.centos.alt.x86_64        37/40
  Verifying  : libvirt-daemon-driver-xen-0.10.2.6-5.el6.centos.alt.x86_64          38/40
  Verifying  : kernel-firmware-2.6.32-358.el6.noarch             39/40
  Verifying  : gnutls-2.8.5-10.el6.x86_64      40/40

Installed:
  libvirt.x86_64 0:0.10.2.6-5.el6.centos.alt           libvirt-daemon-xen.x86_64 0:0.10.2.6-5.el6.centos.alt           python-virtinst.noarch 0:0.600.0-16.el6.centos.alt
  xen.x86_64 0:4.2.2-23.el6.centos.alt

Dependency Installed:
  augeas-libs.x86_64 0:0.9.0-4.el6                    ebtables.x86_64 0:2.0.9-6.el6
  gnutls-utils.x86_64 0:2.8.5-10.el6_4.2              kernel.x86_64 0:3.4.53-8.el6.centos.alt
  libcgroup.x86_64 0:0.37-7.2.el6_4                   libvirt-client.x86_64 0:0.10.2.6-5.el6.centos.alt
  libvirt-daemon.x86_64 0:0.10.2.6-5.el6.centos.alt   libvirt-daemon-config-network.x86_64 0:0.10.2.6-5.el6.centos.alt
  libvirt-daemon-config-nwfilter.x86_64 0:0.10.2.6-5.el6.centos.alt           libvirt-daemon-driver-interface.x86_64 0:0.10.2.6-5.el6.centos.alt
  libvirt-daemon-driver-libxl.x86_64 0:0.10.2.6-5.el6.centos.alt            libvirt-daemon-driver-lxc.x86_64 0:0.10.2.6-5.el6.centos.alt
  libvirt-daemon-driver-network.x86_64 0:0.10.2.6-5.el6.centos.alt            libvirt-daemon-driver-nodedev.x86_64 0:0.10.2.6-5.el6.centos.alt
  libvirt-daemon-driver-nwfilter.x86_64 0:0.10.2.6-5.el6.centos.alt           libvirt-daemon-driver-qemu.x86_64 0:0.10.2.6-5.el6.centos.alt
  libvirt-daemon-driver-secret.x86_64 0:0.10.2.6-5.el6.centos.alt           libvirt-daemon-driver-storage.x86_64 0:0.10.2.6-5.el6.centos.alt
  libvirt-daemon-driver-xen.x86_64 0:0.10.2.6-5.el6.centos.alt          libvirt-python.x86_64 0:0.10.2.6-5.el6.centos.alt
  lzo.x86_64 0:2.03-3.1.el6                           lzop.x86_64 0:1.02-0.9.rc1.el6
  netcf-libs.x86_64 0:0.1.9-3.el6                     numad.x86_64 0:0.5-8.20121015git.el6
  qemu-img.x86_64 2:0.12.1.2-2.355.0.1.el6_4.9        radvd.x86_64 0:1.6-1.el6
  usbredir.x86_64 0:0.5.1-1.el6         xen-hypervisor.x86_64 0:4.2.2-23.el6.centos.alt
  xen-libs.x86_64 0:4.2.2-23.el6.centos.alt           xen-licenses.x86_64 0:4.2.2-23.el6.centos.alt
  xen-runtime.x86_64 0:4.2.2-23.el6.centos.alt        yajl.x86_64 0:1.0.7-3.el6

Dependency Updated:
  gnutls.x86_64 0:2.8.5-10.el6_4.2             kernel-firmware.noarch 0:3.4.53-8.el6.centos.alt

Complete!
[root@localhost yum.repos.d]#


推荐阅读
  • Centos7.6安装Gitlab教程及注意事项
    本文介绍了在Centos7.6系统下安装Gitlab的详细教程,并提供了一些注意事项。教程包括查看系统版本、安装必要的软件包、配置防火墙等步骤。同时,还强调了使用阿里云服务器时的特殊配置需求,以及建议至少4GB的可用RAM来运行GitLab。 ... [详细]
  • 本文介绍了Linux系统中正则表达式的基础知识,包括正则表达式的简介、字符分类、普通字符和元字符的区别,以及在学习过程中需要注意的事项。同时提醒读者要注意正则表达式与通配符的区别,并给出了使用正则表达式时的一些建议。本文适合初学者了解Linux系统中的正则表达式,并提供了学习的参考资料。 ... [详细]
  • 本文介绍了在CentOS上安装Python2.7.2的详细步骤,包括下载、解压、编译和安装等操作。同时提供了一些注意事项,以及测试安装是否成功的方法。 ... [详细]
  • Linux服务器密码过期策略、登录次数限制、私钥登录等配置方法
    本文介绍了在Linux服务器上进行密码过期策略、登录次数限制、私钥登录等配置的方法。通过修改配置文件中的参数,可以设置密码的有效期、最小间隔时间、最小长度,并在密码过期前进行提示。同时还介绍了如何进行公钥登录和修改默认账户用户名的操作。详细步骤和注意事项可参考本文内容。 ... [详细]
  • 学习SLAM的女生,很酷
    本文介绍了学习SLAM的女生的故事,她们选择SLAM作为研究方向,面临各种学习挑战,但坚持不懈,最终获得成功。文章鼓励未来想走科研道路的女生勇敢追求自己的梦想,同时提到了一位正在英国攻读硕士学位的女生与SLAM结缘的经历。 ... [详细]
  • Python语法上的区别及注意事项
    本文介绍了Python2x和Python3x在语法上的区别,包括print语句的变化、除法运算结果的不同、raw_input函数的替代、class写法的变化等。同时还介绍了Python脚本的解释程序的指定方法,以及在不同版本的Python中如何执行脚本。对于想要学习Python的人来说,本文提供了一些注意事项和技巧。 ... [详细]
  • 计算机存储系统的层次结构及其优势
    本文介绍了计算机存储系统的层次结构,包括高速缓存、主存储器和辅助存储器三个层次。通过分层存储数据可以提高程序的执行效率。计算机存储系统的层次结构将各种不同存储容量、存取速度和价格的存储器有机组合成整体,形成可寻址存储空间比主存储器空间大得多的存储整体。由于辅助存储器容量大、价格低,使得整体存储系统的平均价格降低。同时,高速缓存的存取速度可以和CPU的工作速度相匹配,进一步提高程序执行效率。 ... [详细]
  • Ubuntu 9.04中安装谷歌Chromium浏览器及使用体验[图文]
    nsitionalENhttp:www.w3.orgTRxhtml1DTDxhtml1-transitional.dtd ... [详细]
  • 如何在服务器主机上实现文件共享的方法和工具
    本文介绍了在服务器主机上实现文件共享的方法和工具,包括Linux主机和Windows主机的文件传输方式,Web运维和FTP/SFTP客户端运维两种方式,以及使用WinSCP工具将文件上传至Linux云服务器的操作方法。此外,还介绍了在迁移过程中需要安装迁移Agent并输入目的端服务器所在华为云的AK/SK,以及主机迁移服务会收集的源端服务器信息。 ... [详细]
  • 成功安装Sabayon Linux在thinkpad X60上的经验分享
    本文分享了作者在国庆期间在thinkpad X60上成功安装Sabayon Linux的经验。通过修改CHOST和执行emerge命令,作者顺利完成了安装过程。Sabayon Linux是一个基于Gentoo Linux的发行版,可以将电脑快速转变为一个功能强大的系统。除了作为一个live DVD使用外,Sabayon Linux还可以被安装在硬盘上,方便用户使用。 ... [详细]
  • Android源码深入理解JNI技术的概述和应用
    本文介绍了Android源码中的JNI技术,包括概述和应用。JNI是Java Native Interface的缩写,是一种技术,可以实现Java程序调用Native语言写的函数,以及Native程序调用Java层的函数。在Android平台上,JNI充当了连接Java世界和Native世界的桥梁。本文通过分析Android源码中的相关文件和位置,深入探讨了JNI技术在Android开发中的重要性和应用场景。 ... [详细]
  • 在CentOS/RHEL 7/6,Fedora 27/26/25上安装JAVA 9的步骤和方法
    本文介绍了在CentOS/RHEL 7/6,Fedora 27/26/25上安装JAVA 9的详细步骤和方法。首先需要下载最新的Java SE Development Kit 9发行版,然后按照给出的Shell命令行方式进行安装。详细的步骤和方法请参考正文内容。 ... [详细]
  • CentOS 7部署KVM虚拟化环境之一架构介绍
    本文介绍了CentOS 7部署KVM虚拟化环境的架构,详细解释了虚拟化技术的概念和原理,包括全虚拟化和半虚拟化。同时介绍了虚拟机的概念和虚拟化软件的作用。 ... [详细]
  • CEPH LIO iSCSI Gateway及其使用参考文档
    本文介绍了CEPH LIO iSCSI Gateway以及使用该网关的参考文档,包括Ceph Block Device、CEPH ISCSI GATEWAY、USING AN ISCSI GATEWAY等。同时提供了多个参考链接,详细介绍了CEPH LIO iSCSI Gateway的配置和使用方法。 ... [详细]
  • 本文介绍了在Linux系统中设置文件ACL权限的方法和使用说明,包括在centos7.3和centos6.9中开启ACL权限的两种方法:在挂载时指定打开ACL权限和修改默认的属性信息。同时提供了对ACL权限的详细解释和应用场景。 ... [详细]
author-avatar
孤狼舔血_347
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有