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.

learn more… | top users | synonyms

-3
votes
0answers
14 views

How to bind two ip to one domain name for failover solution in Linux (Bind) or Windows server 2008 DNS [closed]

How to bind two ip to one domain name for failover solution in Linux (Bind9) or Windows server 2008 DNS
0
votes
1answer
9 views

Database that easy to scale out to increase write performance and easy failover

Is there a database that easy to: add more hardware node, to increase write performance without downtime no single point failure --> is this feature must be added on application level? if one node ...
0
votes
0answers
10 views

Setup SQL Server Failover Clustering [closed]

I am almost new in SQL Server. I want to set up SQL server 2008 Fail Over Cluster on the test environment. I have 3 windows 2008 r2 servers. My question is: Can I use one server as a "shared ...
-1
votes
0answers
4 views

Using Oracle RAC with weblogic 9.2 [closed]

We need to use ORACLE 11g RAC with weblogic 9.2 and Oracle JDBC driver, 10.2.0.2.0.Need steps to use failover capability using multi datasource configuration in weblogic 9.2 using administration ...
0
votes
1answer
30 views

ActiveMQ: Reject connections from producers when persistent store fills

I would like to configure my ActiveMQ producers to failover (I'm using the Stomp protocol) when a broker reaches a configured limit. I want to allow consumers to continue consumption from the ...
1
vote
1answer
17 views

Keeping a long-running task running on exactly one machine of a cluster with failover?

I have a low-CPU queue processing task that I need to keep running for a potentially long period of time. In case the task fails, I'd like to have the task running in a high-availability clustered ...
0
votes
1answer
13 views

Using failover URI in ActiveMQ Ajax client

I am using the ajax client to connect to activemq. Can the activemq ajax client support the failover transport? I use an embedded Jetty inside the broker which uses vm transport to forward messages ...
0
votes
0answers
9 views

reduce transfer time of primitive writer resource

I've written a script to perform a failover test on a mysql (percona) clsuter: #!/bin/bash WRITERHOST=$(crm status | grep writer_vip | awk '{print $4}') MYSQLCRED='-u repl_user -ppassword -h ...
-1
votes
0answers
42 views

wso2: Service Replacement [closed]

How many strategies and mechanism exist for service replacement? if a service failed in any reason what strategies and mechanism adopted for replacing it? where applied to? which product? which ...
0
votes
1answer
20 views

RavenDB Replication: Can I set a database's Raven-Replication-Source Guid manually?

EDIT 2: I'm encountering precisely the same issue. For RavenDB Replication, the Raven-Replication-Source Guid is very handy when trying to discern which documents came from which server. But in a ...
0
votes
0answers
25 views

Distributed Lock of Temporary Data with Failover

I use .NET. I have data that's read and written frequently. However the temporary nature of the data is such that it doesn't make much sense to persist it. In fact it makes more sense to purge it ...
-1
votes
0answers
17 views

Multiple NICs in a failover to bond situation [closed]

I have a newer Dell R820 that I want to failover a dual 10gE bond to a quad GigE bond incase of full failure of the 10gE Bond. The reason for this is because I am concerned the little SFP+ Adapter ...
0
votes
1answer
51 views

Hazelcast: failover on persistence

I'm concerning a failover scenario for a persistence and I'm considering the way it should be properly implemented. Out of previous experience I'm thinking that in case underlying persistence failed ...
0
votes
0answers
48 views

Rails - MongoDB replica set issue

I was doing the failover testing of mongodb on my local environment. I have two mongo servers(hostname1, hostname2) and an arbiter. I have the following configuration in my mongoid.yml file ...
0
votes
1answer
56 views

C# missing assembly failover

So I have a Windows Forms Application, which has some advanced features that depend on a 3rd party commercial library. Basically I want to implement a discount version of this library, and then use ...
1
vote
1answer
75 views

What is the best way to have predis failover to a redis slave?

What is the best way to detect if a redis server is unavailable and failover to the slave? Of course, this should be in a timely and efficient manner. I'm using it for centralized PHP session ...
0
votes
1answer
40 views

mysql cluster .net connector

I'm trying mysql cluster to use in a project for our customer. The configuration I setted up is the following: Hardware S.O. equipment Server1 - S.O. Windows 2008 R2 64bit Server2 - S.O. Windows ...
1
vote
0answers
32 views

JSF page isn't rerendered after failover

We have a little problem with our application when it's deployed in cluster. After we shutdown the working node, session is restored on another one and application keeps working but we need to either ...
1
vote
0answers
102 views

Spring Batch - Clustered Environment - Failover mechanism

Question: What is the failover strategy that spring batch supports best? Resource usage, failover mechanism have to be focussed on. Any suggestions? Usecase - Spring batch has to be run to read a ...
0
votes
0answers
15 views

EsperHA recovery

I wrote a sample code for EsperHA to make sure of fail over(recovery), as what EsperHA is claiming. Below is the piece of code: Iterator<EventBean> iter = epStatement.iterator(); while ...
0
votes
1answer
56 views

How to set Role dependencies in Windows Server 2012 Failover Cluster

I have a 2 node cluster with 5 configured roles (Generic Service). The services need to run on a single machine (one is a database, one is a server,...) I want to configure the cluster so that if a ...
1
vote
1answer
98 views

ActiveMQ network of brokers don't forward messages

I had two ActiveMQ brokers (A and B) that were configured as store-forward network. They work perfectly to forward messages from A to B when there is a consumer connected on broker B and producer ...
0
votes
1answer
48 views

Replica set sharding. Can second data centre do failover?

We have 3 shards, replicated over 3 boxes each (9 boxes in total). 2 replicas are at our main hosting provider (site A) and we have a third replica (set to secondary only) on another hosting provider ...
0
votes
0answers
10 views

if a service or a website fails to respond?

I have a small query related to application server hosted with either website/service in it. If the service/Website fails to respond. can we redirect the request/calls to another server hosted as ...
0
votes
2answers
56 views

Detecting batch IP conflict

How would you detect an IP conflict? I am trying to implement a fail-over of two systems. Let us assume they take the IPs X.X.X.1 and X.X.X.2 (A and B for convenience), with A as the primary server ...
0
votes
1answer
77 views

How to configure SQL Server Native client 11.0 for Failovers, High Availability, Disaster Recovery

I have SQL Server 2012 Web Edition. I want to configure High Availability on this Server. Do I need to have another SQL Server to configure High availability? How is SQL Server Native Client 11.0 is ...
0
votes
1answer
82 views

Configure failover for Jboss Seam mail

I need to implement failover functionality for sending mails using jboss seam. I tried to configure two JNDINames in mail-service.xml. But I'm not getting how i can set 2nd JNDI name in code. Also, ...
0
votes
0answers
131 views

Failover Azure VM running SQL Server? [closed]

I'm currently looking at hosting an SQL Server database on an Azure Virtual Machine Instance and connecting the website via two load balancing web-roles. Due to various limitations in our application ...
0
votes
1answer
114 views

Automatic redirects of web app requests to different JBoss instance during redeployment

The general problem I am trying to solve is: "how to redeploy the web application without having users stop using the app during upgrade to the new version". I came up with following hypothetic ...
2
votes
1answer
52 views

When AWS-based application fails, how to set a Fail Whale style page?

I have not been able to find an option for AWS ELB to show a fail whale-style system message when servers are failing to reassure customers that we are working on the problem. The best we can come ...
0
votes
0answers
77 views

video file streaming, mysql , apache, samba and ssh Fail over or HA solution

I want to have Video file Streaming,mysql, apache, samba and ssh fail over on more than three servers on a high speed LAN. I have read about heartbeat and drbd but I did not get my answer. I would ...
4
votes
0answers
422 views

Using SignalR with Redis messagebus failover using BookSleeve's ConnectionUtils.Connect() - assist with steps to success?

I am trying to create a Redis message bus failover scenario with a SignalR app. At first, we tried a simple hardware load-balancer failover, that simply monitored two Redis servers. The SignalR ...
1
vote
0answers
80 views

How to handle MySQL slave failover in python?

Is there a generally accepted way to handle MySQL slave db failover in python code? Are there any good wrappers for SQLAlchemy connection pools (or other approaches) that are aware of replicas and ...
2
votes
1answer
135 views

Failover with mongodb

I have to setup a database that can handle failover (if one crashes the other takes over). For that, I decided to use mongodb: I set up a replica set with two instances. Each instance is running on a ...
1
vote
1answer
159 views

MySQL replication: failover scenario

I have the following MySQL instances, along with a replication setup: S1 -----> (M1 <--> M2), where: M1 - M2 is a multi-master replication setup, S1 - a slave which replicates the writes which ...
0
votes
2answers
68 views

How to migrate on Object from one JVM to other JVM

can anyone help me in implementing how to migrate the objects from one JVM to other if my application (running on two machines ) is crashed and the other one can take hold from it.
0
votes
0answers
58 views

Implementation of FailoverConnectionString

I wanted to submit my implementation for failover connection class to see if there are any improvements on clarity/performance. I wanted to have an application send me a primary and secondary ...
0
votes
0answers
79 views

SQL Server 2008R2 Failover And Mirroring [closed]

Does anybody knows the maximum latency times required to work in a SQL Server Failover + Mirroring with two nodes in different geographical places including the storage. thanks for the help
1
vote
1answer
108 views

How to configure Windows Azure Web Role instances for a static HTML fall back site

I'm hosting a high traffic website on Windows Azure, i.e. 2 large Web Role instances to ensure 99.95% availability. However, in extreme circumstances when these instances go down (it could be due to ...
0
votes
3answers
155 views

Distributed failsafe jobqeues for JVM

I need to implement a job queue for a distributed JVM application. The queue(s) must hold a group of jobs (i.e. Java runnables) that have to be executed in sequential order. There will be hundreds of ...
0
votes
1answer
166 views

“Invalid Column Name” - Query Fails

I have a rather large query that I run on a particular database. What this query does is select specific columns from specific tables and dumps them into a new table. The new table is used and ...
0
votes
0answers
216 views

Authentication with Active Directory “failover”

This has me scratching my head. Setup: Win2003 server with Active Directory and DNS services. WIN2008 server with same and they are replicating to one another with no problems. The WIN2008 server is ...
0
votes
1answer
150 views

Sql Sync causing source server to run out of memory causing error during sync to client server

I am synching my production SQL Server 2008 R2 db with my failover SQL Server 2008 R2 Express server using Microsoft Sync Framework 2.1 and it worked great for a while and then after a few days of ...
0
votes
0answers
47 views

Failover mechanisum for WCF services serving enterprise application

We have set of WCF services running on single computer which collectively serves an WPF application which could be on same machine or on remote machine (within same network only). We need failover ...
1
vote
1answer
194 views

WCF Windows Service failover mechanism (Communication between two WCF windows services)

I need to device a Failover mechanism for the following scenario. I have a WCF windows service which would be having 4 instances (Location "A" would have a Primary (PA) and Secondary (SA) and Location ...
1
vote
1answer
69 views

Yii Database Failover Fail Over

I am currently working on a project for which we have chosen Yii as our new Framework of choice. I am currently trying to figure out the best way to implement some sort of automatic database fail over ...
2
votes
2answers
163 views

Optimizing Jetty for heartbeat detection of thousands of machines?

I have a large number of machines (thousands and more) that every X seconds would perform an HTTP request to a Jetty server to notify they are alive. For what value of X should I use persistent HTTP ...
0
votes
0answers
71 views

seamless failover with apache and mod_jk

I have apache fronting two tomcat servers. Both servers are active in the load balancer. If I kill one of the backend tomcat processes, all users on that node receive a HTTP 500 on their next trip ...
14
votes
2answers
336 views

Leader election and Failover detection java library

I am looking for a library that provides the most basic clustering requirements. This library should hopefully come detached from a full blown state replication solution (ZooKeeper), since the state ...
5
votes
2answers
468 views

How to enforce message queue sequence with multiple WCF service instances

I want to create a WCF service which uses an MSMQ binding as I have a high volume of notifications the service is to process. It is important that clients are not held up by the service and that the ...

1 2 3 4 5