Re: cloudmonkey - account name with spaces

2015-07-09 Thread Marco Giovannini
Hi I tried the double quote but the issue persist :(. Currently I'm using cloudmonkey 5.2.0 and I can not change it at the moment in the production env so I'm testing a more recent version in my test env but that part of the code did not change so I suppose I will face the same issue. Regards,

SSVM cant Access CMS

2015-07-09 Thread Muhammad Nasrat
Hi Everyone, I have installed cloudstack 4.5.1 with xenserver 6.5. Everything has been successfully installed as per the cloudstack guidelines. Xensever is also added to the cloudstack successfully. However, the SSVM state shows as "Running" but we cannot ping management server (cloudstack) from S

Re: SSVM cant Access CMS

2015-07-09 Thread Fabio Da Soghe
Hello. Have you seen this troubleshooting page? https://cwiki.apache.org/confluence/display/CLOUDSTACK/SSVM,+templates,+Secondary+storage+troubleshooting Sorry I cannot help you more, I'm new to CS. HTH Fabio Il 09/07/2015 10:19, Muhammad Nasrat ha scritto: Hi Everyone, I have installed cl

VMs not migrated after putting Xenserver host in maintenance mode

2015-07-09 Thread Sonali Jadhav
Hi, I am upgrading my xenserver from 6.2 to 6.5. I have cluster of 4 hosts. I have managed to upgrade two of the hosts. I added 3d host in maintenance mode from ACS, some VMs were moved to another host, but 4 VMs did not got moved to another host. I saw few errors in logs. http://pastebin.com/

Re: SSVM cant Access CMS

2015-07-09 Thread Muhammad Nasrat
Thanks but i have already checked that site and it didnt help. Nasrat On Thu, Jul 9, 2015 at 12:55 PM, Fabio Da Soghe < [email protected]> wrote: > Hello. > > Have you seen this troubleshooting page? > https://cwiki.apache.org/confluence/display/CLOUDSTACK/SSVM,+templates,+Secondary+s

RE: VMs not migrated after putting Xenserver host in maintenance mode

2015-07-09 Thread Sonali Jadhav
Ignore this, I found problem. Though one question remains, from ACS If I try to migrate instance to another host, it doesn't show upgraded host in list. Why is that ? /Sonali -Original Message- From: Sonali Jadhav [mailto:[email protected]] Sent: Thursday, July 9, 2015 2:00 PM

Is it possible to point external Router Network on cloudstack

2015-07-09 Thread Keerthiraja SJ
Hi All, My Network team allocated a Network segment 10.3.132.0/24 on VLAN 132. So is that possible to create a VM using this network without the Virtualrouter. Where it should have to point via my PhysicalRouter. Thanks, Keerthi

RE: Is it possible to point external Router Network on cloudstack

2015-07-09 Thread Patrick Chevalley
Hi Keerthi, Take a look at Remi's valuable blog: http://blog.remibergsma.com/2012/08/30/going-beyond-cloudstack-advanced-networking-how-i-replaced-the-virtual-router-with-my-own-physical-linux-router/ Regards Patrick -Original Message- From: Keerthiraja SJ [mailto:[email protected]] S

Re: KVM Node running out of RAM

2015-07-09 Thread Nux!
> This is where i was going with this as well. Keep over-provisioning > level under 1 and cut of @ 85%. > >> - B) Add a new setting for a "host" level "cut off threshold" in >> addition to the existing "cluster" level threshold. > This would be a better safeguard. Also, KVM has a setting that woul

Re: cloudmonkey - account name with spaces

2015-07-09 Thread Marco Giovannini
Cloning the repo and installing it the URL seems much better. Now it is failing for another reason but it seems a step forward :) 2015-07-09 11:08:40,084 - requester.py:49 - [DEBUG] START Request 2015-07-09 11:08:40,084 - requester.py:49 - [DEBUG] Requesting command=assignVirtu

bug? failed to migrate instance when assigned computer offering is deleted

2015-07-09 Thread Sonali Jadhav
Hi, I am unsure if this would be bug or my mistake. I am trying to add one host in maintenance mode, There are 3 VMs. Assigned computer offerings to those VMs are deleted. I suspect its logging NPE and that's why those instance are not getting moved to another host in cluster ? Here is link to

Public IP VLAN

2015-07-09 Thread Fedi Ben Ali
Hi, I want to configure one cloudstack zone with two public ip ranges each one is configured on a vlan (this configuration is already made on my network equipement). as we know when i define my public network i will point it to a network already configured on my xenserver hosts. my question is t

Re: bug? failed to migrate instance when assigned computer offering is deleted

2015-07-09 Thread Andrija Panic
Not sure if this will help - but try to "undelete" the offering. cloud.disk_offering table - find the offering that is deleted - change STATE column from INACTIVE to ACTIVE, and that will efectively restore the deleted offering. Let us know if it helps. Best On 9 July 2015 at 15:01, Sonali Jad

Re: Deployment failed on XenServer due to capacity miscalculation

2015-07-09 Thread Martin Emrich
Hi! Am 08.07.2015 um 16:15 schrieb Timothy Lothering: Hi Martin, Thanks for the information. From the details below, I understand that your Cluster will not allow additional VMs to be created if 85% of the memory is consumed. This value is important as you also need to factor in what amoun

Re: Public IP VLAN

2015-07-09 Thread Andrija Panic
Fedi, I need more details to answer that completely, but it works as folowing: - if you use UNTAGGED vlan inside ACS when defining Public network/range (and still use vlan) - this means you have to manually provision vlan/bridge interface on your physical hosts (ACS will just plug VNIC to the bri

Re: Public IP VLAN

2015-07-09 Thread Fedi Ben Ali
hello , thx for your response. The client has provided two public ip adreses ranges,he asks that those two ranges should be used on the same zone. In the network configuration each ip range is reacheable over a specific vlan (the first on vlan 80 and the scond on vlan 81).this configuration is ma

Re: Public IP VLAN

2015-07-09 Thread Andrija Panic
"So to have one network that can caryies two different vlan's, the tag should be set on ACS level." Yes, I guess this is the only way (if one 1 logical Public Network/bonds/whatever) - inside ACS you need 2 IP ranges on different vlans. and Yes you should be fine, with no network issues. Your se

Re: KVM Node running out of RAM

2015-07-09 Thread Logan Barfield
I'll look into the overcommit and OOM tweaks, thanks. We've unfortunately had to disable KSM because it was causing consistent network issues on our VMs. There was some known kernel bug that was patched, but then re-added as a regression. I still think adding the "host" overcommit tunable in Clo

Re: Unable to spawn new System VMs after server restarted

2015-07-09 Thread Tilak Raj Singh
hi all...can somebody please guide me through this process Regards On Wed, Jul 8, 2015 at 8:25 PM, Tilak Raj Singh wrote: > Hi All, > > Recently my Server started from backup and last I checked all my > Management IPs were full and hence Cloudstack was not able to spawn new > System Vms. > Tryi

RE: bug? failed to migrate instance when assigned computer offering is deleted

2015-07-09 Thread Sonali Jadhav
Hi, Thanks for response, I made changes you suggested, I am still seeing this in logs, 2015-07-09 19:38:53,463 DEBUG [c.c.a.ApiServlet] (http-6443-exec-6:ctx-9c2c01de) ===START=== 49.200.117.9 -- GET command=queryAsyncJobResult&jobId=21297b96-e905-4b7b-9394-dcb6d2bdec9f&response=json&sessi

[Urgent]: xenserver hosts stuck in alert state after 4.3.2 -> 4.5.1 upgrade

2015-07-09 Thread Yiping Zhang
Hi, all: We just did an upgrade from CS 4.3.2 -> 4.5.1. Our environment is rhel 6 + Adv. Zone with SecurtyGroup + XenServer 6.2. After the upgrade, all xenserver hosts were in alert state and MS can’t connect to them with following errors: INFO [c.c.h.x.r.CitrixResourceBase] (DirectAgent-9:

Re: [Urgent]: xenserver hosts stuck in alert state after 4.3.2 -> 4.5.1 upgrade

2015-07-09 Thread Nux!
Hello, As far as I can tell, Xenserver has always required the network to be in bridge mode for security groups to work, at least since 4.1 that I've been playing with. Not sure how exactly it was working in your case ... did you actually test the firewall rules were doing anything? (Sorry for

Re: Change network offering without changing CIDR

2015-07-09 Thread Nux!
Well, it looks like it requires all VMs to be in stopped state. Isn't it possible to change the current working network to fit whatever needs you are after? Lucian -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Gerolamo Valcamonica"

SSL with MySQL

2015-07-09 Thread Marty J. Sullivan
Hello, I am testing a new implementation of Cloudstack 4.5.1. I would like to use SSL between the Management Server and the MySQL Server since the MySQL server is hosted outside the datacenter. I don’t see an option to specify the root CA certs like you can with the mysql client. Is there a way

Re: SSL with MySQL

2015-07-09 Thread Ian Service
Hey Marty, I'm moving stuff around the network and adding a hop between the management server and MySQL so looked into it. Looks like /etc/cloudstack/management/db.properties has settings for it... # CloudStack database SSL settings db.cloud.useSSL=false db.cloud.keyStore= db.cloud.keyStorePassw

How to change the host password in database

2015-07-09 Thread kotipalli venkatesh
Hi Guys, I am using Cloudstack 4.3.2 and hyper visor is xenserver 6.2. Under this some vms running. some security problems change the HOST password after changing the password host level. automatically management and host communication is mismatch. Because host password is changed. I think there

Re: [Urgent]: xenserver hosts stuck in alert state after 4.3.2 -> 4.5.1 upgrade

2015-07-09 Thread Yiping Zhang
Hi, Lucian: Thanks for the reply. When I said it worked all this time I really meant that the CS instance worked as expected for what we were doing with it, not to mean that the SecurityGroup feature worked. To be honest, we did not really use security group feature per se, as this is a private

Re: [Urgent]: xenserver hosts stuck in alert state after 4.3.2 -> 4.5.1 upgrade

2015-07-09 Thread Nux!
I cannot be sure without (being able of) reading code, but I'm thinking there were no proper checks in place for this within Cloudstack until now. Your instances probably worked somehow with the openvswitch bridge and you did not realise the problem since you have not actually used the security g

Re: How to change the host password in database

2015-07-09 Thread Pierre-Luc Dion
Something like this? http://docs.cloudstack.apache.org/projects/cloudstack-administration/en/4.5/hosts.html#changing-host-password On Thu, Jul 9, 2015 at 6:08 PM, kotipalli venkatesh < [email protected]> wrote: > Hi Guys, > > I am using Cloudstack 4.3.2 and hyper visor is xenserver

Re: Change network offering without changing CIDR

2015-07-09 Thread Sanjeev N
We should be able to change the network offering without changing cidr and without stopping vms. If it is not then it is a bug. On Fri, Jul 10, 2015 at 1:13 AM, Nux! wrote: > Well, it looks like it requires all VMs to be in stopped state. > Isn't it possible to change the current working network

Re: can't delete zone

2015-07-09 Thread Bernhard Dübi
Hi, is there some kind of a sanity check that would realize that it is impossible to have running VMs without an active host? Regards Bernhard 2015-07-09 7:31 GMT+02:00 Bernhard Dübi <[email protected]>: > mysql> SELECT * FROM cloud.image_store where name = "vmware00"; > > ++