==========================================================================================================================================================================================2011-07-05一步、CentOs5.4下首先對xen的升級# cd /etc/yum.repos.d/# wget http://www.gitco.de/repo/GITCO-XEN3.4.3_x86_64.repo# yum groupupdate xen 關聯xen的相關包kernel-xen virt-manager0.7 python-virtinst等# reboot
刪除xen及關聯包如下命令
yum groupupdate xen在重啟之前最好檢查一下 grub 是否配置正確、默認啟動是否是 xen.gz-3.4.3:# vi /boot/grub/menu.lst...title CentOS (2.6.18-194.26.1.el5xen) root (hd0,0) kernel /xen.gz-3.4.3 module /vmlinuz-2.6.18-194.26.1.el5xen ro root=LABEL=/ module /initrd-2.6.18-194.26.1.el5xen.img...以上測試過程同時咱考如下說明:http://www.vpsee.com/2010/11/upgrade-xen-on-centos-5-5-to-xen-3-4-3/==========================================================================================================================================================================================記錄下:
升級linux kernel
以下前提是編譯好的kernel文件包。
2011-07-05將如下進行配置:1、要添加兩行modprobe到xend、詳見/etc/init.d/xend里的modprobe xen-evtchn、modprobe xen-gntdev2、添加xenfs到/etc/fstab文件執行如下命令:/sbin/new-kernel-pkg --package kernel-xen --mkinitrd --depmod --install --multiboot=/boot/xen.gz-3.4.3 2.6.18-164.el5
修改/etc/grub.conf文件內核啟動
title CentOS (2.6.32.33-gwx-xen-2) root (hd0,0) kernel /xen.gz-4.0.1 crashkernel=128M@32M module /vmlinuz-2.6.32.33-gwx-xen-2 ro root=/dev/VolGroup01/LogVol00 rhgb quiet module /initrd-2.6.32.33-gwx-xen-2.img==========================================================================================================================================================================================
轉載 適用于 CentOS 5系列的 Virt-manager 0.8.6 RPM下載http://www.mcncc.com/simple/?t75091.html
放出我打包好的適合CentOS 5系列的Virt-manager 0.8.6 rpm安裝包下載地址。
http://icodex.org/dl/rpms/python-virtinst-0.500.5-3.noarch.rpm
http://icodex.org/dl/rpms/virt-manager-0.8.6-4.noarch.rpm