文章标签 ‘Xen’

CentOS 5.4中带的Xen版本比较低,需要手工升级到新的版本。 安装过程中用到了rpmforge,需要提前配置好。另外,需要安装mercurial. yum install mercurial –enablerepo=rpmforge 从xen.org下载Xen 3.4.2, 并解压。 (http://bits.xensource.com/oss-xen/release/3.4.2/xen-3.4.2.tar.gz) 从解压目录运行:

2010年2月24日21:37 | 5 条评论
标签:

如果XEN的32位centos linux使用的是64位的kernel, 使用yum的时候会出错,解决办法为 echo “i686-redhat-linux” > /etc/rpm/platform 这样就能yum就只用使用32位的软件了

2010年2月17日05:48 | 没有评论
分类: 主机管理
标签: ,

虽说hypervm在年中的时候由于安全漏洞引起了轩然大波,但做为免费的VPS管理工具,还是很方便的。自己注意一些安全配置,也应该无大障。另外,目前hypervm已经开源,相信未来会更光明的。 hypervm的安装还是很简单的,下面是官方的命令说明:

2009年12月5日02:05 | 2 条评论
分类: 主机管理
标签: , ,

这些天玩了一下hypervm,xen,openvz的环境,觉得hypervm还是不错的,希望开源能有一个好的前景。 因为家里的网络是无线的,弄xen的虚拟机稍微费了些周折。 直接的bridge方式无线Xen VM不能访问internet, 换了dummy network及nat方式倒是可以。 Dummy network One simple solution is to have the xen ethernet bridge completely internal to the system, and leave the outside network interfaces (both wired and wireless) free to change with whatever environment you attach them to. Simply attaching the xen ethernet bridge to a dummy network interface inside [...]

2009年12月2日22:09 | 没有评论

今天装了一个Xen的hypervm,创建Xen VM时发现需要LVM,只好抱佛脚,学习了一下如何创建LVM。 What’s LVM? Why using Linux Logical Volume Manager or LVM? These questions are not the scope here. But in brief, the most attractive feature of Logical Volume Manager is to make disk management easier in Linux! Basically, LVM allows users to dynamically extend or shrink Linux “partition” or file system in online mode! [...]

2009年12月1日22:47 | 没有评论

1.安装ppp服务 yum install -y ppp 2.下载pptpd最新版本的rpm包(比自己编译方便多了,删除也方便) wget http://poptop.sourceforge.net/yu … -1.rhel5.1.i386.rpm 3.安装下载好的rpm包 rpm -ivh pptpd-1.3.4-1.rhel5.1.i386.rpm

2009年11月8日11:21 | 3 条评论
标签: , ,