Re: InsufficientServerCapacityException - Unsure Why

2014-07-16 Thread Elliot Berg
I've already had to flatten and start again so I'd rather avoid it - but my suspicion is that all of this is related to the kvm host's networking somehow. I followed the instructions on the cloudstack install guide, and ended up with the below - does it look right to you guys? auto lo iface l

Re: Management Server install on CentOS7?

2014-07-16 Thread Andrija Panic
I suggest you examin closely if RBD/CEPH support is there, or if you need to obtain qemu-kvm and qemu-img packages from Intank, etc... CEPH integration for Centos 6.5 sucks, from custom qemu-* packages from Intank that you need to get, to compiling libvirt etc... Hope to see CentOS7 fix that, didn'

Re: InsufficientServerCapacityException - Unsure Why

2014-07-16 Thread Jayapal Reddy Uradi
Hi Elliot, Can you please try 'ifup eth0' on the router. It seems there is delay in bringing up the eth0 interface. Thanks, Jayapal On 16-Jul-2014, at 12:40 PM, Elliot Berg wrote: > I've already had to flatten and start again so I'd rather avoid it - but my > suspicion is that all of this is r

Re: Management Server install on CentOS7?

2014-07-16 Thread Kirk Kosinski
Hi, I think he means installing a CS management server and/or KVM hypervisor on CentOS 7. Is anyone actively working on making it work? I've seen many failures from minor changes (e.g. CentOS 6.2 versus 6.3, or even just minor changes in simple utilities used by scripts) to expect it will work on

Re: InsufficientServerCapacityException - Unsure Why

2014-07-16 Thread Elliot Berg
Hi, So that fails with the error Error: an inet prefix is expected rather than "10.4.2.6/255.0.0.0.". Failed to bring up eth0. I went and looked at the router's /etc/network/interfaces file and spotted that the netmask has a "." on the end, as below. Removing that and then running ifup eth0 w

Re: Management Server install on CentOS7?

2014-07-16 Thread Erik Weber
https://issues.apache.org/jira/browse/CLOUDSTACK-7106 has been created for the task. I believe Hugo is working on some of this, but am unsure about the status. Erik 16. juli 2014 11:29 skrev "Kirk Kosinski" følgende: > Hi, I think he means installing a CS management server and/or KVM > hyperviso

Re: InsufficientServerCapacityException - Unsure Why

2014-07-16 Thread Jayapal Reddy Uradi
Hi, Check the /var/cache/cloud/cmdline for eth0ip=10.1.1.1 eth0mask=255.255.255.0 If it is correct, then interfaces file is written wrongly. The /etc/network/interfaces updated from the cloud-early-config on router boot. What you can do is put set -x in cloud-early-config and run /etc/init.d/clo

Re: InsufficientServerCapacityException - Unsure Why

2014-07-16 Thread Elliot Berg
Hi, I've got template=domP name=r-27-VM eth0ip=10.4.2.6 eth0mask=255.0.0.0. gateway=10.0.0.1 domain=cs1cloud.internal dhcprange=10.0.0.1 eth1ip=169.254.1.246 eth1mask=255.255.0.0 type=dhcpsrvr disable_rp_filter=true dns1=10.0.0.12 dns2= ip6dns1= ip6dns2= In that file, which includes the inc

Re: Management Server install on CentOS7?

2014-07-16 Thread Kirk Kosinski
Cool, thanks for the info. I'm glad someone is looking at it. It is nice to run the latest and greatest OS. Hopefully there won't be too many roadblocks to getting it running and supported. Best regards, Kirk On 07/16/2014 02:50 AM, Erik Weber wrote: > https://issues.apache.org/jira/browse/CLO

CS VR on VMware

2014-07-16 Thread Eric Neumann - AOD
Hi All, I’ve encountered a strange issue whereby egress firewall rules don’t seem to apply to any CS VRs that are running on our VMware cluster, whereas any CS VRs running on our XenServer cluster work as expected (these are in the same and only zone). Even more strangely, port forwarding and i

Re: InsufficientServerCapacityException - Unsure Why

2014-07-16 Thread Jayapal Reddy Uradi
Hi Elliot, Reboot the router and see the management server for router startcommand. These values are passed in startcommand. If it has . at the end then check the database nics table for entry with guest ip. If nic table has entry with . then correct and restart the MS and restart VR. Thanks, J

Re: CS VR on VMware

2014-07-16 Thread Jayapal Reddy Uradi
Hi Eric, Did you created network with default network offering or customer network offering ? What is egress default policy value (true) in the network offering ? Can you please send iptables rules on VR, MS server log after VR start and network_offerings, network table output in pastebin.com

RE: Management Server install on CentOS7?

2014-07-16 Thread eric-list
Thanks all... This was definitely what I looking for. Sincerely, Eric Tykwinski TrueNet, Inc. P: 610-429-8300 F: 610-429-3222 -Original Message- From: Erik Weber [mailto:[email protected]] Sent: Wednesday, July 16, 2014 5:50 AM To: [email protected] Subject: Re: Management

Re: InsufficientServerCapacityException - Unsure Why

2014-07-16 Thread Elliot Berg
That worked - it was set incorrectly in the nics table. The secondary storage VM and Console Proxy VM are suffering the same problem, so I've fixed them - but I'm guessing this means it's been entered incorrectly on the main network config. I didn't spot it in the networks table, do you know wh

RE: Ikoula Cloud, #1 in Performance on the French Market!

2014-07-16 Thread Geralyn Miller
That is magnificent news! Congratulations. From: Anne Claire Pourchasse [mailto:[email protected]] Sent: Wednesday, July 16, 2014 6:40 AM To: [email protected]; [email protected]; [email protected] Subject: Ikoula Cloud, #1 in Performance on the French Marke

Ikoula Cloud, #1 in Performance on the French Market!

2014-07-16 Thread Anne Claire Pourchasse
Hello, A great news for Ikoula that I would like to share with you all ! Our Ikoula Cloud solution, based on the CloudStack technology is #1 in performance on the French market well above Google, AWS and Microsoft Azure. We are #2 at the Cloud General Ranking (performance/price) right after Goo

RE: CS VR on VMware

2014-07-16 Thread Eric Neumann - AOD
Hi Jayapal, Thanks very much for the reply. This is a custom network offering with a default egress policy of deny. Slight correction from earlier, it appears the default iptable entries are identical between Xen VR & VMware VR of the same network offering. Also I’ve tested and confirmed t

Re: Ikoula Cloud, #1 in Performance on the French Market!

2014-07-16 Thread Chiradeep Vittal
Wow. Congratulations From: Anne Claire Pourchasse mailto:[email protected]>> Reply-To: "[email protected]" mailto:[email protected]>> Date: Wednesday, July 16, 2014 at 6:40 AM To: "[email protected]

RE: CS VR on VMware

2014-07-16 Thread Eric Neumann - AOD
And after even further testing, it seems these issues (no source nat entries, additional nics being created in another public port group) do not occur with a VPC VR, only with a isolated network VR. Has anyone encountered anything similar to this? From: Eric Neumann - AOD Sent: Thursday, 17 Jul

RE: CS VR on VMware

2014-07-16 Thread Sanjeev Neelarapu
Multiple nics for public traffic will be seen on VR if we use public IP addresses from multiple CIDRs(multiple subnets in different vlans) e.g: consume all public IP addresses from one cidr then add another cidr of public ip addresses(in diff vlan) and use them for any of the SNAT/PF/LB services

RE: CS VR on VMware

2014-07-16 Thread Eric Neumann - AOD
Thanks Sanjeev, That's good to know, however in this scenario we only had a single public IP address allocated. (and only have one public subnet CIDR in this setup) -Original Message- From: Sanjeev Neelarapu [mailto:[email protected]] Sent: Thursday, 17 July 2014 12:24 PM To:

Re: Ikoula Cloud, #1 in Performance on the French Market!

2014-07-16 Thread Rajani Karuturi
Wow.. great news.. congratulations.. ~Rajani On 16-Jul-2014, at 7:10 pm, Anne Claire Pourchasse mailto:[email protected]>> wrote: Hello, A great news for Ikoula that I would like to share with you all ! Our Ikoula Cloud solution, based on the CloudStack technology is #1 in performance