Centos上eucalyptus源代码安装(一)
Centos上eucalyptus源代码安装(二)
http://running.iteye.com/blog/1109357
Centos上eucalyptus源代码安装(三)-镜像管理
http://running.iteye.com/blog/1109394
Centos上eucalyptus源代码安装(四)-使用Eucalyptus
http://running.iteye.com/blog/1109413
第一步,安装XEN
参见:http://running.iteye.com/blog/1107320
第二步:准备工作
1.先安装工具安装包
第三步、安装eucalyptus源码
1.下载
eucalyptus-2.0.3-src.tar.gz和eucalyptus-2.0.3-src-deps.tar.gz
我们这样使用的版本是2.0.3,
为了方便,先定义版本的环境变量: export VERSION=2.0.3
3)安装Rampart/C
c.配置network
详细介绍,见eucalyptus的网络模式
d.配置Eucalyptus components
在所有节点上运行如下命令:$EUCALYPTUS/etc/init.d/eucalyptus-nc start
备注:如果要是修改了$EUCALYPTUS/etc/eucalyptus/eucalyptus.conf文件,必须重启clc和cc,而且cc必须用cleanrestart来重启。