The automatic switching to a redundant or standby computer server, system, hardware component or network upon the failure or abnormal termination of the previously active application, server, system, hardware component, or network.
0
votes
4answers
410 views
SQL clustering or VM images
We currently have a failover sql cluster with two nodes. For a new large project which we have determined to be business critical, our development team is requesting a new 2 node failover sql ...
2
votes
3answers
4k 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 ...
0
votes
2answers
201 views
Single point of access for failover
This is what I am trying to achieve but I'm not familiar with the subject well enough, so please bear with me :)
I've got a server to which some devices get connected and periodically upload some ...
5
votes
9answers
2k 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
318 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 ...
1
vote
1answer
336 views
Failover for Windows booted from iSCSI target using ietd
A Windows endpoint booted over iSCSI blue-screens and reboots as soon as the failover target source comes up. Till that point, Windows appears to be "frozen". The blue screen codes are sometimes ...
3
votes
6answers
294 views
Patterns and technologies for a system capable of processing 40,000 messages per second
We need to build a system capable of processing 40,000 messages per second.
No messages can be lost in case of any software or hardware failures.
Each message size is about 2-4Kb.
Processing of a ...
2
votes
1answer
2k 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 ...
0
votes
6answers
559 views
SQL Server 2005 Failover Cluster Using One Server?
I am developing an application that is hosted on a SQL Server 2005 failover cluster. The application (developed using C#, .Net 2.0) makes use of a number of the clustered resources (printers, file ...
9
votes
3answers
931 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 ...
0
votes
0answers
1k views
Simple Failover for IIS and MS SQL server
I have a client with a .Net 1.0 web app that uses IIS and a SQL 2000 database. It is hosted with a shared hosting service and does get not much traffic (a few visitors a day tops). The hosting has ...
12
votes
1answer
9k 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 ...
0
votes
1answer
557 views
Specifying failover servers in c# webservice client
I need to build in some resilience in a web service client application. Are any of these two scenarios supported by the standard dot.net web service generated client (classic or 3.0)?
Specifying a ...
2
votes
1answer
1k 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 ...
12
votes
6answers
2k 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 ...
1
vote
3answers
558 views
SqlClient.SqlException occurs during Database Fail Over
I have two Microsoft SQL 2005 databases setup in a fail over scenario. The application connection strings have the "Failover Partner" specified in the connection string.
When the currently live ...
0
votes
1answer
303 views
Programatically Determine Master Server in SQL Failover Scenario
Part 1:
In a Microsoft SQL Server 2005 failover scenario, how can the databases be queried to determine which server is the master and which server is the slave? I'm looking for something more elegant ...
0
votes
2answers
2k views
mysql master/slave failover
Is there any product that make mysql master/slave failover process easier? something that can happen automatically, rather than manually fix it.
1
vote
3answers
623 views
What's your disaster recovery plan?
And what would you recommend for an ASP Net web application, with a not so large SQL server database (around 10Gb)?
I was just wondering, is that a good idea to have an Amazon EC2 instance configured ...
2
votes
3answers
2k views
Glassfish failover without load balancer
I have a Glassfish v2u2 cluster with two instances and I want to to fail-over between them. Every document that I read on this subject says that I should use a load balancer in front of Glassfish, ...
7
votes
3answers
2k 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 ...
1
vote
2answers
4k views
MySQL failover using MySQL Proxy
I'm looking at implementing a failover mechanism for a MySQL database using MySQL Proxy (http://forge.mysql.com/wiki/MySQL_Proxy)
My proposed setup is as follows: One active MySQL server and one ...
5
votes
3answers
7k 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 ...
0
votes
1answer
348 views
In Log Shipping configuration with SQL2005, Primary server's backup job not being added
I'm creating a log shipping configuration between two sql server 2005 instances. I'm shipping the logs of a single database and I'm not using a Monitor service (for the time being). When I run the ...
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 ...
1
vote
2answers
360 views
What would be the best approach to designing a highly available pool of web services?
I've heard a lot of people touting success using Linux based proxies to handle routing for high availability of web applications, but what are others doing with web services? I have a bank of WCF ...
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 ...
5
votes
4answers
2k 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 ...
2
votes
4answers
1k views
Distributed Cache/Session where should I turn? [closed]
I am currently looking at a distributed cache solution.
If money was not an issue, which would you recommend?
www.scaleoutsoftware.com
ncache
memcacheddotnet
MS Velocity
9
votes
3answers
4k views
1
vote
4answers
845 views
Is there an ldap C/C++ library that provides fail over?
I'm looking for an LDAP libracy in C or C++ that allows me to specify a list of LDAP hostnames instead of a single hostname. The library should then use the first one it can connect to in case one or ...
4
votes
4answers
513 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 ...
5
votes
4answers
884 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, ...