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

Apache failover for JBoss

I am running a JBoss web app (AS 6 Final) hosted on linux (Debian). I would like to implement a failover solution so that when JBoss is down, a static web page is served in its place. My current solution is to run Apache as a reverse proxy…
DaveB
  • 3
  • 5
0
votes
4 answers

Nginx automatic failover

How do I setup Nginx on two machines so that if the primary machine crashes there is automatic failover to the 2nd machine? And what are the best practices here? There seems to already be a lot written about how to do failover for backend servers…
user782220
  • 101
  • 2
0
votes
1 answer

Router failover not detecting outside interface link lost

Suppose I have two routers configured in master/slave configuration. They look something like this (addresses are not real ones) 123.123.123.10 <===> [eth0] Router 1 (10.1.1.2) [eth1] ===> +----------+ …
hookenz
  • 14,472
  • 23
  • 88
  • 143
0
votes
7 answers

How to replicate a windows servers (IIS,Files,ConfigurationState)?

Maybe a better question is: What is the closest competitor for DoubleTake? I am looking to replicate a windows production server in case it fails have a immediate backup. Any idead? NOTE 1: I forget to add that this server is on the EC2 Amazon…
Geo
  • 3,071
  • 11
  • 42
  • 52
0
votes
1 answer

Secondary backup server

I've been given a task to implement a backup solution in the event of our website goes down. It is a dedicated server running centos 6. From what i've experience on our server, our server may go down because of PHP application crash or hardware…
0
votes
1 answer

Stop Nginx from accepting new connections on error

I am running an nginx server behind a separate (L-4) load balancer that basically just serves static files and forwards requests to a downstream web server. This works great as long as all the services are running. The problem is that if the…
user122875
  • 209
  • 1
  • 2
  • 5
0
votes
1 answer

hosted failover(proxy?) service - does it exist?

We're in the planning phase to make our web application services redundant. Right now we've got our own physical servers at a colo, running a VMWare cluster connected to an EqualLogic SAN. It's a LAMP setup. We want to set up a second site, either…
Safado
  • 4,786
  • 7
  • 37
  • 54
0
votes
2 answers

Adding redundancy to Hyper-V without a SAN

My organization has two identical servers, HP ProLiant DL380 G5. We do not have a SAN device. Each server has 8x 146GB HDD, and 48GB RAM. One server is currently configured as an Exchange server. The other server is configured as a virtual host,…
0
votes
3 answers

Manage DNS outage

I have been using ZoneEdit to manage my DNS. This has been generally fine except I did have a half our outage where two of their DNS servers were down causing my site to be inaccessible. What is the best way to manage this? I have considered having…
Craig
  • 175
  • 2
  • 9
0
votes
2 answers

Cloning IP address and/or MAC address for server fail-over

I am currently providing some web applications to my customers (apache/php/mysql on Windows server). I'm looking to provide some sort of fail-over server in the case my server has a hardware failure. My server is running in a data center. I think I…
Ronald
  • 9
  • 1
0
votes
1 answer

httpd server is not starting

I am implementing failover mechanism in JBoss from here I added following line in httpd.conf file LoadModule jk_module modules/mod_jk.so Now I am getting following error while starting Apache D:\Installation\apache-2\bin>httpd -k start httpd:…
sjain
  • 111
  • 5
0
votes
1 answer

What is a good solution for failover when all I have is 2 physical servers?

I have 2 physical servers, each with 32GB RAM and 2 quad core procs. Each will run VMWare, 4 VMs each, one DB, 1 app server, 1 task queue server, and one general purpose server. One will run my web application. The other will constantly replicate…
orokusaki
  • 2,763
  • 4
  • 32
  • 43
0
votes
1 answer

Website caching failover service

A while back I remember reading about a service that provided failover support for websites. I never got around to reading specifics and now I can't remember the name of the service. Does anyone have any ideas? Thanks, Larry
0
votes
1 answer

DNS failover in a two datacenter scenario

I'm trying to implement a low-cost solution for website high availability. I'm looking for the downsides of the following scenario: I have two servers with the same configuration, content, mysql replication (dual-master). They are in different…
wanson
  • 457
  • 1
  • 4
  • 11
0
votes
2 answers

Methods to remotely change virtual IP of server

I'm intending to use virtual IP for my failover implementation. Setup: **Server A (192.168.0.1) ** - takes virtual IP of 192.168.0.10 by default **Server B (192.168.0.2) ** - takes virtual ip of 192.168.0.10 when server A is down I'm using Windows…
tommi
  • 111
  • 1
  • 1
  • 4