0
votes
2answers
26 views
Webserver failover
I will be running a dynamic web site and if the server ever is to stop responding, I'd like to failover to a static website that displays a "We are down for maintenance" page. I h …
0
votes
4answers
105 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 …
-1
votes
0answers
24 views
ActiveMQ store-and-forward broker hangs after failover of master-slave pair
Hi all,
I'm encountering some problem with ActiveMQ 5.3. We have the following setup:
- A master-slave pair ('master' and 'slave')
- A broker ('broker') that forwards messages to …
0
votes
1answer
27 views
What are your opinions of DRBD/Heartbeat for replication and failover for the Firebird RDBMS?
I am researching the possibility of using Firebird for a project.
However, one potential problem is replication and failover, or rather, lack of a (subjective) "good" solution. …
0
votes
0answers
33 views
SQL 2005 mirroring integrity and failover
We had a consultant onsite who setup the production DB to mirror to a DR site SQL instance. Asynchronous mirroring set to mirror every minute. It has been synching to these DR site …
1
vote
2answers
404 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 …
0
votes
1answer
47 views
I have one database (mysql). What is the best “failover” strategy?
Does MySQL come with a built-in automatic failover?
Or, are there load-balancers out there that can "detect" whether the database is alive...and if not...shoot it to the failover d …
1
vote
1answer
64 views
Does Oracle RAC allow completely transparent failovers between nodes?
I have an application running on Oracle 10g using Hibernate. I am wondering if it is possible to make the application highly available with respect to database failures without an …
0
votes
1answer
46 views
Jboss failover testing
Hi All,
I have a peculiar situation here. I have installed JBoss 5.1.0 as a service in Wintel box.
The service will restart itself if the JBoss instance fails.
However I could no …
1
vote
0answers
120 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 …
0
votes
1answer
21 views
simplest fail over support for standard rdbms?
Currently I am working on failover support of an existing application.
The application uses postgres to store data but does not use any special feature (view/trigger etc). The da …
1
vote
3answers
51 views
Are there any open standards for server failover?
Hi,
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. Ar …
0
votes
4answers
213 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 connec …
0
votes
3answers
532 views
MySQL failover using MySQL Proxy
Hi,
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 …
2
votes
3answers
713 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 fro …
