Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

15
votes
2answers
722 views

ActiveMQ: How to handle broker failovers while using temporary queues

On my JMS applications we use temporary queues on Producers to be able to receive replies back from Consumer applications. I am facing exactly same issue on my end as mentioned in this thread: ...
6
votes
6answers
291 views

How to make active services highly available?

I know that with Network Load Balancing and Failover Clusteringwe can make passive services highly available. But what about active apps? Example: One of my apps retrieves some content from a ...
5
votes
3answers
278 views

Windows Services — High availability scenarios and design approach

Let's say I have a standalone windows service running in a windows server machine. How to make sure it is highly available? 1). What are all the design level guidelines that you can propose? 2). ...
2
votes
3answers
6k views

How to get the status of a JBoss Application Server

I am working on writing a Highly Available agent for JBoss Application Server to run on Solaris Open HA Cluster. As I don't know much of the JBoss AS, can someone please tell me how can I probe the ...
1
vote
0answers
24 views

SQL Server 2008 Failover cluster [migrated]

We are currently running a working SQL Server 2005 Failover cluster, with 2 nodes. We are now in the process of replacing the servers in that cluster with 2 new servers running SQL Server 2008, my ...
1
vote
0answers
98 views

“Unknown delivery tag” from RabbitMQ when ack'ing a message in a cluster with replicated queues

We've been using Rabbit successfully for about a year. Recently have upgraded to v2.6.1, because we want to use clusters with replicated message queues. My testing has hit a puzzling behavior that ...
1
vote
1answer
67 views

Why does my SQL Server cluster execute “SELECT @@SERVERNAME” every minute?

When I run a Profiler trace on our SQL Server cluster, I've noticed that it executes "SELECT @@SERVERNAME" every minute. I always figured the Failover Cluster service did something with it, or just ...
1
vote
1answer
87 views

Determining current owner of SQL Server instance is by interrogating Failover Cluster Management Service using C#

How can I determine who the current owner of SQL Server instance is by interrogating Failover Cluster Management Service using C#? This is on SQL Server 2008. I have the fail over cluster management ...
1
vote
1answer
202 views

.NET library for active/passive fail-over clustering

I want to develop an application that connects to some input sources and processes the messages it reads (think BizTalk in principle, but not as heavy). For performance and reliability I would like to ...
1
vote
0answers
261 views

MSMQ service is not available in failover cluster

I want to cluster my service and since my service uses the msmq service I have to also cluster the msmq service. I successfully created the cluster and added both my service and msmq service as ...
1
vote
1answer
534 views

Load balancing OR Failover servers for .net application

Scenario I have service written in c#.net. Now on my production environment I want this service to be on 2 different servers for Loadbalancing or failover of one of the server. So for instance if ...
1
vote
6answers
558 views

Book/Resource about setting up load balancing and fail over for Servlet based Java web application

We're creating a web system using Java and Servlet technology (actually Wicket for the presentation layer) and we need our system to be available nearly always as our customers will be quite dependent ...
1
vote
3answers
12k views

SQL Server 2008 Reporting Services on Failover Cluster

When I try to install the Reporting Services on a second node of a failover cluster, I get the following error message: Existing clustered or cluster-prepared instance failed. The instance selected ...
0
votes
0answers
15 views

SQL Server Failover Cluster Log - Unknown Reason for Failure [migrated]

One of our nodes failed with the following errors which indicate a network connectivity issue. I'm hoping someone can shed some light as to what exactly caused the connectivity issue since the logs ...
0
votes
0answers
15 views

Decentralized Clustering library for Java

I am trying to develop a network safe decentralized replication based distributed system. I am looking for a java library with following requirements: Library should be able to initialize the n ...
0
votes
0answers
51 views

Strange CSS issue when using IIS7 failover clustering and Shared Config

I manage a small web farm using Microsoft's High Availability Failover Clustering and IIS7 Shared Configurations. We recently added some sites to this configuration and are encountering a very ...
0
votes
2answers
89 views

MSFC “the Cluster name is not online”

i have a microsoft 2008 failovercluster in my lab with, also, an unproductive dns server. Unfortunately i had a hdd-crash and recover my cluster from backup. But now, in cluster manager i see always ...
0
votes
1answer
406 views

How to start/configure JBoss clustering

I am totally new to JBoss. Basically i am needed to setup a JBoss clustering environment on windows. Meaning, JBossA sits on machine A and JBossB sits on machine B. So when JBossA fails, it will ...
0
votes
1answer
316 views

What happened to “allow application to interact with desktop” checkbox in cluster manager for server 2008?

The cluster managing software for managing clusters on a windows server 2005 cluster had a checkbox for "allow application to interact with desktop" when creating a generic application resource. This ...
0
votes
0answers
246 views

Exchange 2007 two node cluster setup on Windows 2008 Enterprise, install error

I am installing Microsoft Exchange 2007 x64 in a two node environment using Microsoft Windows 2008 Enterprise x64. The Failover Cluster is all setup properly and following best practices for setting ...
0
votes
3answers
1k views

Does each instance of SQL Server on a cluster require its own LUN?

I'm setting up a Misc SQL Cluster (Windows 2008/SQL 2005 & 2008) that will be active/active and have about a dozen SQL instances on it. From the documentation I've read, I can't tell if each SQL ...
0
votes
3answers
3k views

tomcat session replication without multicast

i am planning to use 2 dedicated root servers rented at a hosting provider. those machines will run tomcat 6 in a cluster. if i will add additional machines later on - it is unlikely that they will be ...