How To Publish Events Into AMPQ/Rabbitmq Within Cloudstack 4.4.1
Currently within cloudstack all events are stored in DB and the only to retrive events is using APIS which is not so convient.
Read MoreCloudstack Debugging SystemVm agents
Cloudstack Debug a live agent login into ssvm, either console proxy or ssh(port 3922) kill all the processes named as(run.
Read MoreInstance start failed because mismatch in VR ssh key Pair
Exception Failed to authentication SSH user root on host 10.147.40.164 2013-06-15 01:36:13,977 ERROR [vmware.
Read MoreCloudstack Cli Cloudmonkey Installation
Cli安装使用分为四部分 安装virtualenv 安装cloudmonkey 配置cloudmonkey 命令使用 安装virtualenv 1. virtualenv提供了一个安装软件时的测试环境,所安装的软件不会安装在系统目录下 2. 安装python2.7.4 时的依赖软件, 此步骤可选, cloudmonkey 要求python版本在2.
Read MoreOpenstack Havana Neutron 虚拟网络设备分析
Openstack网络设计中有:Tap设备、veth对,linux 桥接、OvS 桥接四中虚拟网络设备。对于一个流经vm中的eth0到物理host的eth1的以太网数据帧来说,要利用host上的9个设备完成:Tap设备vnet0(vm nic),linux 桥接qbrXXX, veth pair(qvbXXX,qvoXXX),Open vSwitch 桥接br-int, veth pair(intbr-eth1,phy-br-eth1),以及最后的物理主机的网卡eth1。 Tap设备:例如KVM、Xen虚拟一个网卡(通常称作VIF或者vNIC)vnet0,供vm使用。Guest OS因此接收到所有发送到Tap设备的以太网数据帧。 Veth pairs 是一对直接相连的虚拟网卡(virtual network interfaces),发送到veth对中的任意一方的以太网数据帧,另一方也会接收到。网络因此利用veth pairs作为VPC(virtual patch cables)来连接virtual bridges.
Read MoreVM Failes to start with error: VDI not available
触发条件: Ssh 至 VM内部,执行关机命令(shutdown -h now), 在NFS backend下的Vm通过Cloudstack无法启动 产生原因:Xenserver 与存储设备或者Lun失去连接
Read More