The failovercluster tag has no wiki summary.
0
votes
0answers
8 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
17 views
How to add non domain computer to cluster [closed]
I have two domains ( x.com and y.com). I had set up Failover cluster and HA SQL Always on feature on x.com.
Now i need to add the computer which is on y.com to x.com Failover cluster as 3rd ...
0
votes
0answers
14 views
Add Virtual Drive in Failover Cluster Manager 2012
Is there any tutorial to configure a virtual drive already created in Hyper-V that has an instance of SQL Server inside with Failover Cluster Manager 2012? I can see the drive in the Disk Management ...
1
vote
0answers
97 views
Avoid loosing Session and ViewState data with Glassfish clustering in a JSF application
We are using this configuration in our clustered application :
glassfish-web.xml :
<session-config>
<session-manager persistence-type="replicated">
<manager-properties>
...
0
votes
0answers
95 views
Windows 2012 Failover Cluster 2 Node Cluster
I have to create a two node Windows 2012 failover cluster. Do I need Active directory installed on another machine ? If yes after cluster created can I remove active directory server ?
0
votes
0answers
23 views
Axis2 clustering
Currently Axis2 clustering supports two types of membership schemes "multicast" and "wka". So I want to know the pros and cons of using those membership schemes.
1
vote
0answers
120 views
Tomcat active passive failover
I'm trying to make my application highly available using active/passive method. I currently deploy the application on a Tomcat server, which could either be hosted on Windows or Linux platform.
So, ...
14
votes
2answers
329 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 ...
0
votes
0answers
206 views
Clarification on using Redis with SignalR, and is Redis Sentinel (failover) supported - how?
I read "How does SignalR.Redis work under the hood?" and the latest documentation on SignalR with Redis Running on a Windows Azure VM, however I would just like some clarification:
A client connects ...
1
vote
2answers
748 views
Is Redis a better option for SignalR scale out over SQL Server, and do each support failover?
In David Fowler's blog, SQL Server has been added to the list of scale out providers for service bus.
I am in the process of implementing Redis on our Windows servers. Based on what I know about ...
2
votes
1answer
171 views
Active-Active high availability design for Windows messaging service?
I'm trying to figure out what's the best way to design a active-active cluster that uses a replicated database. For network load balancing and failover, I can use Windows NLB. For database, I can use ...
0
votes
1answer
65 views
Trying bolster mysql failover
My MYSQL servers are not configured properly with failover. I am thinking of using Redhat cluster or heartbeat. Also, I need to achieve all tasks w/ one floating IP since application does not know ...
0
votes
0answers
107 views
SQL Server 2012 AlwaysOn - Add to availability group automatically
I just got Sql Server 2012 AlwaysOn up and running. Everything is working as planned. However, in my production environment, we have applications that create new databases for us. I then have to ...
0
votes
1answer
404 views
Executing command upon failure of a Windows service/ failover cluster resource [closed]
I'm not sure if this is for Superuser or here — I'm running on [EDIT] Windows Server 2008 Enterprise Edition (SP2). Is there no way to execute something (custom program / script) if a specific Windows ...
0
votes
0answers
40 views
hyper v cluster
I want to create a hyper v cluster.I want to know how to create a hyper v cluster with SCVMM and without SCVMM.
i want step by step procedures to create cluster in SCVMM 2008 in detail from the ...
0
votes
2answers
351 views
tomcat webapp failover
I am working on the high availability aspect of a webapp deployed in tomcat. I require a mechanism for failover such that it should not be apparent to the webapp user and have am looking at tomcat ...
0
votes
0answers
360 views
Oracle failsafe 3.4.2 cluster on windows server 2008 Enterprise r2
I have 2 identical server and a NAS device for shared storage and in our company we want to setup a failover(Active/Passive) cluster. On the other hand my company has an oracle 11g license but we ...
1
vote
1answer
1k views
What is best practice for SQL Server failover cluster database access tier?
In principle an SQL Server failover cluster presents itself as a virtual machine that applications can connect to oblivious to the fact that the SQL Server is actually a cluster of servers, hence, in ...
2
votes
1answer
76 views
Using DiskVolumeInfo (Cluster Failover API)
I found the DiskVolumeInfo property -- I'd like to use it to get some disk information in a clustered setup.
http://msdn.microsoft.com/en-us/library/windows/desktop/bb309235(v=vs.85).aspx
The ...
0
votes
3answers
120 views
what's the effective way of managing session data in java clustering environment?
suppose we have an internet web site with high visits, say, 10M pv per day,
say,
session sticky can not handle failover in a nice way, the users will be impacted;
session replication may cause too ...
1
vote
0answers
516 views
Glassfish 3.1.1 cluster load balancing apache mod_jk windows 7 x64
I am using the following configuration:
Glassfish 3.1.1 (zip version), apache 2.2.22, mod_jk 1.2.32 and Windows 7 x64.
I've got 2 physical machines. On the 1st machine there is DAS, instance 1 of ...
1
vote
0answers
551 views
Glassfish 3.1.1 cluster session replication
I've got problems with session replication on Glassfish 3.1.1 Open Source edition.
There are two physical servers included in on cluster. On the first one there is DAS and instance 1. On the second ...
3
votes
1answer
2k views
Is tomcat clustering only way for session replication?
I tested Tomcat Clustering for session replication on ubuntu servers with apache as front end load balancers. From my testing experience I say it's better not using tomcat clustering but running each ...
0
votes
1answer
163 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 ...
2
votes
0answers
433 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
144 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 ...
16
votes
2answers
4k 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: ...
1
vote
1answer
168 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 ...
0
votes
2answers
219 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 ...
1
vote
1answer
630 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
1answer
448 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 ...
0
votes
1answer
741 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 ...
6
votes
6answers
408 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
544 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). ...
0
votes
1answer
441 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
362 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 ...
1
vote
1answer
933 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 ...
0
votes
3answers
2k 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 ...
1
vote
6answers
866 views
Book/Resource about setting up load balancing and fail over for Servlet based Java web application [closed]
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 ...
2
votes
3answers
10k 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
3answers
4k 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 ...
2
votes
3answers
18k 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 ...