Questions tagged [failover]

In computing, failover is automatic switching to a redundant or standby computer server, system, or network upon the failure or abnormal termination of the previously active application, server, system, or network. Failover and switchover are essentially the same operation, except that failover is automatic and usually operates without warning, while switchover requires human intervention.

In computing, failover is automatic switching to a redundant or standby computer server, system, or network upon the failure or abnormal termination of the previously active application,server, system, or network. Failover and switchover are essentially the same operation, except that failover is automatic and usually operates without warning, while switchover requires human intervention.

Systems designers usually provide failover capability in servers, systems or networks requiring continuous availability and a high degree of reliability. At server level, failover automation usually uses a "heartbeat" cable that connects two servers. As long as a regular "pulse" or "heartbeat" continues between the main server and the second server, the second server will not initiate its systems. There may also be a third "spare parts" server that has running spare components for "hot" switching to prevent downtime. The second server takes over the work of the first as soon as it detects an alteration in the "heartbeat" of the first machine. Some systems have the ability to send a notification of failover.

Some systems, intentionally, do not failover entirely automatically, but require human intervention. This "automated with manual approval" configuration runs automatically once a human has approved the failover.

Source: wikipedia

772 questions
7
votes
7 answers

Linux equivalent of pfsync+carp for failover firewall/routing

I'm currently using a linux box to handle my firewall/NAT using iptables. It has two NICs, one link to a LAN switch, one to our egress Internet provider. I'm looking at upgrade this box to two boxes for purposes of redundancy and adding a second…
imaginative
  • 1,971
  • 10
  • 32
  • 48
7
votes
5 answers

How can I automaticaly change the DNS A record to point my site to a secondary server in case of a failure?

My hosting is charging me a $50/month fee to put my servers on the same VLAN so that I create a cluster using the Network Load Balancing feature. I'm really not needing split the load between the servers, I was looking for an easy way to create a…
holiveira
  • 889
  • 3
  • 13
  • 14
7
votes
1 answer

DRBD for HA Server in Small Office Questions

Backround: We are in need of a HA server in a small office environment and are looking at DRBD to provide it. We only have about 100GB that needs to be on the HA server and server load will be extremely low. The data will probably increase about…
Damon
  • 429
  • 2
  • 12
7
votes
3 answers

A-Record Failover?

I have a Fortigate 100D with 2x BT Business Infinity Fibre connections acting as WAN1 & WAN2. The BT lines come with 5 static public IPs each and I have my DNS hosted through CloudFlare pointing at a static IP on one of WAN connections. (Say you do…
Myles Gray
  • 659
  • 4
  • 12
  • 33
7
votes
2 answers

Magento hosting on a budget

I have to do a setup for Magento. My constraint is primarily ease of setup and fault tolerance/fail over. Furthermore costs are an issue. I have three identical physical servers to get the job done. Each server node has an i7 quad core, 16GB RAM,…
spa
  • 303
  • 2
  • 9
7
votes
3 answers

If DNS Failover is not recommended, what is?

As a followup question to his very popular question: Why is DNS failover not recommended?, I think it was agreed that DNS failover is not 100% reliable due to caching. However the highest voted answer did not really discuss what is the better…
7
votes
6 answers

Cluster failover and strange gratuitous arp behavior

I am experiencing a strange Windows 2008R2 cluster related issue that is bothering me. I feel that I have come close as to what the issue is, but still don't fully understand what is happening. I have a two node exchange 2007 cluster running on two…
lazerpld
  • 75
  • 1
  • 1
  • 3
7
votes
1 answer

MySQL: Pacemaker cannot start the failed master as a new slave?

pacemaker-1.0.12-1 corosync-1.2.7-1.1 I'm going to setup failover for MySQL replication (1 master and 1 slave) follow this guide: https://github.com/jayjanssen/Percona-Pacemaker-Resource-Agents/blob/master/doc/PRM-setup-guide.rst Here're the…
quanta
  • 51,413
  • 19
  • 159
  • 217
7
votes
3 answers

PG pool failover leads to two independent masters with network failure

I've got two servers set up with PG Pool to create a HA setup for a webapp. PGPool and postgres run on both servers, using streaming replication from server 1 to server 2. The webapp on each machine connects to PgPool which then sends the request to…
user705142
  • 433
  • 6
  • 16
7
votes
3 answers

Browser-based DNS failover using multiple A records

It has recently come to my attention that setting up multiple A records for a hostname can be used not only for round-robin load-balancing but also for automatic failover. So I tried testing it: I loaded a page from our domain Noted which of our…
Daniel
  • 181
  • 1
  • 7
7
votes
5 answers

Local to Remote Webserver Failover

Short and sweet, I don't suppose you'll need more detail than this: We host our website on an in-house webserver. A catastrophe has and will happen again where communication from the web into/out of our building ceases. When this happens, we'd…
anonymous coward
  • 615
  • 3
  • 8
  • 15
7
votes
3 answers

Is it possible to make redundancy on HAProxy server?

I am going to use HAProxy as a load balancer that will balance requests on 3 application servers. But what if balancer server (HAProxy) fails at some point? I was thinking of cloning the first balancer, so if the main one fails the other will take…
wael34218
  • 321
  • 2
  • 5
  • 15
6
votes
4 answers

Apache Failover and Load Balancing

I am working for a small finance firm as a Web Application Developer. Our company has an interal website coded in PHP and running on Apache. Recently our server went down and the website was down for several days causing severe problems. I have been…
Cracker
6
votes
3 answers

Synology HA active-passive performance and failover

I have two Synology boxes (DiskStation DS1817+) that are running in Synology HA mode filled with WD Black 4TB drives in RAID10. They are connected to my cluster over iSCSI providing mainly backup storage, file share (in a separate File Server VM)…
Mind Parallax
  • 537
  • 1
  • 3
  • 10
6
votes
1 answer

Two-Node Failover Cluster with internal storage

I want to create a two-node cluster, which uses the internal storage as shared storage. I don’t have any external storage. I know about Starwind and other third-party products but I can’t use that. Is it possible to achieve this only with Microsoft…
1 2
3
51 52