Re:

2015-09-07 Thread Santhosh Edukulla
It seems unit tests are failing. You can temporarily getaway with running tests using -DskipTests switch to your mvn command, see if it goes through. Santhosh On Mon, Sep 7, 2015 at 7:04 PM, Ejike Daniel wrote: > Please i need help with this error > > > > > > > > > > > >

Re: How does the parameter startdate/enddate of api listEvents() use new time format like 'yyyy-MM-dd HH:mm:ss' ?

2015-08-28 Thread Santhosh Edukulla
Hi Cao, Inside "_sort_request" function mentioned at the wiki, change the below line self.params.append(key + '=' + urllib.quote_plus(args[key])) to self.params.append( key + '=' + str.lower(urllib.quote_plus(args[key])). *replace(**"+", "%20") *) The time stamp parameter "2015-08-28 16:20:00

Re: CloudStack + ELK with log4j-jsonevent-layout

2015-08-02 Thread Santhosh Edukulla
Thomas, We had a business requirement of correlating logs (sort of SIEM) from endpoints, edge devices for threat identification. Few of the applications were in Java with log4j log configuration, few in other streams. I have pasted the design we followed to configure and forward the logs to elasti

RE: could you please help in joing developers mailing list

2014-11-20 Thread Santhosh Edukulla
You need to acknowledge the subscription, through a reply to an email, this email will be sent to your email, once you mailed to below dev-subscribe ... id. May be you would have received the mail, check in all other mail directories in your mail box. Regards, Santhosh

RE: Not able to add DevCloud as a hypervisor

2014-11-19 Thread Santhosh Edukulla
Hello Hanan, Check "Marvin-0.1.0.tar.gz" file exists under "tools/marvin/dist/" directory. The name would have been changed to some thing related to version 4.6. After that change that accordingly in the below cmd. pip install tools/marvin/dist/Marvin-0.1.0.tar.gz Santhosh

RE: Patched 4.3.1 SystemVMs (was Re: git commit: updated refs/heads/master to 88acc9b)

2014-11-04 Thread Santhosh Edukulla
Rohit, As well, we may want to just revert the previous changes done to httpd.conf to keep the configuration of ciphers consistent across files. There we mentioned to support only TLS1...etc through + logic Here, we are excluding few protocols from all. Regards Santhosh __

RE: Patched 4.3.1 SystemVMs (was Re: git commit: updated refs/heads/master to 88acc9b)

2014-11-04 Thread Santhosh Edukulla
...@shapeblue.com] Sent: Tuesday, November 04, 2014 2:42 AM To: d...@cloudstack.apache.org Cc: users@cloudstack.apache.org Subject: Re: Patched 4.3.1 SystemVMs (was Re: git commit: updated refs/heads/master to 88acc9b) > On 04-Nov-2014, at 1:02 pm, Santhosh Edukulla > wrote: > > 2. TLSv1.2 is the

RE: Patched 4.3.1 SystemVMs (was Re: git commit: updated refs/heads/master to 88acc9b)

2014-11-03 Thread Santhosh Edukulla
) Hi again, > On 04-Nov-2014, at 6:01 am, Santhosh Edukulla > wrote: > > Apart from SSLv3, we may want to disable TLS1.0, TLS1.1, as they have similar > vulnerabilities. If we don’t support TLS v1.0, it will break console proxy on IE etc. Further, what vulnerabilities do TL

RE: Problem in running marvin

2014-08-23 Thread Santhosh Edukulla
Hi Sandeep, under /tools/marvin, run "python setup.py install", provided you were able to build cloudstack, It should install marvin. Thanks! Santhosh From: ilya musayev [ilya.mailing.li...@gmail.com] Sent: Saturday, August 23, 2014 7:32 PM To: users@clou

RE: Running the cloudstack in simulator

2014-07-31 Thread Santhosh Edukulla
Below error suggests, you dont have a specific module. please use python 2.7.x(specifically 6) and then try. "> ImportError: No module named ecdsa" Instead of going that route, just follow the below link, but for this as well, you need relevant packages for python. If you install marvin, it wil

RE: DNS service on VR not responding

2014-07-22 Thread Santhosh Edukulla
gt; a > > > year ago and there was no issues only until recently. So I don't think > > the > > > issue is due to the zone or service/network offering's default > > > configuration, since I didn't make any changes to the zone > configuration. > > &

RE: DNS service on VR not responding

2014-07-21 Thread Santhosh Edukulla
s. > > Regards > Vihar K > On Jul 21, 2014 4:09 PM, "Santhosh Edukulla" > > wrote: > > > Below are points so far, > > > > Have we selected the dns under network offering? As well, can you check > > whether your dns queries are reaching VR by en

RE: DNS service on VR not responding

2014-07-21 Thread Santhosh Edukulla
g forward to your reply, thank you. > > > > > > > > Cheers. > > > > > > > > > > > > > > > > > > > > On Mon, Jul 21, 2014 at 12:18 PM, Sanjeev Neelarapu < > > > > sanjeev.neelar...@citrix.com> wrote: > &

RE: DNS service on VR not responding

2014-07-20 Thread Santhosh Edukulla
nk you. Cheers. On Mon, Jul 21, 2014 at 1:17 AM, Santhosh Edukulla < santhosh.eduku...@citrix.com> wrote: > Run trace route from guest vms, the result will yield to the point where > packet drop is happening, could be a network acl rule issue, but tracert > command can lead to some

RE: DNS service on VR not responding

2014-07-20 Thread Santhosh Edukulla
Run trace route from guest vms, the result will yield to the point where packet drop is happening, could be a network acl rule issue, but tracert command can lead to some answers. List running ports as well on VR, do a telnet to dns port on router from guest vm to verify for its response. Sant

RE: Anyone using ELK (ElasticSearch / LogStash / Kibana to analyze CS logs ?

2014-06-25 Thread Santhosh Edukulla
We have done few CI work, where we run continuously in an automated way building and running sanity checks against cs. As part of it ,we collect all logs( management server logs, api logs, test case log, test run logs etc). After every automated build run, we upload these logs to nfs share au

RE: volunteer wanted

2014-06-11 Thread Santhosh Edukulla
So, the data collection for report is manual\automated. yes\no? Santhosh From: Daan Hoogland [daan.hoogl...@gmail.com] Sent: Wednesday, June 11, 2014 12:05 PM To: users@cloudstack.apache.org Subject: volunteer wanted H, since may 2013 I've been sending res

RE: ssvm logs

2014-06-08 Thread Santhosh Edukulla
Ekta, If we don't have a resource, say hypervisor, storage etc, you can still play with cloudstack features using simulator. Check the below link on running and using simulator. This way, you can play yourself and collect logs required. https://cwiki.apache.org/confluence/display/CLOUDSTACK/Va

RE: cloudstack logs

2014-06-05 Thread Santhosh Edukulla
sent to your emailid. Santhosh From: Ekta Agrawal [ektacloudst...@gmail.com] Sent: Thursday, June 05, 2014 5:22 AM To: users@cloudstack.apache.org Subject: cloudstack logs Hi, If somebody can share there cloudstack management server logs with some errors

RE: CloudStack Test Scripts

2014-06-04 Thread Santhosh Edukulla
under /test/integration/, smoke and component folders have "integration" tests. Santhosh From: hossein zabolzadeh [zabolza...@gmail.com] Sent: Wednesday, June 04, 2014 5:43 AM To: users@cloudstack.apache.org Subject: CloudStack Test Scripts Where can I fi

RE: Nginx reverse proxy to cloud stack

2014-02-27 Thread Santhosh Edukulla
Amin, For what exactly we are using nginx here? just to offload ssl feature or as load balancing solution as well or other? If you have got it working for the purpose and its achieved, may be you can add a wiki page at CS site and it may help others as well. You can add your page as per new

RE: How can i access my VM from internet

2014-02-14 Thread Santhosh Edukulla
check this discussion: http://discussions.citrix.com/topic/335623-unable-to-view-console-of-vms-through-internet/ Santhosh From: Luis [luisantonio.marti...@gmail.com] Sent: Friday, February 14, 2014 8:04 AM To: users@cloudstack.apache.org Subject: How can

RE: Unable to deploy Guest VM Cloudstack 4.3

2014-02-14 Thread Santhosh Edukulla
Check this. http://comments.gmane.org/gmane.comp.apache.cloudstack.devel/22230 Santhosh From: Tejas Gadaria [refond.g...@gmail.com] Sent: Friday, February 14, 2014 8:06 AM To: users@cloudstack.apache.org Cc: d...@cloudstack.apache.org Subject: Unable to dep

RE: Unable to create slave connection to host [Machine gets rebooted]

2014-02-12 Thread Santhosh Edukulla
Umair, Adding to what Geoff mentioned, as such you mentioned that your host is rebooting automatically, so could be the reason for management server not connecting to host. Check the reason specific to host and xenserver as why it is rebooting first? Possible reasons could also be your primar

RE: cannot login with login api on cloudstack4.2

2014-02-12 Thread Santhosh Edukulla
Try logging with username and plain password (not the hashed one )as it is, check if it works. Santhosh From: Asako TOYAMA [a-tooy...@creationline.com] Sent: Monday, February 10, 2014 6:57 AM To: users@cloudstack.apache.org Subject: cannot login with login

RE: Prepare the System VM Template

2014-02-03 Thread Santhosh Edukulla
May be you wanted to run the command as root and check if errors are still there. Thanks! Santhosh From: josee...@farmaenlace.com [josee...@farmaenlace.com] Sent: Monday, February 03, 2014 10:18 AM To: users@cloudstack.apache.org Subject: Re: Prepare the S

RE: Regarding cloudstack automation

2014-01-14 Thread Santhosh Edukulla
_____ From: umesh kute [umeshvk...@gmail.com] Sent: Tuesday, January 14, 2014 7:02 AM To: Santhosh Edukulla Cc: users@cloudstack.apache.org; Chandan Purushothama; Sudha Ponnaganti Subject: Re: Regarding cloudstack automation I re-installed the marvin today to get the latest code. I am a

RE: Regarding cloudstack automation

2014-01-10 Thread Santhosh Edukulla
with your testing further. Let us know. Santhosh From: umesh kute [umeshvk...@gmail.com] Sent: Friday, January 10, 2014 5:19 AM To: Santhosh Edukulla Cc: users@cloudstack.apache.org; Chandan Purushothama; Sudha Ponnaganti Subject: Re: Regarding cloudstack

RE: Regarding cloudstack automation

2014-01-10 Thread Santhosh Edukulla
test module, which case etc? This may be related\unrelated to the above issue. We can check to see the issue is either same\different. Santhosh From: umesh kute [umeshvk...@gmail.com] Sent: Friday, January 10, 2014 4:21 AM To: Santhosh Edukulla Cc: users

RE: Regarding cloudstack automation

2014-01-03 Thread Santhosh Edukulla
which is ready or matching with id we retrieved. This case is what could be causing the issue you mentioned. Regards, Santhosh From: umesh kute [umeshvk...@gmail.com] Sent: Friday, January 03, 2014 5:04 AM To: Santhosh Edukulla; users@cloudstack.apache.org Cc

RE: Regarding cloudstack automation

2014-01-02 Thread Santhosh Edukulla
: 'CentOS 6.4 (64-bit)'. But in DeployVMCmd it uses the template id: "03ffb96f-2cfa-11e3-a4f0-f245a5b3ba0f" which is for template "Windows Server 2008 R2 Enterprise with SQL 2012 Web Edition". I am attaching the management-server logs and script logs for referen

RE: Regarding cloudstack automation

2014-01-02 Thread Santhosh Edukulla
; Sudha Ponnaganti Subject: Re: Regarding cloudstack automation Thanks Santhosh. Yes, I have registered the following template which i am using. "ostype": 'CentOS 6.4 (64-bit)', Thanks and Regards -- Umesh Kute On Mon, Dec 30, 2013 at 5:50 PM, Santhosh Edukulla < santh

RE: Regarding cloudstack automation

2013-12-30 Thread Santhosh Edukulla
Umesh, One question : Did you registered the template for ostype: "ostype": 'CentOS 5.3 (64-bit)'? Regards, Santhosh From: umesh kute [umeshvk...@gmail.com] Sent: Monday, December 30, 2013 6:32 AM To: Chandan Purushothama Cc: users@cloudstack.apache.

RE: password hash

2013-12-25 Thread Santhosh Edukulla
. Thanks! Santhosh From: Salar Darwish [salardarw...@gmail.com] Sent: Wednesday, December 25, 2013 5:58 AM To: Santhosh Edukulla; users@cloudstack.apache.org Subject: Re: password hash Yes ik use port8096 and that was indeed the resason i get the error. I changed that

RE: password hash

2013-12-25 Thread Santhosh Edukulla
;Admin", "type" : "1" } } 3. If you are using UnAuthenticated Port 8096 to communicate, you need to use apiKey,signature and command parameters with your POST request to CS. Santhosh From: Salar Darwish [salardarw...@gmail.com] Sent: Wednesday

RE: password hash

2013-12-24 Thread Santhosh Edukulla
1. you are using "login" command to verify your account created through "createAccount"? 2. The API description for "login" mentions below. See the description for argument password. login Logs a user into the CloudStack. A successful login attempt will generate a JSESSIONID cookie v

RE: Deploy virtual machine using POST

2013-12-18 Thread Santhosh Edukulla
1. I believe yes as per link https://cwiki.apache.org/confluence/display/CLOUDSTACK/DeployVirtualMachine+userdata+enhancements 2. Using curl, we can do some thing like this. curl --request POST --data "Base64EncodedData" http://CS_url_with_cmd 3. I just tried doing it using marvinRequest and i

RE: signature php

2013-12-12 Thread Santhosh Edukulla
Salar, Few notes: 1. You created query variable as below, but you have not used it thereafter, i believe strtolower should take your query variable instead of hashcommand? $query = str_replace("+", "%20", $hashcommand ); lower = strtolower($hashcommand); 2. I hope hash_hmac provides you the ra

RE: Distributed Intrusion Detection System in Cloud Computing

2013-11-25 Thread Santhosh Edukulla
Robert, I believe we are mixing multiple product scopes here. 1. NIDS : Network intrusion detection system( different from prevention systems NIPS ). It is Agentless ( no need of agent on each machine to detect attaks ), identifies attacks based upon PI\DPI techniques + lot others. Identifie

RE: Distributed Intrusion Detection System in Cloud Computing

2013-11-18 Thread Santhosh Edukulla
Robert, 1. Snort engine has its various limitations, unless we have reservations to use it. Instead , we can go with Suricata. 2. Suricata is multithreaded against snort which is single threaded. Performance is one big issue with snort. 3. snort works under dual license mode, controlled by it

RE: [PROPOSAL] Service monitoring tool in virtual router

2013-10-05 Thread Santhosh Edukulla
A shell script can be used. Few thoughts below: 1. Collect the process id of all daemons you wanted to monitor using "pidof" of command and then use "kill" command to check if the pid you got is valid. Using kill we can send a signal 0, then check the status using echo $? . For sending a notifi