Re: NIC / VLAN ISSUE ON KVM HOST

2013-03-25 Thread Bjoern Teipel
Well one NIC is already a problem and I would encourage you to use VLANs on top of a NIC or bonding interface like I did: === ifcfg-eth0 === DEVICE=eth0 TYPE=Ethernet BOOTPROTO=none ONBOOT=yes BRIDGE=cloudbr0 === ifcfg-eth0.2578 === DEVICE=eth0.2578 VLAN=yes TYPE=Ethernet BOOTPROTO=none ONBOOT=y

RE: Change IP range of POD in Cloudstack

2013-03-25 Thread Jayapal Reddy Uradi
Connect to the cloudstack database in management server using 'mysql' and use the database 'cloud '. Update the entries 'op_dc_ip_address_alloc' table. Thanks, Jayapal > -Original Message- > From: Valery Fongang [mailto:fongang.val...@pertechtual.com] > Sent: Tuesday, March 26, 2013 1

Virtual router won't start

2013-03-25 Thread Carlos Reategui
I brought up a new setup with 4 hosts + management server following all the steps from my previous experimenting (single host + management server) but it is not working. I am not able to start an instance because the virtual router won't go. Any ideas? Here are some logs: 2013-03-26 05:29:57,77

"View Console" button stopped working

2013-03-25 Thread David Gardner
Greetings all: I've inherited a CS 3.0.1-1 installation on our development network that until 11Mar2013 was working just fine. All vms are native linux implementations in libvirt. All hosts including the management console are running CentOS 6.3. The environment has never been accessible outsid

Re: "View Console" button stopped working

2013-03-25 Thread Ahmad Emneina
your issue might be the console proxy vm has become defunct somehow (the process within it either crashed or is no longer willing to respond...). Have you tried restarting that vm? You can also log into that vm and conduct some basic troubleshooting with the ssvm-check script. You can follow the pr

Re: "View Console" button stopped working

2013-03-25 Thread Kirk Kosinski
Yes, try to stop/start or destroy/recreate the CPVM (the name will be like v-123-VM) through CloudStack. As for the JRE version, it shouldn't matter as the console uses Javascript and doesn't require a Java plug-in. Best regards, Kirk On 03/25/2013 04:57 PM, Ahmad Emneina wrote: > your issue mig

Guest Network Question.

2013-03-25 Thread Jeronimo Garcia
Hey there. We can't seem to find to find a option/way to lock the guest network *CIDR*down to a specific *POD*. Do you guys know if this is supported yet ? or maybe is there any plan to get this working? Thanks.

Re: Unable to create snapshot from Volume

2013-03-25 Thread Ahmad Emneina
Hi there Carl, Can you post more of the logs? Feel free to add them here: http://paste.cloudstack.org/ hopefully it will shed more light and we can figure out whats going wrong. On Mon, Mar 25, 2013 at 3:02 AM, Carl Pickering wrote: > Hi there, > > I'm having an issue when attempting to creat

RE: Change IP range of POD in Cloudstack

2013-03-25 Thread Valery Fongang
Hi, Sorry I'm a newbie that appears to know how to follow instructions :-)... Could you please send me the exact query I need to run?... Thanks, -Original Message- From: Bryan Whitehead [mailto:dri...@megahappy.net] Sent: 25 March 2013 17:40 To: users@cloudstack.apache.org Subject: Re:

Re: Change IP range of POD in Cloudstack

2013-03-25 Thread Ahmad Emneina
you will need to wait for the system vm's to be cleaned up/expunged. Set the global settings relating to cleanup to something semi aggressive, restart the management service, then try to edit again. On Mon, Mar 25, 2013 at 5:35 AM, Valery Fongang < fongang.val...@pertechtual.com> wrote: > Hi, >

RE: CloudStack - KickStart

2013-03-25 Thread Paul Angus
Citrix say it's ok to use DHCP on bonded interfaces. If you do this Citrix recommends "configuring the MAC address on the bond if you are using DHCP". http://support.citrix.com/servlet/KbServlet/download/27046-102-666250/XS-design-network_advanced.pdf Regards, Paul Angus S: +44 20 3603 0540 | M

Re: CloudStack - KickStart

2013-03-25 Thread Edward Valencia
Specifically with CloudStack and XenServer is it ok to use DHCP on the XenServer when using bonded interfaces? On Monday, March 25, 2013 at 12:41 AM, Paul Angus wrote: > Maurice, > Our provisioning technique, uses DHCP to PXE boot the host, then a post-boot > script downloads a CSV with host i

Re: Change IP range of POD in Cloudstack

2013-03-25 Thread Bryan Whitehead
You'll need to directly connect to the mysql database and update the record. This can break stuff so make sure all VM's (including systemVM's) have not already allocated IP's in the range you want to cut off. On Mon, Mar 25, 2013 at 5:35 AM, Valery Fongang wrote: > Hi, > > How can I change (shrin

Re: The Apache Software Foundation Announces Apache CloudStack as a Top-Level Project

2013-03-25 Thread Nux!
On 25.03.2013 14:19, Joe Brockmeier wrote: Sending to users@ - this is now officially official! Congratulations to the Cloudstack project on such achievement! Live long and prosper! ;-) Lucian -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro

RE: CS4 AWS S3 support

2013-03-25 Thread Rajesh Battala
Am not sure whether s3 browser allows user to configure the settings to access the cloudstack s3. If you can configure the settings the way we configure for boto then we can use s3 browser. Thanks Rajesh Battala > -Original Message- > From: Asmita Vagyani [mailto:asmita.vagy...@sigma-sy

Re: The Apache Software Foundation Announces Apache CloudStconack as a Top-Level Project

2013-03-25 Thread Frans Thamura
awesome news, congrat cloud will become mainstream platform On Mar 25, 2013 9:19 PM, "Joe Brockmeier" wrote: > Sending to users@ - this is now officially official! Please spread the > word on Twitter, Facebook, etc. > > http://is.gd/acsgrad > > Thanks! > > Joe > > Mature, Open Source turn-key pl

The Apache Software Foundation Announces Apache CloudStack as a Top-Level Project

2013-03-25 Thread Joe Brockmeier
Sending to users@ - this is now officially official! Please spread the word on Twitter, Facebook, etc. http://is.gd/acsgrad Thanks! Joe Mature, Open Source turn-key platform widely used for delivering scalable, full-featured Infrastructure-as-a-Service (IaaS) clouds. Forest Hill, MD –25 March

Re: Porting VMWare virtual setup into CloudStack

2013-03-25 Thread Rohit Yadav
Instances yes. Overall cloud, that will take some time and energy, and a lot of hacking, there was a proposal sometime back to import existing hosts and instances to CloudStack which was never implemented, maybe in future. Longer way: For each instances, export ova, deploy/start CloudStack, upload

Porting VMWare virtual setup into CloudStack

2013-03-25 Thread venkatesh.a
Hi How can I convert existing VMWare virtual setup to CloudStack. Is it possible port ? Thanks and Regards Venkatesh.A

RE: CS4 AWS S3 support

2013-03-25 Thread Asmita Vagyani
Are there any other clients, non-python based. Can I integrate this with S3 browser, such that the S3 browser shows me buckets created on the NFS drive mounted using cloud-bridge.properties? User can just upload and download files in S3 browser and ultimately on the NFS drive buckets. Thanks an

Change IP range of POD in Cloudstack

2013-03-25 Thread Valery Fongang
Hi, How can I change (shrink) the IP range of my POD without recreating the entire POD?... When I try to edit it tells me there are IP addresses in this POD that are already assigned. However I have deleted all system VMs and disabled the entire zone. No user VM exists. Thanks,

RE: CS4 AWS S3 support

2013-03-25 Thread Asmita Vagyani
Hi, How can I invoke the AWS APIs on Cloudstack. I saw a link to http://docs.aws.amazon.com/AmazonS3/latest/API/RESTServiceGET.html What will be the url like? Thanks and Regards. Asmita -Original Message- From: Rajesh Battala [mailto:rajesh.batt...@citrix.com] Sent: 25 March 2013

RE: CS4 AWS S3 support

2013-03-25 Thread Asmita Vagyani
Hi, How can I invoke the AWS APIs on Cloudstack. I saw a link to http://docs.aws.amazon.com/AmazonS3/latest/API/RESTServiceGET.html Thanks and Regards. Asmita Patil Vagyani. Tech Lead,  Sigma Software Solutions, Pune, T: +91-20-25661992 / 93 / 94. Extn. : 286 -Original Message- Fr

RE: CS4 AWS S3 support

2013-03-25 Thread Rajesh Battala
Asmita, You can follow this link. https://cwiki.apache.org/CLOUDSTACK/s3-api-in-cloudstack.html You can use boto client which is python based to send s3 requests to CS. Thanks Rajesh Battala > -Original Message- > From: Asmita Vagyani [mailto:asmita.vagy...@sigma-systems.com] > Sent:

CS 4.0.0 : Plateforme capacity calculation...

2013-03-25 Thread COCHE Sébastien
Hello all, I am very surprise about resources capacity calculation in CS 4.0.0. It seems that CloudStack doesn't care about free resources provided by hypervisor plateform. For example, on my platform, I have 2 Vmware hypervisors (5.0), 10% used and CloudStack show only 10% resources free.

plateforme capacity calculation...

2013-03-25 Thread COCHE Sébastien
Hello all, I am very surprise about resources capacity calculation in CS 4.0.0. It seems that CloudStack doesn't care about free resources provided by hypervisor plateform. For example, on my platform, I have 2 Vmware hypervisors, 10% used and CloudStack show only 10% resources free. So it

RE: CS4 AWS S3 support

2013-03-25 Thread Asmita Vagyani
Hi, I can see the entry of keys in the usercredential table in CS4 DB. When I access http:///awsapi link I get the servlet exception : java.lang.RuntimeException: javax.servlet.ServletException: Servlet execution threw an exception com.cloud.bridge.service.EC2MainServlet.doGetOrPost(EC2

Unable to delete volume - snapshots "creating" on it

2013-03-25 Thread Carl Pickering
Hi, I'm attempting to clean up a DATADISK from within CloudStack (3.0.2) but when I attempt to delete the volume, it fails giving me an error on popup "Cannot delete volume, there are snapshots creating on it". When I look at the snapshots for this volume, there is a single snapshot with the statu

RE: CS4 AWS S3 support

2013-03-25 Thread Rajesh Battala
Hi Asmita, In the cloudbridge db, usercredentials table has the username/password values present? Generally, for an existing account, generate the apikey/secrect key and register them in awsapi. Were you able to run s3 requests.? Is awsap is running at 7080 port? Thanks Rajesh Battala > --

Unable to create snapshot from Volume

2013-03-25 Thread Carl Pickering
Hi there, I'm having an issue when attempting to create a volume from an existing snapshot... I've created a snapshot of a volume that contains data, and I can see it present from within Storage > Volumes > Snapshots with a status of Backed Up When I attempt to use Rightscale to create the volum

Re: tweak cloudstack for more api response performance

2013-03-25 Thread Jijun
On 03/25/2013 05:45 PM, Osama Lotf wrote: I think this is the deal then :) mine is 8096 with no security stuff.. I assume I will change to 8080 with security. what changes I should do then? change the port in management settings only? http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/

Re: tweak cloudstack for more api response performance

2013-03-25 Thread Osama Lotf
I think this is the deal then :) mine is 8096 with no security stuff.. I assume I will change to 8080 with security. what changes I should do then? change the port in management settings only? is 10-150 threadpool is enabled by default? Thank you Jijun 2013/3/25 Jijun > On 03/25/2013 04:16 P

Re: tweak cloudstack for more api response performance

2013-03-25 Thread Jijun
On 03/25/2013 04:16 PM, Osama Lotf wrote: hi how are you guys, Long time no see.. I come back and found no more forums :) I'm using cs 3.0.2 + KVM (can't upgrade now) and my program deploys N instances one by one successful. But when I try to start threads and deploy the N instances I got many

tweak cloudstack for more api response performance

2013-03-25 Thread Osama Lotf
hi how are you guys, Long time no see.. I come back and found no more forums :) I'm using cs 3.0.2 + KVM (can't upgrade now) and my program deploys N instances one by one successful. But when I try to start threads and deploy the N instances I got many error msgs. any ideas how I can tweak maste

RE: CloudStack - KickStart

2013-03-25 Thread Paul Angus
Maurice, Our provisioning technique, uses DHCP to PXE boot the host, then a post-boot script downloads a CSV with host information tied to the MAC address of the primary interface in the host. Static IPs, hostnames and any other host specific settings can be extracted from the csv and applied a