Re: Can't ping/ssh any guest from a laptop attached in same vlan - guests can talk wth each other though

2014-12-03 Thread Andrija Panic
Papu, that is default VLAN isolation method behaviour. ACS takes cloudbr0 - checks what physical NIC is connected to it (i.e. eth0) and then it creates new bridges i.e. breth0-35 - with eth0.35 vlan interface joined to bridge so traffic from VM to internal network goes like this: vnetXXX --> bret

Re: Can't ping/ssh any guest from a laptop attached in same vlan - guests can talk wth each other though

2014-12-03 Thread papu bhattcharaya
Hi Tilak, Thanks for your kind response. I am using shared networking, not isolated and i see no option of defining egress rule there. Also every time i create a guest , it appears the cloud stack is not creating vnet interface on cloubr0 bridge - rather its creating another bridge interface on

RE: Fresh 4.4.2 - Unable to get status on .... my XenServer

2014-12-03 Thread Matthew Midgett
I just finished installing XenServer again and started from a setup and I'm still getting the same errors that I was before about not being able to get a status. What to do now? JrSm9iRGlzcGF0Y2hlcnQAGFZtV29ya0pvYkRpc3BhdGNoZXIuamF2YXQABnJ1bkpvYnNxAH4ACw AAAfd0AD9vcmcuYXBhY2hlLmNsb3Vkc3RhY2suZnJhb

Any more bugs we should fix in 4.3 branch for 4.3.2?

2014-12-03 Thread Rohit Yadav
Hi, I'm planning to drive testing efforts on 4.3 branch from next week that target towards 4.3.2 release, are there any more bugs especially blockers/criticals bugs that we should backport or fix that affects 4.3.0 or 4.3.1 release? For your reference, here is a list of changes that were backport

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

2014-12-03 Thread Andrija Panic
Motty - can you check with xen (guess that is possible, although I don't use xen) - if the hypervisor can show you throtling rates applied - i.e. on KVM - you can do:virsh dumpxml guestname- and there you can see network throtling rates set etc... not familiar with how to see this in XS...

Re: Cloudmonkey 5.3.0 - problems connecting with self signed certificate.

2014-12-03 Thread Rohit Yadav
Hi Yuri, Sorry I think I missed that earlier, cloudmonkey uses requests library to make HTTP/S requests; we pass the verifysslcert option to it. If you've set it to false, then when making requests using "requests" library/module we pass it false. You may check the python code and debug why that

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

2014-12-03 Thread Motty Cruz
Thanks you all, yes I set throttling to 0 in "Global Settings". Also, Network Rate on VR "Offering" is set to null. I reboot VMs and VR on that network. All devices support 1GB, NICs, Switches and Hosts. I have another cluster of KVM with similar hardware and I can get 1GB between VMs. I d

CentOS Download Error Integrity check failed while decompressing...

2014-12-03 Thread Satya Narayana
Hi, I got following error after downloading the centos 5.5 ... no gui (kvm). Failed post download script: bunzip2: Data integrity error when decompressing.failed to uncompress /mnt/SecStorage/8a818369-b841-3a4a-9b29-915c301f9a85/null/dnld2106313109926552227tmp_ Cloud.log entry in SSVM as follows.

RE: Cloudmonkey 5.3.0 - problems connecting with self signed certificate.

2014-12-03 Thread Yuri Kogun
Thanks for reply, Rohit This is exactly what I am doing, maybe it is not clear from the previous email. Below is the output from the log (local) 🐵 > set verifysslcert false(local) 🐵 > list zonesConnection refused by server: [Errno 1] _ssl.c:492: error:14090086:SSL routines:SSL3_GET_SERVER_CE

Creating a new VM from a backup. Error when creating a snapshot from this VM.

2014-12-03 Thread Thiago Costa
Hello, We are doing the following to offer this feature: * Create instance A; * Create volume root snapshot from instance A; * Create template from this snapshot; * Create instance B from this template; This works pretty much the way we expect but when we try to create a VM snapshot from this in

Re: Cloudmonkey 5.3.0 - problems connecting with self signed certificate.

2014-12-03 Thread Rohit Yadav
Hi Yuri, For the specific server profile, there is some issue with SSL cert. You can turn off ssl cert checking in cloudmonkey using: set verifysslcert false This setting is per server profile. This is also documented on the wiki here, for your reference: https://cwiki.apache.org/confluence/di

Cloudmonkey 5.3.0 - problems connecting with self signed certificate.

2014-12-03 Thread Yuri Kogun
I know this supposed to be fixed in 5.3.0 but it does not work for me. Can somebody point what I am doing wrong. I have fresh cloudstack 4.2.1-6 setup configured to listen on https port 6443. When trying to connect to the server using cloudmonkey I am getting the following error ☁ Apache Cloud

Cloudmonkey 5.3.0 - problems connecting with self signed certificate.

2014-12-03 Thread Yuri Kogun
I know this supposed to be fixed in 5.3.0 but it does not work for me. Can somebody point what I am doing wrong. I have fresh cloudstack 4.2.1-6 setup configured to listen on https port 6443. When trying to connect to the server using cloudmonkey I am getting the following error ☁ Apache Cloud

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

2014-12-03 Thread Pierre-Luc Dion
to disable throttling set value to 0. Still have to restart all VR, VM related.. You should be able to max out your network capacity or VR capacity... On Wed, Dec 3, 2014 at 2:51 AM, Andrija Panic wrote: > Good one :) > Motty, also, can you ogin to VR as I suggested, and install iperf ther

Re: CS SystemVM with with running apache web server

2014-12-03 Thread Jayapal Reddy Uradi
For VR web server (port 80) is used when user data service is enabled. For ssvm it used for required for template/iso download. Thanks, Jayapal On 03-Dec-2014, at 6:00 PM, Rafael Weingartner wrote: > I was looking at the VR and SSVM. > > On Wed, Dec 3, 2014 at 10:27 AM, Andrija Panic > wrote

Re: CS SystemVM with with running apache web server

2014-12-03 Thread Rafael Weingartner
If the apache webserver is not needed in VR and SSVM it should be disabled, in order to avoid points of failures/attacks. I just noticed that servers because we scanned our network looking for some server that may be forgotten without the patch for Heartbleed problem. On Wed, Dec 3, 2014 at 10:30

Re: CS SystemVM with with running apache web server

2014-12-03 Thread Rafael Weingartner
I was looking at the VR and SSVM. On Wed, Dec 3, 2014 at 10:27 AM, Andrija Panic wrote: > Console proxy VM use web server I beleive...both 80 and 443 > Not sure about SSVM though... > > On 3 December 2014 at 13:23, Rafael Weingartner < > rafaelweingart...@gmail.com > > wrote: > > > Hi folks, > >

Re: CS SystemVM with with running apache web server

2014-12-03 Thread Andrija Panic
Console proxy VM use web server I beleive...both 80 and 443 Not sure about SSVM though... On 3 December 2014 at 13:23, Rafael Weingartner wrote: > Hi folks, > > I noticed today that CS system VMs have a running apache webserver > listening ports 80 and 443. I looked at its configs, and it seems

CS SystemVM with with running apache web server

2014-12-03 Thread Rafael Weingartner
Hi folks, I noticed today that CS system VMs have a running apache webserver listening ports 80 and 443. I looked at its configs, and it seems to do nothing. At least, I could not find anything interesting there. Thus, there was just a default listening on port 80 and 443, with nothing else. Is i

Failed to create a volume from snapshot CS 4.3.1 - Discrepency in the resource count ?

2014-12-03 Thread France
Hi all. We are on XS 6.0.2+Hotfixes and CS 4.3.1. (All errors we are getting nowadays have come up only after upgrade from 4.1.1, 4.1.1 worked perfectly.) After successfully creating s snapshot, I want to create a volume from it, so it can be downloaded offsite. After clicking “Create volume” I

RE: Fresh 4.4.2 - Unable to get status on .... my XenServer

2014-12-03 Thread Matthew Midgett
Thanks Geoff I really appreciate the response. I guess that every other time over the last year I've reinstalled XenServer and didn't remember it. Maybe we should add this to the Docs as I don't ever remember seeing it, I could be wrong though. I do have the patch management automated and it checks

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

2014-12-03 Thread Andrija Panic
Good one :) Motty, also, can you ogin to VR as I suggested, and install iperf there, and just benchmark from VR to one of the VMs ? Just to see if number differs at all.. I'm not into Xen at all - but I also guess VR for Xen has para-virtualizes drivers inside Just for your comparison of emula

Re: Fresh 4.4.2 - Unable to get status on .... my xenservers

2014-12-03 Thread Geoff Higginbottom
Matthew, If you have used a XenServer in a CloudStack deployment and then remove it, you need to re-install XenServer before you can use it again. I strongly recommend spending some time to develop a PXE deployment process for this, and then you can deploy a new XenServer in approx 30 mins, inc