Tagged Questions
The failover tag has no wiki summary.
19
votes
6answers
1k views
What should be included in the state-of-the-art error and exception handling strategy?
I understand that this is a very broad question, but a short “it depends” kind of answer will not be accepted. Strategies are born to deal with broad issues.
What issues should an application ...
9
votes
3answers
691 views
How does Terracotta work in this situation?
So lets say I have an N sized server array set up like so:
I have a simple JavaBean/POJO:
package example;
public class Person {
private OtherObject obj;
public void setObj(OtherObject ...
7
votes
1answer
2k views
redis: Handling failover?
Redis really seems like a great product with the built in replication and the amazing speed. After testing it out, it feels definitely like the 2010 replacement of memcached.
However, since when ...
7
votes
1answer
4k views
Determine Active Node in SQL Failover Cluster
Does anyone know how to determine the active node of a SQL Active-Passive Failover Cluster programmatically from T-SQL?
@@SERVERNAME only returns the virtual server name, which is identical from both ...
7
votes
3answers
1k views
Cross-colo fail-over design, DNS level fail-over?
I'm interested in cross-colo fail-over strategies for web applications, such that if the main site fails users seamlessly land at the fail-over site in another colo.
The application side of things ...
6
votes
4answers
2k views
EC2 database server failover strategy
I am planning to deploy my web app to EC2. I have several webserver instances. I have 1 primary database instance. I have 1 failover database instance. I need a strategy to redirect the webservers ...
6
votes
3answers
2k views
5
votes
1answer
770 views
How to make RabbitMQ queues failover?
RabbitMQ supports clustering by default, but queues aren't replicated and are bound to the node on which they're created. I'm now looking for ways to make RabbitMQ highly available other than the DRBD ...
5
votes
3answers
1k views
How to connect to mirrored SQL Server after failover?
I set up a database mirroring and then used this connectionstring to connect to it:
Data Source={0};Failover Partner={1};Initial Catalog=AdventureWorks;
Integrated Security=True;
After ...
5
votes
4answers
1k views
Does PHP have a built in mechanism to failover from one database server to another?
I found this:
http://www.evolt.org/failover-database-connection-with-php-mysql
and similar examples. But is there a better way?
I am thinking along the lines of the Automatic Failover Client in the ...
4
votes
6answers
1k views
What algorithms there are for failover in a distributed system?
I'm planning on making a distributed database system using a shared-nothing architecture and multiversion concurrency control. Redundancy will be achieved through asynchronous replication (it's ...
4
votes
3answers
6k views
Mirroring vs. Log Shipping in Sql Server 2005
I'm interested in hearing people's thoughts about the pros and cons of database mirroring vs. log shipping in this scenario: we need to setup a database backup situation wherein there is exactly one ...
4
votes
2answers
2k views
Can MOSS 32 bit and 64 bit exist in the same farm?
I am trying to setup a failover location for MOSS. The current farm is built on 32 bit Windows 2003. The servers ar the failover location are all 64 bit Windows 2008.
Is there any way to make these ...
4
votes
4answers
451 views
How do I cluster an upload folder with ASP.Net?
We have a situation where users are allowed to upload content, and then separately make some changes, then submit a form based on those changes.
This works fine in a single-server, non-failover ...
4
votes
4answers
648 views
FOSS ASP.Net Session Replication Solution?
I've been searching (with little success) for a free/opensource session clustering and replication solution for asp.net. I've run across the usual suspects (indexus sharedcache, memcached), however, ...
3
votes
3answers
45 views
Is it possible to have replicated JVMs so that i can simply flip over from primary jvm to secondry in case primary jvm goes down
Is it possible to replicated a complete JVM and in case of failover simply flip the load to the replicated JVM?
If yes then how can we do it?
3
votes
3answers
72 views
Multiple Implementation Attempts
I am developing a solution which will connect to a wide variety of servers to read data and perform operations. There are many variables which complicate reliable communications such as firewalls, ...
3
votes
1answer
54 views
Failover loading of .js from sequence of servers?
Let's imagine a web page page needing to load a javascript file (i.e. my.js). Is it possible to organize the following fail-over loading sequence?
If server A is up, load my.js from server A.
Else, ...
3
votes
0answers
94 views
Design level patterns for highly available Linux applications
Given toolkits like Linux-HA and cluster layers on top like Corosync; file-system replicators like DRBD and other various bits and pieces there are the components available to developers to build ...
3
votes
2answers
69 views
What prevents an OS to recover from a 'blue screen of death'?
If a program violates its instruction path and/or memory data the OS halts it with some message due to the program running in the 'virtual machine' like space of the OS and its unable to determine its ...
3
votes
1answer
277 views
Java outgoing TCP connection failover based on multiple DNS results
If I make a connection using new Socket("unit.domain.com", 100) and the unit.domain.com DNS record has multiple IP addresses in the A record.. In the event of a failed connection, Does Java ...
3
votes
1answer
248 views
Any advice on how to handle fail-over in an ejabberd cluster?
Context:
I have a system that will need to support 20,000 connected chat users spread over 100 chat rooms. During performance testing I've found that I can get up to 6,000 connected users on a single ...
3
votes
2answers
451 views
Failover scenarious for the Service Bus with NServiceBus or MassTransit
I need to build Identity server like Microsoft's http://login.live.com.
To handle failover I will have multiple web servers nodes. The plan is that all database write operations are done by sending ...
3
votes
5answers
171 views
How to build an available web application
Let's say that we are about to build an web application where high availability is top focus. Our customers are companies, so downtime are equal to loss of revenue for everyone involved.
To sum it ...
3
votes
2answers
252 views
Programming Windows Cluster resource DLLs using Delphi
I wonder whether there's a way to program a resource DLL for Windows Clusters in Delphi. I want to write a program that observes cluster state changes.
Judging from the MSDN API reference, all ...
3
votes
2answers
637 views
Advise/Code samples on how to make an application “Cluster Aware”
I've browsed the web for resources regarding how to make an application/web application "Cluster Aware" using the Failover Cluster API. I found a lot of technical articles but none written from the ...
3
votes
1answer
356 views
How to start Camel routes on slave ActiveMQ only when slave becomes active in failover?
I have a durable consumer to a remote JMS queue in embedded Camel routing. Is it possible to have this kind of routing with master-slave configuration? Now it seems that the Camel routes are started ...
2
votes
1answer
103 views
Mysql-Proxy Doesn't Failover (?)
This is the first time I am using mysql-proxy and I am experiencing the weird behavior I was wondering if the community has tackled it before.
I have mysql-proxy (0.8.2) running on amazon linux (in ...
2
votes
1answer
114 views
Configuring a failover partner for Sitecore
I´m currently facing a really weird (at least for me) problem regarding the configuration of a failover partner in Sitecore.
Environment:
.NET Framework 3.5
Windows Server 2008 R2
IIS 7.5
This ...
2
votes
1answer
139 views
Intermittent Cloudfront CDN failures (monitoring) - CDN Failover
For the past 2 months I have been experiencing Amazon Cloudfront intermittent failures (2-3 times a week) whereby the page would load from my web server but all the assets from the CDN would block in ...
2
votes
2answers
391 views
Deploying a high availability Postresql 9.0 on Amazon EC2 with PGPool-ii
We have an existing web application that uses Postgresql 9.0 and PGPool-ii. I am thinking of migrating our infrastructore to Amazon EC2 and was inspired by the following link: ...
2
votes
1answer
372 views
mongodb automatic failover / high availability on aws
I need the proper way of failover mechanism for mongodb on aws ec2. I know failover can be accomplished by replica sets, but what is the best way to fire a new mongo installed ubuntu-ec2 ami node and ...
2
votes
2answers
168 views
PHP Replicated Database Sessions Failover
I have 2 servers available for failover. The database is replicated (MySQL) as a Master-Master, such that, each server runs a copy of the full-stack. I see the session table get updated when I'm on ...
2
votes
2answers
109 views
Block outgoing connections to an IP for fail testing?
We are using Coldfusion 9 on Windows Server 2003. We are testing a "failover" on some code that interacts with LDAP through CFLDAP and LDAPS through Java (for password changes).
Essentially we ...
2
votes
1answer
435 views
SQL Server failover cluster - determine active node
Is there a way to programmatically determine which node in a SQL Server failover cluster is the active node? Or at least determine whether the current machine is the active node?
I have a Windows ...
2
votes
1answer
603 views
How to change sqlConnectionString for sessionState in SQLServer mode at runtime?
We're trying to find a way to change the sessionState's sqlConnectionString (in SQLServer mode) at runtime. We're implementing a fail over for our SQL server and we want to catch when the sessionState ...
2
votes
1answer
376 views
Cassandra failover vs other databases?
Cassandra offers controlled consistency like "write to 2 nodes and tell me it's done".
Two "master" nodes and some slaves makes system good failover.
MongoDB offers replication pairs - simmilar ...
2
votes
4answers
417 views
How to achieve high availability?
My boss wants to have a system that takes into concern of continent wide catastrophic event. He wants to have two servers in US and two servers in Asia (1 login server and 1 worker server in each ...
2
votes
1answer
906 views
Oracle Thin Driver and Transparent Failover of RAC DB
I know the oci driver can perform transparent failover of the database, but does the thin driver have the same capability?
2
votes
3answers
137 views
Are there any open standards for server failover?
I'm building a client-server application and I am looking at adding failover to the client so that when a server is down it will try to connect to another available server. Are there any standards or ...
2
votes
3answers
2k views
Can I use Failover Partner in my SQL connection string without mirroring?
I admit I'm a bit of a cheapskate, but I don't want to spring for the three servers needed to get automatic failover for SQL Server via Mirroring, especially since one of the three would do nothing ...
2
votes
9answers
1k views
What is a transaction?
Can someone provide a really simple (but not simpler than possible) explanation of a transaction as applied to computing (even if copied from Wikipedia)?
2
votes
2answers
229 views
OpenID in a load-balanced situation
I'm looking at implementing an OpenID provider ('OP') using Java + Tomcat/JBoss.
Now one of the key things about OpenID is that
The user communicates with both the OP and the RP and has a session ...
2
votes
1answer
1k views
mod_proxy time-outs (502) and failovers
so we're running a cluster of 2+ backend servers (happend to be JBoss servers) that are being load-balanced by an Apache 2.2. From time to time it can happen that the backend servers become ...
2
votes
1answer
654 views
Simplest way to back Tomcat with an Apache HTTP instance
I have a single Tomcat 6 instance that frequently needs to be rebooted because of PermGen issues after multiple WAR deployments.
In a Production environment it's clearly bad practice to take down the ...
2
votes
4answers
2k views
Setting up a backup DB server in ASP.NET web.config file
I currently have an asp.net website hosted on two web servers that sit behind a Cisco load balancer. The two web servers reference a single MSSQL database server.
Since this database server is a ...
1
vote
0answers
51 views
Voldemort replication and failover details
I'm evaluating Voldemort and encountered some confusing stuff related to replication and failover. I tried to make a simple 2 nodes cluster configuration where each node is a backup for another one. ...
1
vote
1answer
42 views
Configure JBoss with multiple LDAP servers
Our network has a main Active Directory and a backup in case first one doesn't respond.
I want to configure the JBoss server to use the backup when this happens.
This is my current login-config.xml . ...
1
vote
1answer
102 views
MySql replication failover on Amazon Cloud
I have configured a MySql Replication with 1 Master 1 Standy and 1 Slave. Master and Standby are put on different availability zones on US East region and the Slave is on the US West region. Both ...
1
vote
1answer
70 views
How to replicate a Java web app onto a 2nd computer for “high availability” and failure tolerance, or “failover”?
I want to be able to upgrade my hardware at any time without interruption in my web app i.e. switch off one of the computers at any time, swap/upgrade it, plug it back in, and set it up so it gets ...