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

ISC DHCP Failover for more than two servers?

Is there some method to have multiple ISC dhcp servers on different subnets and only one backup (failover) server for all of them? How can in accomplish this task? thank you in advance
PsyStyle
  • 319
  • 1
  • 4
  • 12
0
votes
1 answer

Dual WAN failover issue with squid and bind on FreeBSD

When we route http or Https traffic over our backup T1 our squid proxy server stops being able to reach anything. This has worked in the past, however we recently replaced the T1.(mere hours ago) Computers have firefox configured to use the proxy,…
Chance
  • 450
  • 1
  • 4
  • 18
0
votes
1 answer

Cisco ASA failover with single connection

I would like to setup two Cisco ASA firewalls in a failover configuration. However, my ISP gives me a single address and ethernet port on their CPE device. I am assuming that I would then need to put some sort of network HUB (not a switch) between…
Brian
  • 1,233
  • 2
  • 14
  • 25
0
votes
1 answer

Switch RAC nodes using dbconsole in Oracle 11g

Is it possible to use dbconsole (Enterprise Manager) to switch the active node of a Oracle 11gR2 cluster? The idea is to tell the active instance to go down and have another node take over. I want to perform some failover testing and would like to…
Stephan
  • 417
  • 1
  • 5
  • 13
0
votes
4 answers

redirect traffic to www.example.com through DNS from example.com

I have a bit of a unique problem. for the domain (example.com) I want people to go to www.example.com however I'm also throwing GSLB into the mix. for GSLB the devices(one in each datacenter) need to be the nameserver for portion of the domain that…
ChrisMuench
  • 136
  • 1
  • 5
0
votes
2 answers

Failover/Load balancer for WHM/cPanel

I have a simple question for which I have not been able to find a simple answer. Here's the scenario: Server 1: WHM/cPanel with multiple accounts/dbs Server 2: WHM/cPanel with multiple accounts/dbs Server 3: Heartbeat for Server 1. (Wwitches the…
recluze
  • 365
  • 8
  • 18
0
votes
1 answer

Best solution for High Availability and SSRS on SQL Server 2008 R2?

I have 2 Physical Servers with SQL Server 2008 R2. – SQL Server 1(Active) & SQL Server 2 (Passive) Web Application is developed using .Net 4.0 Framework. I want to know the best solution to have high availability and also have SSRS for…
0
votes
1 answer

DPM Error 31314 Protecting Hyper-V After Installing Updates

I have a Windows Server 2008 R2 Failover Cluster to provide high availability for several Hyper-V virtual machines. I've used Data Protection Manager in the past to protect Hyper-V in a failover cluster, and I'm trying to get it set up again. I've…
Ryan
  • 168
  • 6
0
votes
1 answer

windows application cluster

I have a windows service that is written in-house. This windows service services clients on TCP port X. I want to run it on more than one Windows server. I want the client apps to connect to a single (virtual I guess) IP address and for one and only…
fred smith
  • 125
  • 2
0
votes
2 answers

Cisco 3800 Router (fail over)

I have 2 Cisco 3800 routers, but only one is working. The other is kept for spare, in case the first one dies. How can I setup both for them and configure an automated fail-over? In the case of the first one dies, the second is activated.
Andre
  • 1,341
  • 4
  • 19
  • 34
0
votes
1 answer

failover dns not working and not sure how to troubleshoot

On my domain i've got a w2k8 standard domain controller and a w2k8R2 domain controller. I recently added dns to the w2k8R2 server in an attempt to set up a failover/secondary dns but it is not working when the primary dns goes down. It's somewhat…
0
votes
2 answers

We need MySQL redundancy but replication is not an option

We have an app with some peculiar characteristics that prevent us from doing master-slave MySQL replication. It's something to do with random numbers being generated for each session and stored procedures. We plan on fixing the app next year but in…
0
votes
3 answers

Redundant DNS setup

I have a problem with my DNS setup and I really can't understand what's wrong with it. We host our own public DNS servers on 2 different networks (technically, we have 3 DNS servers on 3 different IP ranges but only 2 are in different physical…
Stephane
  • 6,432
  • 3
  • 26
  • 47
0
votes
4 answers

ngnix reverse proxy

Most of the configuration and example I've seen out there, the backend server are either on the same machine or the same network network. Has any body done this with backend servers located in different physical location, over WAN ? If you so what…
user25751
0
votes
1 answer

Amazon EC2 Failover Solution

Does anyone know of a service that will run a DNS heartbeat check then turn on an ec2 machine and forward all requests to that machine if the original(non-ec2) hosted solution goes down? If not is there tool I could run on the EC2 install to do…
Shane
  • 115
  • 3