Centos下eucalyptus源代码安装(四)-使用Eucalyptus
Centos上eucalyptus源代码安装(四)-使用EucalyptusCentos上eucalyptus源代码安装(一) http://running.itey
Centos上eucalyptus源代码安装(四)-使用Eucalyptus
Centos上eucalyptus源代码安装(一)
http://running.iteye.com/blog/1107487
Centos上eucalyptus源代码安装(二)
http://running.iteye.com/blog/1109357
Centos上eucalyptus源代码安装(三)-镜像管理
http://running.iteye.com/blog/1109394
第七步 使用Eucalyptus
1.安装command-line tools
根据之前提到了,首先安装 euca2ools command-line tools
2.查询现有的系统
xen 生成了 peh0 对应的网桥 xenbr0
7.登录虚拟机
#xm list
#xm console VM_ID
查看VM的MAC地址
#xm network-list i-XXXXXXXX
8.删除实例
ssh -i mykey.private root@<accessible-instance-ip>
登陆的时候提示需要输入 passphase,这里需要自己改一下。
改变 RSA passphrase: ssh-keygin -f id_rsa -p;
而改变 DSApassphase: ssh-keygin -f id_dsa -p
官方文档:http://open.eucalyptus.com/wiki/EucalyptusGettingStarted_v2.0