欢迎来到天天文库
浏览记录
ID:32657729
大小:157.85 KB
页数:33页
时间:2019-02-14
《centos5下xen虚拟机的安装和配置》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、CentOS5下XEN虚拟机的安装和配置说明:使用均为CentOS5的原始安装介质,软件包均使用没有经过升级的版本,所有文件全部是安装DVD自带。初始安装为最小化安装,软件包管理使用yum的方式,已经在本地做了yum库。本文默认使用root用户权限执行安装和配置。有关命令参数的含义请使用-help的方式查看,对应参数请修改至合适自己的,主要是名字、网络和文件等参数。一、安装xen#yum-yinstallxen*安装XEN需要的服务#yum・yinstallkemel-xen*安装XEN的相关内核二、检查启动选项是否使用
2、xen内核启动1、检查xen内核文件安装是否正常:文件位于/boot#Is-lh/boottotal9.5M-rw-r-r-1rootroot61KMar1608:19config-2.6.18-8.el5-rw-r-r-1rootroot60KMar1609:27config-2.6.18-8.el5xendrwxr-xr-x2rootroot1.OKAug1514:47grub-rw……-1rootroot1.5MAug1317:18initrd-2.6.18-8.el5.img-rw1rootroot1.5MAug
3、1514:47initrd-2.6.18-8.el5xen.imgdrwx2rootroot12KAug1317:15lost+found-rw-r-r-1rootroot79KApr122:49message-rw-r--r-1rootroot82KMar1608:20symvers-2.6.18-8.el5.gz-rw-r--r--1rootroot83KMar1609:28symvers-2.6.18-8.el5xen.gz-rw-r-r-1rootroot865KMar1608:19System.map-2.6.
4、18-8.el5-rw-r-r-1rootroot848KMar1609:27System.map-2.6.18-8.el5xen-rw-r-r-1rootroot1.7MMar1608:19vmlinuz-2.6.18-8.el5-rw-r--r-1rootroot2.0MMar1609:27vmlinuz-2.6.18-8.el5xen-rw-r--r-1rootroot269KMar1607:51xen.gz-2.6.18-8.el5-rwxr-xr-x1rootroot595KMar1609:43xen-syms
5、-2.6.18-8.el52、检查grub配置#cat/boot/grub/grub.conf#grub.confgeneratedbyanaconda##Notethatyoudonothavetorerungrubaftermakingchangestothisfile#NOTICE:Youhavea/bootpartition.Thismeansthat#allkernelandinitrdpathsarerelativeto/boot/,eg.#root(hd0,0)#kernel/vmlinuz-version
6、roroot=/dev/sda3#initrd/initrd-version.img#boot=/dev/sdadefault=1timeout=5splashimage=(hdO,O)/grub/splash.xpm.gzhiddenmenutitleCentOS(2.6.18-8.el5xen)root(hd0,0)kernel/xen.gz-2.6.18-8.el5module/vmlinuz-2.6.18-8.el5xenroroot=LABEL=/module/initrd-2.6.18-8.el5xen.im
7、gtitleCentOS(2.6.18-8.el5)root(hd0,0)kernel/vmlinuz-2.6.18-8.el5roroot=LABEL=/initrd/initrd-2.6.18-8.el5.img修改其中的default=1为default=0,启用xen内核3、重新启动计算机4、重启后登录系统,检查XEN是否正常4.1执行#xmlistNameIDMem(MiB)VCPUsStateTime(s)Domain-0039194r——16.9出现上述结果表示xen启动正常4.2检查log:#ls-lh/
8、var/log/xentotal8.OK-rwxr-xr-x1rootroot36Aug1515:43xend-debug.log-rw-r-r-1rootroot1.8KAug1515:43xend.log#cat/var/log/xen/xend-debug.logNothingtoflush.Nothingto
此文档下载收益归作者所有