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
2 answers

Can I configure mod_proxy to use different parameters based on HTTP Method?

I'm using mod_proxy as a failover proxy with two balance members. While mod_proxy marks dead nodes as dead, it still routes one request per minute to each dead node and, if it's still dead, will either return 503 to the client (if maxattempts=0) or…
Graham Lea
  • 201
  • 1
  • 9
0
votes
3 answers

Backup datacenter for web-app without DNS failover/rr

We have some servers which run a web-app, all the servers run in a single datacenter and we've never had any issues. However as we start to get bigger I've had to think about what we're going to do if our datacenter goes down. It's not…
user80776
0
votes
1 answer

How to enable an active/active file server cluster in windows 2008 r2 Enterprise

I've just created a cluster for my file servers in Windows 2008 R2 Ent SP1 environment. The goal - an Active/Active cluster for web server data How do I go about telling the cluster to be active for both nodes? Do I have to tell the cluster to be…
0
votes
2 answers

Configure two Exchange 2010 machines for failover

Background: We will be using Exchange 2010 to deliver time-sensitive email alerts to known users outside of our organization (lets call our org 'internal.loc'). The project calls for some sort of failover capability but without the use of MS…
VikenY
  • 15
  • 3
0
votes
1 answer

Failover strategy for memcached

I am trying to understand how memcached works (newbie) to anticipate the sudden failure of a node using/offering memcached. I have a couple of questions to ask: i) If a have a system with 3 nodes offering 1 GB each, do I need to install the…
Jérôme Verstrynge
  • 4,787
  • 7
  • 24
  • 35
0
votes
3 answers

Redundancy with DNS records

The firm that I work for has 2 ADSL lines into the office. We have a domain office.ourfirm.com which we would like to be able to reach our network server on. One of ADSL connections is already a DNS entry for office.ourfirm.com. We would like to…
0
votes
1 answer

SQL connection with mirroring still working after a failover

I have a windows service application that is instaled on two servers, SQL01 and SQL02. On both server there is a SQL server (X1 and X2), which have the same content. A mirroring partnership was set up for one database, called Interface. Both…
David Brunelle
  • 135
  • 1
  • 7
0
votes
2 answers

Cloning Two Windows Servers

Basically I have a server running MSSQL, MYSQL, APACHE, IIS, ORACLE, PERL and other windows services. I am looking for some hardware solution that would allow me to clone a server on to a back up and provide some fail-over mechanism. Can anyone…
0
votes
1 answer

Distributing a Python/Django app and handling database replication

We have developed a Python/Django app which we would like to distribute to clients, so they can run it locally (on a VM). We are doing this so they can still use the app if their internet connection dies, and it will just 're-sync' to the master…
David
  • 1
  • 1
0
votes
1 answer

Multiple gateway + load balancing in linux gateway

i have a problem with load balancing/Fail-overing with Linux gateway my network look-like this now, i want users in internal LAN (192.168.1.x), has connect with both line. is any solution excuse me for my English, thankyou
hamedsh
  • 389
  • 2
  • 5
  • 18
0
votes
1 answer

Move SQL Server databases to another server

Currently, we have three workstations in the field. Each one has Windows XP Server and SQL Server Express 2005 installed on them. So they operate locally for now. But our customer added two servers to the system. These two servers have Windows 2003…
Shansal
0
votes
3 answers

Domain Name with Secondary server In case of failover

I have 2 webservers one principal webserver and a secondary webserver located in two different buildings. I need to know if it's possible to point www.example.com to the principal webserver and in case of server Fault i want that www.exemple.com…
hmd
  • 1
0
votes
1 answer

Oracle 10g Failover Database - How to fail back?

I want to know how the failover database concept works after recovery. We have defined our application to connect to a backup database in case the production database fails. If this happens, then all the transactions will be happening on that backup…
0
votes
1 answer

what components need for clustering two windows 2008 server?

what are the basic requirement for clustering in windows 2008 server? 1.i mean which exact 2008 server licence 2. how can i connect two server what component i need for that? 3. what is minimum hardware require for server? 3. any other licenses or…
0
votes
1 answer

DNS server failover

Possible Duplicate: How can I automaticaly change the DNS A record to point my site to a secondary server in case of a failure? welcome we have MS records for our domain in ISP DNS server and this records pointed to Main website hosted in ISP…
OSaid
  • 1