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
0
votes
1 answer

Secondary fallback/failover network on Cisco ASA

In my network there is a Cisco ASA 55x0 with "inside" interface (network 192.168.79.0/24) and "outside" interface (network 89.x.x.48/29) There is this nat rule: object network NAToutside nat (inside,outside) dynamic interface and the static…
Alberto
  • 101
  • 5
0
votes
1 answer

AWS EC2 Mailserver Failover Strategies done right

I'm researching in this topic really hard the last few days and i just want to discuss this with a few specific questions - i did not find any suitable thread here that is covering my needs and especially, that is quite actual - the most posts about…
0
votes
1 answer

Memcached distribution

I have a question about memcached distribution across nodes. We have 20 memcached nodes with 200GB memcached on each. Our apps are PHP apps. $memcache->setOption(Memcached::OPT_DISTRIBUTION, Memcached::DISTRIBUTION_CONSISTENT); What will be the…
0
votes
1 answer

Setting up a failover web server, off site

I've read so many articles, posted a few SF, but I can't find a solution that seems to cover everything. It doesn't seem as black and white as setting up and AD and installing DFS to replicate between the two. It's not a complex requirement. Server…
Paul
  • 221
  • 5
  • 15
0
votes
1 answer

What's the best way to run HAProxy backup as another HAProxy server and avoid cyclical issues

I have several geographical regions for my service deployment, say Region1, Region2, and Region3. Each region has a failover haproxy instance. Each haproxy is configured with several backend servers that get passed requests to their private…
JesseP
  • 196
  • 1
  • 1
  • 6
0
votes
2 answers

Azure Table Storage mirroring

I am proposing an Azure environment with the following: VM SQL Server for core relational data Table Storage for bulk data I want to mirror the SQL Server database to another server so that Reports can be run on this server so to minimize data…
Dave New
  • 155
  • 7
0
votes
1 answer

Simple failover: Use NAT? (Network Address Translation)

We have a Windows Server 2008 server which needs very high uptime. We want failover in the event we need to take it offline for some reason, ex: hardware update, software update, etc. It runs mostly FTP (and a few other less critical services). It…
SilentSteel
  • 217
  • 1
  • 11
0
votes
1 answer

What is the easiest way to obtain a script-driven hot failover system?

I need to reconfigure a prod env to provide hot failover for a db driven web app written in Perl that is currently running on an Apache HTTPD server, on a Linux OS. The app is not designed to run in a cluster. Thus, if 2 instances of this app are…
bogdan
  • 65
  • 11
0
votes
1 answer

one website on 2 servers

i want to put my website on 2 servers, When server #1 is down, my site loads from server#2 . How can i do this? i want this 2 servers synced realtime... is there any software for this? or any trick? my servers is linux cent os
Fcoder
  • 341
  • 1
  • 4
  • 8
0
votes
1 answer

How to setup cluster of virtual machines to host web application with fail-over redundancy?

I would like to know how to setup a cluster of virtual machines to host a web application. We are expecting a high volume of clients connecting. I would like a cluster of virtual machines (or physical if it makes more sense) that host this web…
Marc
  • 101
  • 2
0
votes
1 answer

Using Amazon route53 for high availability

Using Amazon Route53 DNS, is it possible to build a highly available setup pointing to multiple web servers not on Amazon? I don't need to worry about session stickyness. Let's assume I have two web servers: web1 - 50.23.45.100 web2 -…
0
votes
1 answer

HA Options for Windows Servers

We are looking at different options to allow us to stay up and running when our primary datacenter (DC1) goes down for any reason. What is the main difference in having a offsite server updated all the time using log shipping as a warm standby?…
Alex
  • 259
  • 1
  • 9
0
votes
1 answer

How to setup a failover solution for Windows 2003 SMTP Server?

I'm currently running Windows SMTP Server on a rented Windows 2003 Server VM. There are times when my hosting company network is down and my clients can't send their emails via the SMTP Server host I provide them with, e.g. smtp.mycompany.com. I…
Joshua Lim
  • 251
  • 1
  • 3
  • 14
0
votes
1 answer

Nginx reverse proxy: How to serve 'back soon' html file while backend server restarts

I have a WSGI server behind by nginx. Say I bring the WSGI instance down for maintenance/update, is there a nice way of nginx automatically serving up any requests to that application with a specified HTML file?
user1561108
  • 205
  • 1
  • 2
  • 6
0
votes
1 answer

Software load balancing fail-over vs hardware

Please correct me, but my understanding is that with software load balancing a service must be run on each server while there is one DS that notifies the other servers that a server has gone down and that they should consume that servers load. With…
FabianCook
  • 101
  • 2