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

redirect to a static page on another web server when main web server is down

We have a single IIS web server in house that when it goes down we would like to redirect traffic to another web server and display a message that the web site is down. I have been all over the net but I cannot find quite what I need. This is a…
Bill
  • 3
  • 1
0
votes
1 answer

Advanced SQL Setup

Got a major issue that I need some help with. Here is the situation. The client has multiple web sites hosted on multiple web servers (virtual machines) running on multiple virtual hosts that connect to a backend domain that have multiple SQL…
Rob
  • 607
  • 3
  • 8
  • 16
0
votes
2 answers

Howto switch ISP provider?

Possible Duplicate: Office network failover? I have a office LAN providing internet access to several workstations, each workstation it is basically connected to the hub that it is connected to the router through ethernet. What I need to do is to…
0
votes
1 answer

mysql/web server failover setup using reverse proxy

I have two webservers and at the moment have DNS - Round Robin setup so that they are somewhat 'failsafe' this was only ever a temporary failover solution and I am now looking at a more permanent and reliable solution. I have been looking into…
Elgoog
  • 215
  • 3
  • 6
0
votes
1 answer

How to approach high availability and fail-overs when moving to a vmWare cloud server/cluster

I'm currently running a CentOS VPS with some simple web/DB/VPN servers, but I'm planning to move to a vmWare Enterprise cloud based machine in the near future to improve availability, and I need to know how I should structure it further to ensure…
0
votes
2 answers

Will traffic get through a standby firewall if the active firewall's interface to the gateway goes down?

Here is the scenario. I have two ASA 5510's in Active/Standby. Each of them has a single uplink to one of two routers (HSRP1 and HSRP2) configured in HSRP. Disaster strikes and the interface between the Active ASA 5510 and HSRP1 goes down. Will…
Alain O'Dea
  • 645
  • 3
  • 12
  • 27
0
votes
1 answer

Heartbeat (without ldirectord etc) for a floating IP address?

I have two load-balancing servers running mod_proxy_balancer. Each server balances between two web servers. Now I'd like to find a way to share a single IP address between those two load-balancing servers, in a way that will fail over. Is it…
Richard
  • 133
  • 1
  • 3
  • 6
0
votes
1 answer

How to use AppScale

There are some wiki which explain how to install and setup AppScale. But I didn't find anything related to the extensive use of AppScale. I mean, what to do in case of major outage ? If the node crashes but can be rebooted and could work : does…
0
votes
2 answers

port check - forward and fail over

I am looking for simple fail-over solution. If the 92 server is down, the application should point to 91 server. I can check the connectivity by scripting the following commands. [root@sserver shantanu]# nc -z 10.10.10.92 6379 > /dev/null;…
shantanuo
  • 3,579
  • 8
  • 49
  • 66
0
votes
2 answers

WAN Link Balancing - Best Way To Approach

First some of the details. We are a SME (80 office users 30 remote) with 2, soon to be 3 WAN connections. Our WAN connections are a T1, Cable (25/5), and soon to be DSL (10,2). We are looking to to provide automatic WAN link failover for inbound…
danorth
  • 65
  • 5
0
votes
1 answer

Solid failover for IIS and ASP.NET MVC?

Our team is currently planning our next big project which looks to be an exciting one! We our product will be an ASP.NET MVC site which can either be deployed on a customers own server or they can pay for an instance on our server, (this will be…
Daniel Upton
  • 358
  • 2
  • 6
  • 15
0
votes
1 answer

Can the NIC ucarp uses be bridged?

I have setup ucarp failover using this howto, and it works great. # /etc/network/interfaces auto eth0 iface eth0 inet static address 10.200.0.102 netmask 255.255.255.0 ucarp-vid 3 ucarp-vip 10.200.0.200 …
Sandra
  • 10,303
  • 38
  • 112
  • 165
0
votes
2 answers

Virtual IP failover on windows 7

i would like to find out how to set up virtual IP failover on windows 7. There are many online guides on linux heartbeat and pacemaker but i need configuration guides on how to set up virtual IP failover in windows 7. My understanding of virtual IP…
Wayne
  • 23
  • 5
0
votes
1 answer

Quickly Routing Web Traffic From 1 Web Server to Another

We need a solution to route web traffic from 1 web server to another. We have 2 dedicated Windows 2008 Servers with our hosting company. 1st server is our main web server and the 2nd is a back-up server. We run multiple sites and have multiple IP…
Ron G
  • 1
  • 1
0
votes
3 answers

Feasibility of a Cloned Windows Server 2008 as a Cold Standby

For various reasons beyond our control, a critical service running on a particular machine must communicate to another machine via a preset and fixed IP address. Both machines run Windows Server 2008 Standard and both are joined to the same Active…
VikenY
  • 15
  • 3