Re: Cloudstack database timeout value

2019-04-11 Thread Rakesh Venkatesh
Thanks Suresh. I will try that out On Wed, Apr 10, 2019 at 6:32 PM Suresh Kumar Anaparti < sureshkumar.anapa...@gmail.com> wrote: > Hi Rakesh, > > Locate "db.properties" file (may be at /etc/cloudstack/management/) in the > management server and check for the parameters db.cloud.maxWait (default:

Re: Cloudstack database timeout value

2019-04-10 Thread Suresh Kumar Anaparti
Hi Rakesh, Locate "db.properties" file (may be at /etc/cloudstack/management/) in the management server and check for the parameters db.cloud.maxWait (default: 10 secs), db.cloud.autoReconnect (default: true) and other database settings. Restart the management server post parameters update. - Sur

Cloudstack database timeout value

2019-04-10 Thread Rakesh Venkatesh
Hello Folks Is there a way to increase the database connectivity timeout value in case cloudstack loses connection to the database? Also is it possible to configure the value? Can you point me to the right place? I also want to increase the retries value so that it will retry to connect to DB conf