1、Windows XP虚拟机内部重启不能正确获取IP,windows xp iso建立VM,重启VM无法正确获取IP地址,原因是没有加入域,可以通过修改注册表来解决此问题。设置组策略 计算机配置--管理模板--网络--DNS客户端里的DNS后缀搜索列表,设置为已启动,后缀值为cs1group.internal
Windows 7的虚拟机,还需要设置组策略计算机配置--管理模板--网络--DNS客户端里的连接特定的DNS后缀,设置为已启动,后缀值为cs1group.internal2、不能下载模板,有几个问题需要确认:
如果是系统模板,可能是网络不通。在CloudStack Management上wget一下相应的url,看是否能够下载,不能下载的话,先解决网络问题。3、如果primary和secondary放在系统硬盘,容易导致系统盘空间不足而影响系统运行。可以通过如下方法修改放到其他硬盘。
1)、service cloud-management stop
4、给卷附加磁盘时出现错误
Failed to attach volume: Disk3 to VM:
cd0e453b-af53-4904-b7d7-54091ee83791; You attempted an operation
that requires PV drivers to be installed on the VM. Please install
them by inserting xen-pv-drv.iso
5、增加不了host,到csmt主机上ssh host,如果不行,解决相关问题后能够ssh后就可以增加host了
SSH连接错误,如下:
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!
@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle
attack)!
It is also possible that the RSA host key has just been
changed.
The fingerprint for the RSA key sent by the remote host is
d0:5b:18:96:7c:ee:af:af:a2:6b:a2:02:0a:8c:cd:40.
Please contact your system administrator.
Add correct host key in /home/opzoon/.ssh/known_hosts to get rid of
this message.
Offending key in /home/opzoon/.ssh/known_hosts:2
RSA host key for 10.127.0.130 has changed and you have requested
strict checking.
Host key verification failed.
原因:密钥发生错误
解决:vi
~/.ssh/known_hosts,删除host对应的密钥
其他CloudStack文章:
CloudStack环境如何推到重来
CloudStack创建主存储失败(SR已经被使用),删除SR后成功