[one-users] econe server "connection reset by peer"

2014-10-10 Thread Steven C Timm
We have been doing bulk tests of the OpenNebula 4.8 econe-server. With just a straight econe-run-instances we can get up to 1000 VM's (the limit of our current subnet) started fairly quickly (about 30 minutes) But in practice we are using a more complicated sequence of EC2 calls via HTCondor. In

Re: [one-users] econe server "connection reset by peer"

2014-10-15 Thread Daniel Molina
Hi Steven, It looks like a DB limitation, this information is stored in the user template. So it should depend on the BODY column type and the DB backend used Cheers On 11 October 2014 03:58, Steven C Timm wrote: > We have been doing bulk tests of the OpenNebula 4.8 econe-server. > With just

Re: [one-users] econe server "connection reset by peer"

2014-10-15 Thread Steven Timm
Backend is mysql 5.1. mysql> describe user_pool; +-+--+--+-+-+---+ | Field | Type | Null | Key | Default | Extra | +-+--+--+-+-+---+ | oid | int(11) | NO | PRI | NULL| | | name| varc

Re: [one-users] econe server "connection reset by peer"

2014-10-15 Thread Parag Mhashilkar
Hi Daniel, It doesn't seem to be DB limitation. The info gets stored in the field body of user_pool which is medium text. mysql> desc user_pool; +-+--+--+-+-+---+ | Field | Type | Null | Key | Default | Extra | +-+--+--+-

Re: [one-users] econe server "connection reset by peer"

2014-10-15 Thread Daniel Molina
On 15 October 2014 18:06, Parag Mhashilkar wrote: > We suspect the limit is somehow artificially imposed in the server. > However we were not able to figure out where and how it is configurable. Any error in the econe.log|error oned.log? -- -- Daniel Molina Project Engineer OpenNebula - Flex

Re: [one-users] econe server "connection reset by peer"

2014-10-15 Thread Steven Timm
Just the same error Fri Oct 10 00:03:51 2014 [E]: Connection reset by peer Fri Oct 10 00:03:51 2014 [I]: 131.225.155.244 - - [10/Oct/2014 00:03:51] "GET /? Action=CreateKeyPair&KeyName=SSH_fermicloud189%20fnal%20gov%209618_schedd_glidei ns2%20fermicloud189%20fnal%20gov%20420%200%201412917397&Si

Re: [one-users] econe server "connection reset by peer"

2014-10-15 Thread Daniel Molina
Maybe a limitation in the XMLRPC server? You can tweak it in the oned.conf: https://github.com/OpenNebula/one/blob/master/share/etc/oned.conf#L112 Also, on top of what server are you running the econe service? You can deploy it on top of Passenger to get a better performance. The configuration sho

Re: [one-users] econe server "connection reset by peer"

2014-10-15 Thread Parag Mhashilkar
Is this the default if not configured? If so this size should not be the limiting factor. MESSAGE_SIZE = 1073741824 Thanks & Regards +== | Parag Mhashilkar | Fermi National Accelerator Laboratory, MS 120 | Wilson & Kirk Road, Batavi

Re: [one-users] econe server "connection reset by peer"

2014-10-15 Thread Steven Timm
We are running the econe service behind Apache and using mod_ssl to do the https work. Steve Timm On Wed, 15 Oct 2014, Parag Mhashilkar wrote: Is this the default if not configured? If so this size should not be the limiting factor. MESSAGE_SIZE = 1073741824 Thanks & Regards +=

Re: [one-users] econe server "connection reset by peer"

2014-10-17 Thread Daniel Molina
What ruby version are you using? I will try to reproduce the problem. The sequences is: while ... econe-create-keypair econe-run-instance --keypair econe-describe-instance On 15 October 2014 19:33, Steven Timm wrote: > We are running the econe service behind Apache and using mod_ssl t

Re: [one-users] econe server "connection reset by peer"

2014-10-17 Thread Steven Timm
We are running ruby 1.8.7 on Sci. Linux 6 (equivalent to centos 6) and using the rpm packages from centos to install. The two problems (300-key limit for one user->connection reset by peer) and (500 internal server error) when database gets too big, are, I think, independent. Backend is mysql 5.