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

Hyper-V R2 can't add a teamed NIC as External Network

I have a Dell PowerEdge R710 running Windows Server 2008 R2 Datacenter and which was part of a Hyper-V Failover Cluster. It has 8x Broadcom BCM5709C NICs and three are teamed together to be my "Virtual Machines Team". The team works fine, but I'm…
4
votes
1 answer

Blackberry Outage: How can I PIN a large number of users?

We lost power due to the hurricane and need to notify BES users that services will be restored soon. How can I extract all BES users and send them a notification message? Also how do I alter the from address that is sent?
makerofthings7
  • 8,911
  • 34
  • 121
  • 197
4
votes
2 answers

Redis Master and Slave usage

While I know how to configure and run Redis master and slave on two different servers, I would like to whether my Webserver will be able to connect to slave redis server if the master redis server goes down? If that is not the case, May I know how…
balajidl
  • 163
  • 2
  • 7
4
votes
3 answers

Should the SAN (Dell MD3200) management port be on the same subnet/VLAN as the failover cluster private subnet/VLAN?

So, I'm getting a bit confused here. I have a Dell MD3200 SAN with dual controllers. Each controller has an Ethernet management port that connects to a switch. Together the two controllers connect to independent switches for redundancy. I'm building…
4
votes
1 answer

Tomcat mod_jk cluster skip 404 http status

I am trying Tomcat Clustering with mod_jk for months and so far not so bad but facing a problem during deployment. I am using FarmDeployer to copy and deploy the WAR to other nodes in the cluster but most of the time the WAR is not deployed properly…
user53864
  • 1,723
  • 11
  • 37
  • 66
4
votes
1 answer

Adding the IP Failover on FreeBSD

I've just bought a dedicated server in OVH.com and they are sending me some warnings in email that I haven't configured my IP Failover address correctly and they're going to block this failover within 24 hours if I won't take any actions. So, the…
Cyclone
  • 260
  • 1
  • 6
  • 20
4
votes
2 answers

Is this a solid (and cheap) High Availability idea for my website and database if the zombi's attack?

I have an Idea for fail-over high availability for my website but i am not sure if this is good, bad or a disaster in itself. My main server hosts an ASP.net website that uses a SQL server database on another server. Both servers are running…
SetiSeeker
  • 275
  • 2
  • 9
4
votes
1 answer

relation between heartbeat,openais,corosync

i am planning for high availability on lucid ubuntu, i started with drbd after a simple configuration on drbd I went to heartbeat and had a simple config on it too. on drbd official site a document told me heartbeat is legacy and i should meet…
amin
  • 225
  • 2
  • 11
4
votes
1 answer

Failover/redundant SSH

I have an SSH server where multiple clients SSH in to maintain a bunch of port forwards. What I want to do is, if the server goes down, have the clients automatically connect to the next server. The question is, how would this be accomplished?
Leo
  • 41
  • 2
4
votes
3 answers

How to: Hot Standby SQL Server in another datacenter?

For our SaaS app, I want to have a system in place for a datacenter wide failure. In the main datacentre, we have two servers set up with MSSQL Database Mirroring (synchronised). This provides us with a good enough high availability solution for…
4
votes
4 answers

DNS Round Robin: Multiple Nameservers VS Multiple A Records?

Note: This is a follow-up to my previous question regarding DNS Failover. The Goal: to make the client's web browser select the next available server if one is down instantly. I've read somewhere that multiple A records (while not the best solution)…
IMB
  • 511
  • 2
  • 7
  • 13
4
votes
1 answer

Windows Server 2008 Cluster Errors

We have a couple dozen Win2008 and 2008R2 Enterprise clusters that are used for SQL Server 2008 and 2008 R2 Enterprise/Datacenter. In the past we have had many issues with random failovers and "Network is Partitioned" errors on several servers on…
4
votes
1 answer

HAproxy + failover on same nodes as apache?

We're currently using HAproxy to load balance our image and application servers, but we haven't setup failover. We currently just have haproxy on one of the image boxes which then routes the requests where they need to go. Now, next week we are…
user60903
4
votes
7 answers

Failover switch

I need a server / switch / something (which I'll refer to as a "failover switch") to do the following task. There are two HTTP servers behind the failover switch. Normally, all requests are routed to server 1. If server 1 dies (stops responding…
Quassnoi
  • 233
  • 1
  • 7
4
votes
1 answer

iSCSI / SAN / Cluster / multiple NICs failover

Got a problem with NIC failover with iSCSI. Setup: A server with 3 NICs. One NIC is local network, other 2 are SAN. Using Microsoft iSCSI Initiator. A managed network switch. A QNAP SAN, connected via iSCSI to server. Dual NIC, failover mode. All…
Dami
  • 67
  • 1
  • 6