Re: Management Server HA & DB Replication

2014-06-24 Thread Tejas Gadaria
> From: Tejas Gadaria [mailto:refond.g...@gmail.com] > Sent: 24 June 2014 17:04 > To: dev@cloudstack.apache.org > Cc: us...@cloudstack.apache.org > Subject: Re: Management Server HA & DB Replication > > Hi abhi, > > My 1st MS & DB Master running on : 10.1.1.2 2

RE: Management Server HA & DB Replication

2014-06-24 Thread Suresh Sadhu
overwritten and you can safely revert back using ur backup copy Regards Sadhu -Original Message- From: Tejas Gadaria [mailto:refond.g...@gmail.com] Sent: 24 June 2014 17:04 To: dev@cloudstack.apache.org Cc: us...@cloudstack.apache.org Subject: Re: Management Server HA & DB Replic

Re: Management Server HA & DB Replication

2014-06-24 Thread Tejas Gadaria
Hi abhi, My 1st MS & DB Master running on : 10.1.1.2 2nd MS & DB Slave running on : 10.1.1.3 MS will be in cluster so Both MS will be pointed to : 10.1.1.2 Is it correct ? If so, Which parameter should I change in db.properties to point MS cluster to db master? Regards, Tejas On Tue, Jun 24,

Re: Management Server HA & DB Replication

2014-06-24 Thread Abhinandan Prateek
MS will work in a cluster pointing to same DB. The DB can be configured as master-slave. https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=34838207 -abhi On 24/06/14 9:53 am, "Tejas Gadaria" wrote: >Hi, > >I want to make MS on high availability, with automatic failover. >I have