答复: 关于cloudstack的高可用性

2014-12-18 Thread Star Guo
本人认为,高可用是一个理论与实践的话题。 实现高质量的高可用,可先参照VMware vCenter HA实现,“抄袭”其模型,然后代码实现(CS HA的代码有很多你可以指出的问题),最后严格测试。 Best Regards, Star Guo -邮件原件- 发件人: wangxiaohui [mailto:wangxiaohui2...@gmail.com] 发送时间: 2014年12月18日 9:55 收件人: users-cn@cloudstack.apache.org 主题: 关于cloudstack的高可用性

Re: 关于cloudstack的高可用性

2014-12-18 Thread wangxiaohui
那您觉得可不可以只通过添加第三方api来解决这个问题 还有我有个新手问题 以前问过没人回我 这里冒昧的问一下 为什么 cloudstack 管理节点 不能直接安装在windows或者mac下 但是可以通过mvn这种方式 运行呢 (至少是开发测试环境) On Dec 18, 2014, at 4:11 PM, Star Guo st...@ceph.me wrote: 本人认为,高可用是一个理论与实践的话题。 实现高质量的高可用,可先参照VMware vCenter HA实现,“抄袭”其模型,然后代码实现(CS HA的代码有很多你可以指出的问题),最后严格测试。

答复: 关于cloudstack的高可用性

2014-12-18 Thread Star Guo
Cloudstack 管理端,本质设计是通过Java实现跨平台,可惜后面发展,你懂的。 除了运行一个Tomcat,还有Python,shell,Perl,所以如果你要在其他平台运行完整的管理端,搞好这些脚本语言应该可以。 添加第三方API来实现HA,那先要分析什么是HA? 输入什么? 输出什么? 怎样检测? 怎样判断? 先理清这些问题,才开始实现。 Best Regards, Star Guo -邮件原件- 发件人: wangxiaohui [mailto:wangxiaohui2...@gmail.com] 发送时间: 2014年12月18日 17:33 收件人:

Re: [VOTE] Apache Cloudstack 4.3.2

2014-12-18 Thread Rohit Yadav
+1 - Tested against DevCloud/KVM and baremetal server - Tested basic VM lifecycles, deployed basic and advanced zone as per release test procedure wiki - Manual QA isolated, shared networks and VPC - Upgraded a production ACS 4.3.1 deployment to 4.3.2, running without hiccups for last three days

HyperV 虚拟路由器无法启动

2014-12-18 Thread w...@landhightech.com
大家好, 我们在配置CloudStack + HyperV的环境中,遇到了虚拟路由器无法启动的问题; 我们现在两个系统虚拟机运行正常,可以使用控制台功能,可以上传模板;控制板各项指标显示正常; 但是当我们创建第一个实例时,虚拟路由器无法正常启动; 1.底层日志报错是:无法连接到虚拟路由器的管理的ip地址; 2具体表现为:在CloudStack上一直未starting ;但是在宿主机上,虚拟路由器已经启动; 我们查看虚拟路由器的网卡信息,有管理的ip,公共网络的ip,有来宾的ip,有本地链路的ip;我们ping CloudStack管理节点的管理网络ip,无法ping

Re: Re: 无法使用系统虚拟机的查看控制台功能

2014-12-18 Thread w...@landhightech.com
Hello,王超: 无法使用控制台的问题吗?还是其他问题?请详细告我一下 w...@landhightech.com 发件人: 王超 发送时间: 2014-12-19 10:38 收件人: users-cn@cloudstack.apache.org 主题: Re: 无法使用系统虚拟机的查看控制台功能 Hello,Wwei: 我现在遇到了和你所描述的一模一样的问题,请问你现在解决这个问题了吗? 如何解决的? 望分享经验~ 在 2014年11月26日 下午5:35,w...@landhightech.com w...@landhightech.com写道:

Re: Re: 无法使用系统虚拟机的查看控制台功能

2014-12-18 Thread 王超
对,我最开始使用的是4.2.2版本,不是由于解析realhost.com 域名的DNS服务要停用的缘故吗,我前两天把CloudStack升级为4.4.2版本了。 但是升级完成后,还是无法通过浏览器使用控制台,遇到的问题就和你之前你所描述的你遇到的问题一样,使用控制台无法连接成功进入虚拟机,显示连接超时。 我使用ssh进入两个系统虚拟机并运行ssvm-check.sh脚本,Secondary Storage VM显示各项都正常,但是Console Proxy VM显示有如下错误:

Re: Re: 无法使用系统虚拟机的查看控制台功能

2014-12-18 Thread w...@landhightech.com
你好,王超; 我遇到的控制台无法连接进入虚拟机是因为网络配置的原因,你是高级网络环境吗?如果是的话,你是否使用了VLAN id?我就是因为使用了VLAN id,导致网络无法通信;解决方法:要么,不设置VLAN id,要么在物理交换机那里进行配置。 w...@landhightech.com 发件人: 王超 发送时间: 2014-12-19 11:35 收件人: users-cn@cloudstack.apache.org 主题: Re: Re: 无法使用系统虚拟机的查看控制台功能 对,我最开始使用的是4.2.2版本,不是由于解析realhost.com

Re: Re: 无法使用系统虚拟机的查看控制台功能

2014-12-18 Thread 王超
对,我使用的是高级网络,也是使用VLAN来进行网络划分。你所说的是否使用了VLAN ID是具体在哪里进行的配置? 是不是在创建Zone时填写公共流量IP地址范围那里有一个VALN的配置项? 在 2014年12月19日 上午11:54,w...@landhightech.com w...@landhightech.com写道: 你好,王超; 我遇到的控制台无法连接进入虚拟机是因为网络配置的原因,你是高级网络环境吗?如果是的话,你是否使用了VLAN id?我就是因为使用了VLAN id,导致网络无法通信;解决方法:要么,不设置VLAN id,要么在物理交换机那里进行配置。

Re: Re: 无法使用系统虚拟机的查看控制台功能

2014-12-18 Thread w...@landhightech.com
VLAN id在填写物理网络流量标签的时候填写,在配置各个网络的ip地址范围的时候也要填写。 w...@landhightech.com 发件人: 王超 发送时间: 2014-12-19 12:02 收件人: users-cn@cloudstack.apache.org 主题: Re: Re: 无法使用系统虚拟机的查看控制台功能 对,我使用的是高级网络,也是使用VLAN来进行网络划分。你所说的是否使用了VLAN ID是具体在哪里进行的配置? 是不是在创建Zone时填写公共流量IP地址范围那里有一个VALN的配置项? 在 2014年12月19日

Re: [VOTE] Release Apache CloudStack CloudMonkey 5.3.1

2014-12-18 Thread Rohit Yadav
+1 - Manual QA against two different public CloudStack providers and private deployment - Testing by deploying a basic zone using bash script (https://gist.github.com/bhaisaab/6b120bca5cbb4a2db732) - Manual QA to test filtering against various display formats On Monday 15 December 2014 11:40

Re: [VOTE] Apache Cloudstack 4.3.2

2014-12-18 Thread Rohit Yadav
+1 - Tested against DevCloud/KVM and baremetal server - Tested basic VM lifecycles, deployed basic and advanced zone as per release test procedure wiki - Manual QA isolated, shared networks and VPC - Upgraded a production ACS 4.3.1 deployment to 4.3.2, running without hiccups for last three days

Volume scheduler

2014-12-18 Thread Mārtiņš Jakubovičs
Hello, I want to understand, how work volume scheduler in CloudStack. We got two SR: First SR: Disk Total1.70 TB Disk Allocated1.31 TB Second SR: Disk Total1.83 TB Disk Allocated57.09 GB Why on first SR there are much more created volumes, than on second one? When I create

Re: [VOTE] Apache Cloudstack 4.3.2

2014-12-18 Thread Abhinandan Prateek
+1 Tested VM lifecycle Deployed advanced zone w/o sec group with single XenServer Volume and VM snapshots for XenServer Account creation and deletion Storage tags Have been running 4.3 for around 4 days without issues. -abhi On 18-Dec-2014, at 2:33 pm, Rohit Yadav rohit.ya...@shapeblue.com

Ansible CloudStack modules

2014-12-18 Thread Rene Moser
Hi I recently created CloudStack modules [1] for Ansible [2], You can find some examples in the README [1]. More modules are in the queue. E.g. CloudStack facts module and a module for managing port forwardings. I created a GitHub Pull Request [3] to push them upstream. I would appreciate

Re: Ansible CloudStack modules

2014-12-18 Thread Sebastien Goasguen
On Dec 18, 2014, at 8:23 AM, Rene Moser m...@renemoser.net wrote: Hi I recently created CloudStack modules [1] for Ansible [2], You can find some examples in the README [1]. More modules are in the queue. E.g. CloudStack facts module and a module for managing port forwardings. I

Re: ACS 4.4.1 network.throttling.rate - Advance Zone- XenServer 6.2

2014-12-18 Thread Motty Cruz
Hi Peter, We do not set QoS limitation on the interface, I made sure there are not setup by default. it's dragging me crazy this issue. -Motty On 12/16/2014 03:48 PM, Erdősi Péter wrote: 2014.12.17. 0:38 keltezéssel, Motty Cruz írta: I'm still having issues with network throughput, it does

Add Storage Network

2014-12-18 Thread Logan Barfield
During initial deployment we went with a simpler network design by letting secondary storage traffic run over the management network. We would like to offload secondary storage to a separate network, and are trying to figure out the best method of doing so. Based on the recommendations in the

Re: Add Storage Network

2014-12-18 Thread Marcus
My guess is that you're right. I haven't seen anything that ties the 'physical network' to a specific NIC, thus if you register the traffic type it should work so long as the hosts are able to route to that subnet on *any* NIC. I'm not sure what hypervisor you're using, but for KVM at least,

Re: Add Storage Network

2014-12-18 Thread Logan Barfield
Thanks for the confirmation. I probably won't get around to actually messing with it until January, so maybe someone else will chime in for more verification. Thank You, Logan Barfield Tranquil Hosting On Thu, Dec 18, 2014 at 11:58 AM, Marcus shadow...@gmail.com wrote: My guess is that

Script to destroy vms

2014-12-18 Thread Joe Y.
Can anyone point me to a script or way of destroying virtual machines via cli? In cloud monkey I only see destroy by I'd but I'd like to be able to via display name...thanks for the help!

Re: ACS 4.4.1 network.throttling.rate - Advance Zone- XenServer 6.2

2014-12-18 Thread ilya musayev
There is a global setting in cloudstack named network.throttling.rate which is set to default 200mb. We should file RFE to alter this value to 0 or no throttling at all instead of default 200. To address your issues: You can change the value and restart. In order for this setting to take

Re: ACS 4.4.1 network.throttling.rate - Advance Zone- XenServer 6.2

2014-12-18 Thread ilya musayev
What i mentioned, confirmed to work on 4.3.1 with VmWare, i havent tried on Xen, if that does not help, its probably a bug in 4.4.1 and should be filled in JIRA. On 12/18/14, 11:15 AM, ilya musayev wrote: There is a global setting in cloudstack named network.throttling.rate which is set to

Re: ACS 4.4.1 network.throttling.rate - Advance Zone- XenServer 6.2

2014-12-18 Thread Motty Cruz
hi ilya, I configured Global Setting set 0 to network.throttling.rate, rebuild the VR reboot the machines but network rate still under 20MB. I did restarted the management server as well. I don't know what else to try! Thanks, Motty On 12/18/2014 11:18 AM, ilya musayev wrote: What i

Add customer's isolated network to Instance

2014-12-18 Thread Alessandro Caviglione
Ok guys, I don't know how to solve my problem... We're a Service Provider and we'd like to implement a shared Netscaler Gateway VPX to provide Virtual Servers to customers that wants to build their own XenApp infrastructure in our Cloud. So, an our customer already deployed an instance that hosts

Re: Script to destroy vms

2014-12-18 Thread Daan Hoogland
you'll have to write a bit of script to search the id for the vm first. On Thu, Dec 18, 2014 at 7:15 PM, Joe Y. jyd...@gmail.com wrote: Can anyone point me to a script or way of destroying virtual machines via cli? In cloud monkey I only see destroy by I'd but I'd like to be able to via

how to add back xen hypervisor host?

2014-12-18 Thread Yiping Zhang
Hi, All: I have a lab CS instance running 4.3.1 and today my only xen hypervisor crashed so I have to rebuild it. I have already deleted all user VM instances, so only SSVM, CPVM and VR are running at this time. Here is what I did: 1. Put zone in maintenance 2. Put xen host in

Re: ACS 4.4.1 network.throttling.rate - Advance Zone- XenServer 6.2

2014-12-18 Thread ilya musayev
Ask the question on dev, mention what you've done and ask what to look for to confirm the change worked. Perhaps someone else with Xen can help. Regards ilya On 12/18/14, 12:16 PM, Motty Cruz wrote: hi ilya, I configured Global Setting set 0 to network.throttling.rate, rebuild the VR reboot

Can't download ISO's can't setup Templates

2014-12-18 Thread Mohamed Infaz
Hi All, Finally i have successfully added a host in to the management server. Now to create and instance i am unable to download an ISO image. When i click on the sample iso images which is CentOS 5.5(64-bit) no GUI (KVM). It shows that it is not ready and i also don't see the download status