Re: Guest network without virtual router

2013-03-12 Thread Chiradeep Vittal
>network. Has this been a problem for anyone else? > > >On Mar 12, 2013, at 8:13 PM, Chiradeep Vittal > wrote: > >> In the first go-around, not sure what do you mean DNS didn't work. I >> assume you could ping www.google.com ? The cloudstack DHCP systemvm will &

Re: Guest network can use the 16-bit variable-length mask

2013-03-12 Thread Chiradeep Vittal
;Thanks . > >于 2013/3/12 13:25, Chiradeep Vittal 写道: >> Which hypervisor? In XS and KVM case broadcasts (except for ARP) are >> suppressed. >> >> On 3/10/13 10:02 PM, "deasonyang" <27598...@qq.com> wrote: >> >>> Hi all, >>> Traditional

Re: Diskless iso boot

2013-03-12 Thread Chiradeep Vittal
On 3/12/13 8:38 AM, "David Nalley" wrote: >> > >OVS on KVM (and by extension GRE) should work in 4.1 which should be >coming out within a few weeks. I'd double check that. OVS != GRE. OVS enables GRE but you have to write code to set up tunnels and the like on the backend.

Re: what does cloudstack stateless means?

2013-03-12 Thread Chiradeep Vittal
If you are using the API, it becomes session-less since the api call is encrypted with your API keys/secret. This provides the management server with a way to authenticate every API call without any login state. On 3/12/13 4:11 PM, "Kirk Kosinski" wrote: >Hi, the CloudStack management server is

Re: Guest network without virtual router

2013-03-12 Thread Chiradeep Vittal
rolled by CloudStack this will most likely result in a dropped packet. You could try logging into the hypervisor and execute ebtables -F On 3/12/13 4:48 AM, "Wei Leong" wrote: >Nope, basic networking the second time too. > >On Mar 12, 2013, at 1:25 AM, "Chiradeep Vittal&

Re: Guest network can use the 16-bit variable-length mask

2013-03-11 Thread Chiradeep Vittal
Which hypervisor? In XS and KVM case broadcasts (except for ARP) are suppressed. On 3/10/13 10:02 PM, "deasonyang" <27598...@qq.com> wrote: >Hi all, >Traditional network, it is necessary to use VLANs to isolate broadcast >more than 200 hosts, that basic ZONE Guest network host is best, how many?

Re: Guest network without virtual router

2013-03-11 Thread Chiradeep Vittal
Is the second go-around using advanced networking? On 3/10/13 1:54 PM, "Wei Leong" wrote: >It seems I am having a lot of trouble setting up even the simplest of >cloudstack networking configurations. > >A quick background on my setup: > >The kvm host is part of a network of machines that gets th

Re: [ACS41][QA] Test plan for List API Performance Optimization

2013-03-04 Thread Chiradeep Vittal
On 2/22/13 10:24 AM, "Sowmya Krishnan" wrote: >Hi, > >I've posted a test plan for tracking the performance numbers for the set >of List APIs which were optimized as mentioned in >https://issues.apache.org/jira/browse/CLOUDSTACK-527 >Test plan is here: >https://cwiki.apache.org/confluence/displa

Re: Issues when vCenter becomes unavailable

2013-02-22 Thread Chiradeep Vittal
CC'ing Kelven to see if he has any ideas. On 2/22/13 12:22 PM, "Dave Dunaway" wrote: >If I may suggest also testing a disconnect of a host (hypervisor) from >vcenter, so that vcenter and CS can still talk, but vcenter cannot talk to >the hosts (hypervisors). CS marks the host as down or failed o

Re: [Discuss]Apache wedbsite redesign

2013-02-20 Thread Chiradeep Vittal
I like the visual impact. Is this going to be static? I feel that as the project evolves, different things need to get highlighted. I'm not a Windows8 user, but.. From a marketing perspective, there's perhaps 3 calls for action? - Do you want to know what CloudStack is? Go here - Do you want to co

Re: SAS HBA issue

2013-02-20 Thread Chiradeep Vittal
ng-1","wait":10800}}] } This is an attempt to copy from secondary storage to primary storage. As you can see the primary storage URL doesn't look kosher. On 2/20/13 7:16 AM, "Tim Schultheiss" wrote: >I posted a snippet of the management server log here: >

Re: Asynchronous Request Handling

2013-02-19 Thread Chiradeep Vittal
On 2/19/13 6:43 PM, "Ahmad Emneina" wrote: >job.expire.minutes Indeed.

Re: Asynchronous Request Handling

2013-02-19 Thread Chiradeep Vittal
On 2/19/13 12:45 AM, "Asmita Vagyani" wrote: >Hi all, > >We are using the cloudstack 4 APIs - deployVM and destroyVM. >Both the calls are asynchronous. > >We are trying to find a way how we can keep on polling the CS4 management >server for the Job status. >The issue is , the VM creation can ta

Re: Remote Cloudstack Management Server and public IPs

2013-02-19 Thread Chiradeep Vittal
Not familiar with OVH, but in general 'advanced' networking in CS is challenging without VLANs. Do you have VLANs available? What do you plan on using your CS for? I'd say there's a minimum of 3 "public ip" needed (assuming you are using advanced networking): 1 each for the system vms and 1 for th

Re: SAS HBA issue

2013-02-19 Thread Chiradeep Vittal
Could you paste your logs somewhere (e.g., paste bin) On 2/18/13 8:50 AM, "Tim Schultheiss" wrote: >I've got a problem with Cloudstack not able to access the primary storage >server I've set up for a new cluster. They're Xen 6.02 machines connected >via SAS HBAs to a Dell MD3200. I configured th

Re: Fail to add host in GRE based zone

2013-02-15 Thread Chiradeep Vittal
Yes -- Chiradeep On Feb 15, 2013, at 13:16, "Sebastien Goasguen" wrote: > I setup xen 4.1 oss, on ubnutu 12.04 and xcp-xapi…via apt-get > > default packages.. > > the gre will only work with XS ? > > On Feb 15, 2013, at 10:11 PM, Chiradeep Vittal > wrote: &g

Re: Fail to add host in GRE based zone

2013-02-15 Thread Chiradeep Vittal
You should try Xen 6.0 at least. On 2/15/13 12:54 PM, "Sebastien Goasguen" wrote: >Hi, > >I am trying to setup a few xen hosts, (xcp-xapi), NFS as primary and >secondary storage. >I truned on sdn.ovs.controller to be able to do an advanced zone with gre >mesh. > >When adding the hosts I get an e

Re: CS 4 Database integrity - mysql server performances

2013-02-14 Thread Chiradeep Vittal
+Alex since he is opinionated on this stuff. In general CloudStack uses transactions and the framework ensures that cleanup happens if exceptions (expected or otherwise) are thrown. For long-running operations where locks are desired on a particular row, CloudStack does not use native row locking

Re: ACS 4.0.1 - errors creating system VMs - KVM on Ubuntu 12.04

2013-02-14 Thread Chiradeep Vittal
Is it possible that the agent is of a different vintage? On 2/14/13 7:35 AM, "Oded Nahum" wrote: >Hi > >I'm getting the error below when CS 4.0.1 is trying to create the System >VMs on Ubuntu 12.04 KVM host > >ved: false,moveToReserveredfalse >2013-02-14 16:29:57,548 WARN >[cloud.consoleproxy.Co

Re: SSVM health check script does not exist

2013-02-13 Thread Chiradeep Vittal
Try root@s-1235-VM:~# find /usr/local/cloud -name ssvm-check.sh On 2/13/13 9:51 AM, "Wei Leong" wrote: >Cloudstack 1:4.0.0-incubating > >I was able to get Cloudstack set up to the point where the system VMs >were running. I am now trying to troubleshoot an issue with the SSVM not >downloading a

Re: glusterfs as secondary storage

2013-02-13 Thread Chiradeep Vittal
I'd vote for #2. But do the hypervisors use native Gluster? On 2/13/13 4:20 AM, "Nux!" wrote: >Hi guys, > >Is there a way to have glusterfs used for secondary storage in a basic >zone? >So far I found 2 ways of doing it, but both look too much like hacks: >1. replace /bin/mount with a shell wrap

Re: Ephemeral storage

2013-02-05 Thread Chiradeep Vittal
Not exactly the behavior you want, but Set expunge.interval to a small value (60 seconds) Set "use local storage" in the service offering. Use 'destroy' instead of 'shutdown'. On 2/5/13 7:32 AM, "Chip Childers" wrote: >On Tue, Feb 5, 2013 at 10:22 AM, Sean Hamilton >wrote: >> Sorry, I should h

Re: Configuring static routes on VM

2013-02-05 Thread Chiradeep Vittal
We could enhance the CloudStack API to support DHCP options per subnet. One DHCP option could be static routes. On 2/5/13 10:06 AM, "Chris Sears" wrote: >Hi Jeff, > >CloudStack currently does all in-guest network configuration via DHCP >and, as far as I can tell, no DHCP options are being set th

Re: Use External DHCP server?

2013-02-05 Thread Chiradeep Vittal
Also, what is the server you are using? DHCPD? Windows 2008? Dnsmasq? On 2/5/13 10:43 AM, "Chiradeep Vittal" wrote: >Not yet, but please file an enhancement request > >On 2/5/13 6:40 AM, "Jake G." wrote: > >>Hi all! >> >>I have a dhcp server t

Re: Use External DHCP server?

2013-02-05 Thread Chiradeep Vittal
Not yet, but please file an enhancement request On 2/5/13 6:40 AM, "Jake G." wrote: >Hi all! > >I have a dhcp server that has all my public IP address setup in. > >Is it possible to use a existing DHCP server to handout public IP address >to instances ? > >Also, is it possible to add a second ni

Re: SSL certificates on servers in advanced networking zone

2013-02-01 Thread Chiradeep Vittal
You may have to wait for this: https://cwiki.apache.org/confluence/x/YCLVAQ https://issues.apache.org/jira/browse/CLOUDSTACK-24 On 2/1/13 9:25 AM, "Nik Martin" wrote: > > >We launched our first public cloud a few weeks ago, and everything is >going ok, but the issue of running a web server in a

Re: Cloudstack S3 (Simple Storage Service) Support

2013-01-31 Thread Chiradeep Vittal
The storage.root parameter in cloud-bridge.properties can point to any filesystem: with this you will get a filesystem-backed S3 service. However the reliability, durability and scalability are guaranteed by the choice of filesystem. For example if the filesystem is an NFS mount provided by a NetAp

Re: Network Bandwidth Usage for Basic Networking

2013-01-18 Thread Chiradeep Vittal
You could use pmacct [http://www.pmacct.net/] to collect netflow data from your routers/switches and achieve similar functionality. However CloudStack wouldn't know how to talk to pmacct to fetch the usage data. Feel free to suggest a pmacct integration on the dev list / JIRA On 1/18/13 3:48 AM,

Re: Cloudstack Xen Host High Availability and Fencing

2013-01-10 Thread Chiradeep Vittal
Please raise a bug nevertheless. And others with this issue, please add votes. On 1/9/13 1:40 AM, "Arnaud Gaillard" wrote: >Hello, > >Yes we encountered the same problem but with KVM. It seems that when you >are in a multiple primary storage configuration and one of the primary >storage become u

Re: question about network separation

2013-01-10 Thread Chiradeep Vittal
Yes. On 1/10/13 5:36 PM, "Nux!" wrote: >On 11.01.2013 01:13, Chiradeep Vittal wrote: >> Generally you can't mix network isolation types in the same zone. > >Hi, > >But is it safe/supported in separate zones? > >-- >Sent from the Delta quadrant using Borg technology! > >Nux! >www.nux.ro

Re: best supported hypervisor + SDN

2013-01-10 Thread Chiradeep Vittal
Hugo Trippaers is the expert on the NVP integration. Here's a video describing the work he's doing http://www.youtube.com/watch?v=z5Z2CUBLwLc On 1/10/13 1:45 AM, "Nux!" wrote: >On 10.01.2013 04:08, Alex Huang wrote: >> That's incorrect. OVS GRE is implemented currently on XenServer and >> KVM

Re: question about network separation

2013-01-10 Thread Chiradeep Vittal
Generally you can't mix network isolation types in the same zone. On 1/10/13 2:36 PM, "Nux!" wrote: >Hello, > >Quick question - if I wanted to have 2 or more zones/regions (or >clusters, or pods), can I have a simple, bridged network for one and a >separated network for another (powered by, say

Re: Driver domain / PCI Passthrough support

2013-01-04 Thread Chiradeep Vittal
Not currently. Enhancement requests are entertained! Note a few related discussions/bugs: https://issues.apache.org/jira/browse/CLOUDSTACK-780 http://markmail.org/thread/gvp2jyuklq76j2zi On 1/4/13 3:57 AM, "Jack Finley" wrote: >Hello, > >Trying to use Cloudstack + XCP ... but encountering Dom0

Re: Reimage Instance

2013-01-04 Thread Chiradeep Vittal
01.jpg@01CD7EB2.A839EF60] [cid:image002.jpg@01CD7EB2.A839EF60] On Jan 4, 2013, at 4:21 PM, Chiradeep Vittal mailto:chiradeep.vit...@citrix.com>> wrote: The 'restoreVm' API is being enhanced for this purpose. See http://markmail.org/thread/rc4ycjo5segasbtm From: Tamas Mono

Re: Reimage Instance

2013-01-04 Thread Chiradeep Vittal
The 'restoreVm' API is being enhanced for this purpose. See http://markmail.org/thread/rc4ycjo5segasbtm From: Tamas Monos mailto:tam...@veber.co.uk>> Reply-To: CloudStack Users mailto:cloudstack-users@incubator.apache.org>> Date: Fri, 4 Jan 2013 13:52:47 -0800 To: CloudStack Users mailto:cloudst

Re: [DISCUSS] Dedicated Resources: Dedicate Pods, Clusters, Hosts to a domain

2012-12-19 Thread Chiradeep Vittal
Given the move away from defining these access rights in code (see [1]), I hope that these checks are going to be defined in the new ACL check layer. [1] https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+API+refac toring On 12/19/12 10:39 PM, "Manikanta Kattamuri" wrote: >This

Re: Using an external dhcp in cloudstack

2012-12-19 Thread Chiradeep Vittal
Not for now. CloudStack needs to know the IP address of the vm (in order to provide other services such as firewall, etc). Programming specific mac/ip pairs into dnsmasq is the only current way of doing so. You could always file an enhancement request On 12/19/12 9:42 PM, "Amar Krishna" wrote:

Re: where does the params in systemvm's /proc/cmdline come from?

2012-12-13 Thread Chiradeep Vittal
This is a question better asked in -dev. Short answer, the XAPI call VM.set_PV_args is used. On 12/13/12 5:02 AM, "sx chen" wrote: > Thanks howie, >I want to know where does these parameter passed by: >quiet >console=hvc0%template=domP%type=dhcpsrvr%%name=r-6-VM%eth0ip=10.1.2.1%eth0 >mask=255.2

Re: Zone 1 is not ready to launch console proxy yet

2012-12-04 Thread Chiradeep Vittal
om host as h INNER JOIN >mshost as m ON h.mgmt_server_id=m.msid where h.status='Up' and >h.type='Routing' and m.last_update > '2012-12-04 12:39:26' group by >h.data_center_id, h.type) as t ORDER by t.data_center_id, t.type; >++-+---+ >| data_cen

Re: Zone 1 is not ready to launch console proxy yet

2012-12-03 Thread Chiradeep Vittal
he '?' is to be replaced by a date equivalent to now() in GMT - 150 secs On 12/3/12 6:58 PM, "Chiradeep Vittal" wrote: >So what is the result of the below SQL query if you run it by hand? >Use data_center.allocation_state = 'Enabled' > > >On 11/2

Re: Zone 1 is not ready to launch console proxy yet

2012-12-03 Thread Chiradeep Vittal
So what is the result of the below SQL query if you run it by hand? Use data_center.allocation_state = 'Enabled' On 11/29/12 9:54 AM, "Jeff Reed" wrote: >Hey folks, > >I'm having a problem after upgrading from cloudstack 3.0.2 to 4.0. I >followed the instructions here: >http://incubator.apach

Re: Network Usage

2012-12-03 Thread Chiradeep Vittal
For basic zone and advanced networks where there is no VR in the path, the only supported sFlow collector is Traffic Sentinel: http://www.inmon.com/products/trafficsentinel.php Check the user_statistics table VR stats collection log snippets you should be able to grep for Found 1 running route

Re: ICMP traffic will not traverse

2012-12-03 Thread Chiradeep Vittal
Icmp type/code any/any maps to –1/-1 in the API, not 0/0 From: Michael Hart-Jones mailto:mhartjo...@accessit.co.uk>> Reply-To: CloudStack Users mailto:cloudstack-users@incubator.apache.org>> Date: Mon, 3 Dec 2012 04:04:56 -0800 To: CloudStack Users mailto:cloudstack-users@incubator.apache.org>>

Re: Multiple IP's to one instance

2012-11-26 Thread Chiradeep Vittal
FWIW, it is a oft-requested feature in AWS as well: http://goo.gl/cC5qY On 11/21/12 6:41 PM, "Clayton Weise" wrote: >> I also argue that what they are asking for really is in conflict of the >>purpose of a cloud environment. > >I think this depends on the scope of who the cloud owner is. If th

Re: Multiple IP's to one instance

2012-11-21 Thread Chiradeep Vittal
To summarise the discussion so far: - multiple guest Ips per NIC is very important for VPS-like environments. The primary usecase here would be ssl certs that are tied to the ip. - an additional advantage is the ability to perform ip-takeover required in HA/hearbeat environments - most important

Re: Please share correct steps to setup dev environemnt on windows machine, rereally frustrated now :(

2012-11-14 Thread Chiradeep Vittal
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Setting+up+a+CloudSt ack+dev+environment+on+Windows On 11/14/12 8:13 AM, "vinod hire" wrote: >Dear All, > >I am very new to cloudstack and trying to setup det enviroment on windows >laptop but seems I am doing something wrong. >I am trying

Re: Username / Password issue on 1st login to UI

2012-11-14 Thread Chiradeep Vittal
tp://tinypic.com/r/2bo8rr/6 >> >> To be clear, same issue on Ubuntu install. >> >> I can try from source but I was hoping to work from the "release". >> >> Thanks, >> Sean >> >> >> >> >> Sean Hafeez >> 羽飛寿 翔

Re: Username / Password issue on 1st login to UI

2012-11-13 Thread Chiradeep Vittal
Are you working with the 4.0 release artifacts? Or from the 4.1 (master) git source? Can you post a screenshot (on a image host website)? What version of Apache Tomcat are you running (6.0.33 is the version that works) On 11/13/12 12:04 PM, "Sean Hafeez" wrote: >I have installed on CentOS 6.3 a

RE: Stop Virtual Router Using a Public IP

2012-11-13 Thread Chiradeep Vittal
You can design a network offering without any "edge" services (such as NAT, LB, FW) and that should result in a VR that does only DHCP and userdata http://www.shapeblue.com/2012/05/10/using-the-api-for-advanced-network-management/ -Original Message- From: Marc Cirauqui [mailto:mcirau...@g

Re: alter resolv.conf nameservers on linux

2012-11-08 Thread Chiradeep Vittal
environments let alone my production environment. We also >specify additional parameters in /etc/resolv.conf like timeout and we >have to be able to specify additional search domains. > > >On Nov 7, 2012, at 6:07 PM, Chiradeep Vittal > wrote: > >> Not sure what you me

Re: alter resolv.conf nameservers on linux

2012-11-07 Thread Chiradeep Vittal
ot; wrote: >#2 doesn't work. It still stomps /etc/resolv.conf with what's provided >by the routervm. > >On Nov 7, 2012, at 4:48 PM, Caleb Call wrote: > >> Thanks, #2 looks perfect. I'll give that a shot. >> >> On Nov 7, 2012, at 4:29 PM, Chiradeep

Re: alter resolv.conf nameservers on linux

2012-11-07 Thread Chiradeep Vittal
That should not be necessary. The DNS server in the router is a forwarder: 1. If the target of the DNS resolve is for a VM it has served DHCP to, it responds with the entry 2. If not, it forwards it to the 'zone' dns server. Or, you can set use.external.dns to 'true', restart the management server

Re: DNS Issue

2012-11-06 Thread Chiradeep Vittal
Resolve DNS for the public IP or the guest IP? It really depends on your DNS infrastructure. Because of the dependency on the datacenter DNS infrastructure, CloudStack has shied away from an out-of-the-box solution. That's not to deny that it is a real problem. It should be solved, but there are se

Re: cloudstack DataCenter Failover ???

2012-11-05 Thread Chiradeep Vittal
Are the hypervisor and storage server addresses identical in the standby datacenter? When the switchover happens, the state of the VMs in the database will be 'Running', but the actual state will be 'stopped'. You might have to manually restart all the vms. On 11/5/12 1:12 AM, "Ivan Rodriguez" wr

Re: new features

2012-11-01 Thread Chiradeep Vittal
New features continue to be posted on the dev mailing list. Feature specifications are here: https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+Next+Rele ase https://cwiki.apache.org/confluence/display/CLOUDSTACK/Design On 11/1/12 7:00 AM, "Chip Childers" wrote: >On Thu, Nov 1,

Re: vmware HA

2012-10-30 Thread Chiradeep Vittal
In general the native HA offered by the hypervisor manager (XenServer pool master, Vmware HA) is going to be a superior and better tested solution than what CloudStack can achieve. This was a conscious decision to let the burden of HA fall on the subsystem that best knows about it. For KVM, there i

Re: Manual DNS entries

2012-10-30 Thread Chiradeep Vittal
anceName >additionalServiceName CNAME userEnteredInstanceName > >10.1.1.10 PTR cloudStackInstanceName > >All this in the same domain as example cloud.int > > >-Original Message- >From: Chiradeep Vittal [mailto:chiradeep.vit...@citrix

Re: Manual DNS entries

2012-10-29 Thread Chiradeep Vittal
The DNS resolver is dnsmasq and is configured as a forwarder, except for the DHCP-configured hosts. So I guess you could update your authoritative DNS server with the CNAME? On 10/29/12 3:20 AM, "Fuchs, Andreas (SwissTXT)" wrote: >Hi > >We are curently in a CloudStack POC and are facing some gen

Re: CS4 and XS 6.1

2012-10-29 Thread Chiradeep Vittal
Not according to this: https://issues.apache.org/jira/browse/CLOUDSTACK-369 Targeted for ACS 4.1 On 10/29/12 7:11 AM, "Trevor Francis" wrote: >Does CS4 support Xenserver 6.1 and or has there been a patch released for >3.0.2 for XS 6.1? > >TGF >

Re: Installation issue during build

2012-10-22 Thread Chiradeep Vittal
ry >"/Users/chmoulli/Apache/incubator-cloudstack/console-proxy/dist"): >error=2, >No such file or directory -> [Help 1] >[ERROR] > >On Mon, Oct 22, 2012 at 8:25 PM, Chiradeep Vittal < >chiradeep.vit...@citrix.com> wrote: > >> I think the latest (m

Re: Installation issue during build

2012-10-22 Thread Chiradeep Vittal
I think the latest (master) instructions are here: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Building+with+Maven Maven 3 is required. On 10/22/12 8:20 AM, "Charles Moulliard" wrote: >Hi, > >I try to build the project as explained here >http://incubator.apache.org/cloudstack/develo

Re: About encrypting data in CloudStack VM.

2012-10-21 Thread Chiradeep Vittal
It is an interesting problem no doubt. It is essentially the same as "how do I keep credentials secret in the cloud". Most people use the 'user data' feature, but that is by no means bulletproof. For a comprehensive overview of the possible solutions check this: http://shlomoswidler.com/2009/08/how

Re: Template deletion on the primary storage

2012-10-20 Thread Chiradeep Vittal
Could you raise a enhancement request? On 10/19/12 2:15 PM, "Tamas Monos" wrote: >Hi, > >I'm not sure you can at all. >I think CloudStack uses linked-in clones for virtual disks so the >template must stay on the primary storage otherwise will render the VM >unusable. >All VMs based on the same t

Re: CS 4 Trial - Could not find corresponding resource manager for VMware

2012-10-15 Thread Chiradeep Vittal
Yes, you are mistaken. Hypervisors and network resources that require 3rd party SDK jars that are not ASL-friendly are not built by default since it requires linking against non-OSS jars. The code for these resources are separated into the relevant plugins/ folder. If you download the non-OSS jars

Re: anyway to debug after changing part of code?

2012-10-09 Thread Chiradeep Vittal
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Using+Eclipse+With+C loudStack On 10/9/12 11:36 AM, "Nitin Mehta" wrote: >You can use the eclipse debugger and set breakpoints. > >> Caused by: java.sql.SQLException: Field 'kddihosttags' doesn't have a >> default value > >seems to be the ro

Re: NFS speed traffic control

2012-09-24 Thread Chiradeep Vittal
CloudStack supports tagging physical resources [1]. A service offering or disk offering can include these tags. During deployment of the VM and volume, these tags will be taken as hints. You could have 2 types of primary storage per cluster: one tagged "high priority" and one tagged "low priority

Re: the user of external router device

2012-09-13 Thread Chiradeep Vittal
You can also read this blog entry: http://blog.remibergsma.com/2012/08/30/going-beyond-cloudstack-advanced-net working-how-i-replaced-the-virtual-router-with-my-own-physical-linux-router / On 9/13/12 6:30 PM, "Chiradeep Vittal" wrote: >You have a few options here >1. You can ut

Re: the user of external router device

2012-09-13 Thread Chiradeep Vittal
You have a few options here 1. You can utilize the latest "VPC" feature [1] to connect a Private Gateway to your MPLS device 2. The cloud admin can create a dedicated vlan with a specific vlan id (say 1001). This vlan can be the same MPLS vlan that you want to use. 3. You can design a network offer

Re: Need detail cloudstack networking document ???

2012-09-10 Thread Chiradeep Vittal
Have you checked http://docs.cloudstack.org/CloudStack_Documentation On 9/10/12 12:53 AM, "Nguyễn Đình Việt" wrote: >Hi guy, > >I can not find any document that describe detail about cloudstack >networking >(architecture, description, function of networking offering... on GUI). >Can u >send me ?

Re: List of New Features in 4.0

2012-09-10 Thread Chiradeep Vittal
Inter-VLAN Routing (aka VPC) Site-to-Site VPN Local Storage Support for Data Volumes Tagging virtual resources AWS API Changes for Tags On 9/10/12 10:22 AM, "Chiradeep Vittal" wrote: >Autoscaling is still pending a merge and is unlikely to make it into 4.0. > >On 9/10/1

Re: List of New Features in 4.0

2012-09-10 Thread Chiradeep Vittal
Autoscaling is still pending a merge and is unlikely to make it into 4.0. On 9/10/12 9:49 AM, "Shanker Balan" wrote: >On 10-Sep-2012, at 8:10 PM, James Jeffrey wrote: > >> Hello, >> >> Sorry if it already exists - I've looked but failed to find. Is there a >>list of new features in 4.0 please?

Re: How to integrate Hadoop to CloudStack

2012-09-09 Thread Chiradeep Vittal
You can read a little more about this here: http://markmail.org/message/6aa3ibsft5tnql4j The code is actually fairly well tested but needs a couple of tweaks to integrate with the current Apache master. It was on my to-do for 4.0 but it slipped through the cracks. If there is interest, I can fix

Re: Modify laun VM Wizard

2012-09-06 Thread Chiradeep Vittal
Marcos, Are you familiar with the user-data feature of CloudStack ? When deploying a VM, you can associate an arbitrary set of userdata with the VM. Suppose this is an xml string which includes "myhostname". When the VM boots you can access the userdata from a well-known URL and then set the hostn

Re: CloudStack Allocator Pre-Condition Check

2012-08-12 Thread Chiradeep Vittal
+ Developer list since it seems to better belong there. But it seems to me that the allocator is entirely the wrong place to put such a check. What you are trying to implement is a network check. If you implement a NetworkElement then your network element gets called whenever a VM is about to be p

Re: Externally Managed Clusters - pointer to more info?

2012-07-19 Thread Chiradeep Vittal
1 PM, "Evan Miller" wrote: > >>Hi Chiradeep: >> >>So, it sounds like there isn't a way in the same cluster for two >>XenServer hosts to not pool CPU, memory, and ip addresses? >> >>To get that kind of cpu, memory and ip address manag

Re: Externally Managed Clusters - pointer to more info?

2012-07-19 Thread Chiradeep Vittal
sounds like each host should be in a different cluster. Right? > > >Regards, >Evan > > >-Original Message- >From: Chiradeep Vittal [mailto:chiradeep.vit...@citrix.com] >Sent: Thursday, July 19, 2012 2:20 PM >To: CloudStack Users >Subject: Re: Externally Manag

Re: Externally Managed Clusters - pointer to more info?

2012-07-19 Thread Chiradeep Vittal
AFAIK, this is available only for VMWare clusters currently. The main difference is that vCenter takes care of HA and you can live migrate using vCenter and CloudStack will cope with the out-of-band change. -- Chiradeep On 7/19/12 12:31 PM, "Evan Miller" wrote: >Running CloudStack Management Se

DevCloud tips

2012-07-18 Thread Chiradeep Vittal
There's some ongoing threads at the Wiki entry: http://wiki.cloudstack.org/display/COMM/DevCloud?focusedCommentId=11829498#comment-11829498 Specifically, 1. On Mac OS X 10.6 (Snow Leopard), make sure you boot into the 64-bit kernel 2. Allocate more memory to the DevCloud VM 3. Reduce the me

Re: Cloudbridge SetOfferMapping

2012-07-18 Thread Chiradeep Vittal
It also looks like you need to escape the ampersand or surround with quotes. -- your shell created 2 background jobs. On 7/18/12 10:52 AM, "Prachi Damle" wrote: >Hi Sebastien. > >Seems docs need to be corrected. Looking at the authentication code, I >see that the REST query also needs: >1. AWSAc

Re: Scripting options on Windows?

2012-07-18 Thread Chiradeep Vittal
If you have Python 2.7.1 or later on the Windows box, you can use the generated Python client libraries. See http://wiki.cloudstack.org/display/QA/Testing+with+python Or here's the complete list: http://wiki.cloudstack.org/display/COMM/Integrating+with+CloudStack On 7/18/12 6:53 AM, "Jason Dav

Re: Functional specs for Burbank features "Inter-Vlan Routing" and "Vm Tiers" are posted on wiki

2012-07-06 Thread Chiradeep Vittal
Thanks Chandan. With the level of detail in these test cases, it seems that a significant portion can be automated using Marvin? Are these UI-driven testcases or API-driven, or both? IMO, a performance test establishing a baseline for forwarding performance between various networks is necessary.

Re: Runbook for a very small setup

2012-07-02 Thread Chiradeep Vittal
Very very nice. In Section 1.2, the location for the binaries is missing? Perhaps a brief blurb on the components of CloudStack (MS, primary storage, secondary storage, hypervisor host)? This also seems to be an "all-in-one" setup, so perhaps this should be made clear. Also, a high-level overvie

Re: dedicated public IP ranges for system vms

2012-06-20 Thread Chiradeep Vittal
I've heard this request from other users as well with different justifications -- Chiradeep On Jun 20, 2012, at 12:36, "Roeland Kuipers" wrote: > Hi, > > We have the same desire, for the following reasons. > > Given the type of customers we host we would like to be able to put the > Portal

Re: VPN Concurrent users

2012-06-12 Thread Chiradeep Vittal
What is the error on the vpn client? What OS are the clients using? You can take a look at the logs on the virtual router by logging in so: http://www.tutkiun.com/2012/06/login-to-system-vmsrouters-cloudstack.html The remote access VPN stack is ipsec / l2tp / ppp. The failure could be in any one

Re: NetScaler Best Practices

2012-06-07 Thread Chiradeep Vittal
This bug has some details of the optimizations done to HAProxy configuration and the resulting performance http://bugs.cloudstack.org/browse/CS-8350 On 6/7/12 7:22 AM, "David Nalley" wrote: >On Thu, Jun 7, 2012 at 10:19 AM, Paul Angus >wrote: >> Thanks Murali, >> >> I think they are questions

Re: Changing the IP Address of a Cloudstack VM

2012-06-07 Thread Chiradeep Vittal
Also, for Basic Zone on XenServer, if you change the ip address of the vm from inside the vm, you will not be able to send/receive any traffic since the anti-spoof rules kick in. On 6/7/12 12:13 PM, "Alena Prokharchyk" wrote: >On 6/7/12 12:05 PM, "Geoff Higginbottom" > wrote: > >>Basic Zones hav

Re: How to access guest vm from outside

2012-05-31 Thread Chiradeep Vittal
Or add a port forwarding rule on port 22 -- Chiradeep On May 31, 2012, at 22:18, "Rajesh Battala" wrote: > Use the console of the VM from UI to access the guest. > >> -Original Message- >> From: Jewel Nuruddin [mailto:jewel.nurud...@yahoo.com] >> Sent: Friday, June 01, 2012 9:03 AM

Re: S3 API in CloudStack 3.0.x

2012-05-31 Thread Chiradeep Vittal
r. Is there an api equiv? > >Cheers, >-A > >On Thu, May 31, 2012 at 10:54 AM, Chiradeep Vittal > wrote: >> >> >> On 5/31/12 10:43 AM, "David Nalley" wrote: >> >>>On Thu, May 31, 2012 at 12:35 AM, Rajesh Battala >>> wrote: >&

Re: S3 API in CloudStack 3.0.x

2012-05-31 Thread Chiradeep Vittal
p 1.0). I found that I had to set the following configuration in hdfs-site.xml dfs.permissions false [1] http://git.cloud.com/cgit/cloudstack-oss/log/?h=s3-hdfs On 5/30/12 2:59 PM, "Chiradeep Vittal" wrote: >The S3 API formerly in the "Cloud Bridge" source has bee

Re: S3 API in CloudStack 3.0.x

2012-05-31 Thread Chiradeep Vittal
On 5/31/12 10:43 AM, "David Nalley" wrote: >On Thu, May 31, 2012 at 12:35 AM, Rajesh Battala > wrote: >> Hi David, >> >> I had tried listCapabilities, it won't tell us about S3 is enabled or >>not. >> One more way is, if we send request from boto client to our CS, if S3 >>is disabled then in th

S3 API in CloudStack 3.0.x

2012-05-30 Thread Chiradeep Vittal
The S3 API formerly in the "Cloud Bridge" source has been moved to CloudStack. Several bugs have been fixed and more features have been supported. The complete list of supported APIs can be found here: S3 API Page: http://wiki.cloudstack.org/display/RelOps/S3+API+in+CloudStack There has not been

Re: VPN with CS 3.0.2

2012-05-28 Thread Chiradeep Vittal
Citrix QA team verified with a Win7 client not behind NAT as recently as a couple of weeks ago: http://bugs.cloudstack.org/browse/CS-14855 On 5/28/12 10:18 AM, "Tamas Monos" wrote: >Hi, > >I've got further into it. On windows 7 L2TP over IPSec with pre-shared >key seems to build up the tunnel r

Re: How do I isolate tenant VMs on a hypervisor by hypervisor basis?

2012-05-17 Thread Chiradeep Vittal
On 5/17/12 11:04 AM, "Donal Lafferty" wrote: >I want to make sure that VMs for one user run on separate hypervisor to >VMs of other users. > >Is this a current or upcoming feature? Also, what would are all the >steps involved in achieving this isolation. > >E.g. I see that I can specify the hy

Re: Cannot access SSVM

2012-04-26 Thread Chiradeep Vittal
Shouldn't that be id_rsa.cloud ? You can only get in through the 169.x.y.z address. Also, which hypervisor? On 4/25/12 9:56 PM, "Yount, William D" wrote: >id_rsa_cloud