From: Rick James Date: October 11 2012 6:31pm Subject: RE: Best solution for a HA without shared storage List-Archive: http://lists.mysql.com/replication/2393 Message-Id: <2E7DD7ADE53B044C8C8BCD9C5829E1EB148CF92881@SP2-EX07VS01.ds.corp.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Yeah, but did you hear about the multi-hour outage of GIT? They depended o= n those tools. Until 5.6 is really available, I vote for http://yoshinorimatsunobu.blogspot.com/2011/08/mysql-mha-support-for-multi-= master.html as the best bet for HA, failover, etc. > -----Original Message----- > From: Manuel Arostegui [mailto:manuel@stripped] > Sent: Thursday, October 11, 2012 7:28 AM > To: Oriol Mart=ED > Cc: replication@stripped > Subject: Re: Best solution for a HA without shared storage >=20 > 2012/10/11 Oriol Mart=ED >=20 > > Hello, > > > > I've to make a HA mysql, for me the scalability it's not important > > because it's not an environment with a lot of queries. > > > > I've thinked about, and I think that the best solution is to mount an > > master-slave arquitecture, and if the master goes down, promote the > > slave to master. Monitoring this case, after manually we can put the > > master with slave status and recover the environment. > > > > What do you think that's the best tool to do this? Pacemaker or Red > > Hat Cluster Suite? Does anybody knows some example of configurations? >=20 >=20 > Hello Oriol, >=20 > There are several ways to it automatically moving just a VIP: >=20 > - mmm > - Pacemaker > - Keepalived > etc >=20 > Whatever solution you finally go for...make sure you handle correctly > the read_only option - as typically the slaves are recommended to have > it ON. > So when promoting a slave automatically (or manually) make sure you or > your tool set it to OFF before moving the VIP to the new master. >=20 > Hope this helps, > Manuel.