Chinaunix首页 | 论坛 | 博客
  • 博客访问: 352924
  • 博文数量: 167
  • 博客积分: 2867
  • 博客等级: 少校
  • 技术积分: 1306
  • 用 户 组: 普通用户
  • 注册时间: 2010-05-12 00:08
文章分类

全部博文(167)

文章存档

2017年(10)

2016年(5)

2015年(9)

2014年(10)

2013年(5)

2012年(17)

2011年(110)

2010年(1)

我的朋友

分类: 云计算

2011-08-10 17:03:14

1: Hardware should meet the requirements
2: CPU support VT
3: Memory size should >= 4G
5: To be as secondary storage, the disk size of NFS must be >= 100G
6: There is a bug in the ssvm-check.sh script on SSVM, but it's no matter to the whole system.
7: In oder to login the SSVM, you should do as following on hosts :
    ssh -i /root/.ssh/id_rsa.cloud -p 3922 root@private-ip
     here, the private-ip is Link Local IP
8: In order to get template and iso, you should change the global settings item :
    configuration---> global settings: secstorage.allowed.internal.sites
9: You should grant the mysql's access right to all the hosts
   as:
       mysql>grant all privileges on *.* to USER@IP identified by "PASSWORD";
       mysql>FLUSH PRIVILEGES;
10:close the iptables: service iptables stop
阅读(755) | 评论(0) | 转发(0) |
0

上一篇:euca- commands interface

下一篇:名词解释:NAT

给主人留下些什么吧!~~