Chinaunix首页 | 论坛 | 博客
  • 博客访问: 352966
  • 博文数量: 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)

我的朋友

分类: 云计算

2012-08-04 15:03:43

1. For cloudstack 2.2.14, it can't support the ubuntu very well
    when adding the ubuntu iso, don't select the relative OS type, select "other linux 64bit", or when creating 
    VM with this iso, cloudstack will give the following error log:
     =================================================
     errorInfo: [INVALID_SOURCE, Unable to access a required file in the specified repository: 
                       file:///tmp/cdrom-repo-bw4kHx/install.amd/xen/vmlinuz., ]
     =================================================  
2. If you can't create the vm successfully, at first, please make sure your xenserver license has not expired.
3. If you want to use vlan function, please make sure your NIC support vlan, or your NIC's driver are latest enough support
    vlan function. 
    For example, when the vm and the v-router on the same host, vm can get ip by dhcpclient from v-router, while when they
    are different hosts, vm can't get the ip address, at this time, you should consider whether or not your host's NIC support 
    vlan function.
4. For basic network mode. we should using security group. when you want to ping vm each other,you should adding the icmp rules.
    ingress:    icmp type   icmp code
                        0             0                                            
                        8             0   
TYPE CODE Description Query Error
0 0 Echo Reply——回显应答(Ping应答) x
8 0 Echo request——回显请求(Ping请求) x  
5. If you want to reinstall the cloudstack on the same storage, host, etc. make sure you have already made your physical environment cleaned. (storage, DB)
6. SSVM how to download the ISO & template?
    SSVM will mount the secondary storage volume to it's local directory, then SSVM will access the http server and get the ISO to it's mounted directory.
    So, at first you should make sure the SSVM can ping the secondary storage. then, you should make up a http server so long as it can be accessed by SSVM will be ok
    no matter what network the http server located.


阅读(1301) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~