1
vote
1answer
75 views

What is the best way to have predis failover to a redis slave?

What is the best way to detect if a redis server is unavailable and failover to the slave? Of course, this should be in a timely and efficient manner. I'm using it for centralized PHP session ...
0
votes
1answer
48 views

Replica set sharding. Can second data centre do failover?

We have 3 shards, replicated over 3 boxes each (9 boxes in total). 2 replicas are at our main hosting provider (site A) and we have a third replica (set to secondary only) on another hosting provider ...
2
votes
1answer
134 views

Failover with mongodb

I have to setup a database that can handle failover (if one crashes the other takes over). For that, I decided to use mongodb: I set up a replica set with two instances. Each instance is running on a ...
1
vote
1answer
159 views

MySQL replication: failover scenario

I have the following MySQL instances, along with a replication setup: S1 -----> (M1 <--> M2), where: M1 - M2 is a multi-master replication setup, S1 - a slave which replicates the writes which ...
2
votes
2answers
477 views

Replicate selected postgresql tables between two servers?

What would be the best way to replicate individual DB tables from a Master postgresql server to a slave machine? It can be done with cron+rsync, or with whatever postgresql might have build in, or ...
2
votes
1answer
230 views

Multi-Source Replication on MySQL

I'm looking to to keep data from several tables in sync with each other across several MySQL servers (more than two). The current used version of MySQL is 5.5 and the operating system being used is ...
1
vote
2answers
366 views

Apache ActiveMQ Failover Protocol

Why only can java provide support for failover protocol in activemq whereas not other languages. My doubt is that in the failover protocol like ...
1
vote
0answers
151 views

Mysql Failover (Unable to write operations to new master)

I have a master-master mysql setup based on a master-slave relationship for replication purpose. I have managed to get the replication portion working and was investigating the failover portion ...
4
votes
3answers
133 views

Is it possible to have replicated JVMs so that i can simply flip over from primary jvm to secondry in case primary jvm goes down

Is it possible to replicated a complete JVM and in case of failover simply flip the load to the replicated JVM? If yes then how can we do it?
1
vote
1answer
328 views

Voldemort replication and failover details

I'm evaluating Voldemort and encountered some confusing stuff related to replication and failover. I tried to make a simple 2 nodes cluster configuration where each node is a backup for another one. ...
1
vote
1answer
403 views

MySql replication failover on Amazon Cloud

I have configured a MySql Replication with 1 Master 1 Standy and 1 Slave. Master and Standby are put on different availability zones on US East region and the Slave is on the US West region. Both ...
1
vote
1answer
181 views

How to replicate a Java web app onto a 2nd computer for “high availability” and failure tolerance, or “failover”?

I want to be able to upgrade my hardware at any time without interruption in my web app i.e. switch off one of the computers at any time, swap/upgrade it, plug it back in, and set it up so it gets ...
7
votes
1answer
3k views

Apache Solr Failover Support in Master-Slave Setup

Our development team is currently looking into migrating our search system to Apache Solr, and we would greatly appreciate some advice on setup. We are indexing approximately two hundred million ...
1
vote
1answer
193 views

Does anyone know of a free solution to perform failover for VMware ESXi?

I would like to setup a free/custom solution to perform failover for VMware ESXi. The setup is as follows: 2x Physical servers each with independent storage. For each physical server there are 2x ...
3
votes
1answer
635 views

Cassandra failover vs other databases?

Cassandra offers controlled consistency like "write to 2 nodes and tell me it's done". Two "master" nodes and some slaves makes system good failover. MongoDB offers replication pairs - simmilar ...
2
votes
2answers
590 views

What are your opinions of DRBD/Heartbeat for replication and failover for the Firebird RDBMS?

I am researching the possibility of using Firebird for a project. However, one potential problem is replication and failover, or rather, lack of a (subjective) "good" solution. There are several ...
2
votes
3answers
4k views

Can I use Failover Partner in my SQL connection string without mirroring?

I admit I'm a bit of a cheapskate, but I don't want to spring for the three servers needed to get automatic failover for SQL Server via Mirroring, especially since one of the three would do nothing ...
4
votes
2answers
2k views

Can MOSS 32 bit and 64 bit exist in the same farm?

I am trying to setup a failover location for MOSS. The current farm is built on 32 bit Windows 2003. The servers ar the failover location are all 64 bit Windows 2008. Is there any way to make these ...