Operating System - HP-UX
1833726 Members
2439 Online
110063 Solutions
New Discussion

Quorum server for multiple clusters

 
amit mehta_2
Regular Advisor

Quorum server for multiple clusters

Hi,

Can i have the same quorum server for multiple clusters at the same time.
i mean to say that Is it possible to have one quorum server resolving cluster reformation conflicts of multiple clusters at the same time ? or it can handle the conflicts for one cluster at a time.

~amit
4 REPLIES 4
Ludovic Derlyn
Esteemed Contributor

Re: Quorum server for multiple clusters

Hi,

Yes it's possible
I have this configuration, i have 6 clusters and 1 quorumserver for all

Regards

L-DERLYN
Steven E. Protter
Exalted Contributor

Re: Quorum server for multiple clusters

Shalom,

Possible. Yes.

Good idea?

Single point of failure that can bring down all your clusters? Thats not high availability.

As I recall you can install quorum server on an inexpensive linux system. I'd recommend having more than 1. 1 for each cluster, thats a business decision.

Shmuel
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
melvyn burnard
Honored Contributor

Re: Quorum server for multiple clusters

certainly possible, lots of site do this.
The only thing to remember is that the cluster nodes must be able to contact the QS via the network whenever an arbitration decision is required, i.e. when exactly 50% of the cluster nodes survive after a failure. If you have a network issue tha tprevents this, it has the same effect as the node being unable to grab the cluster lock disc.
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Stephen Doud
Honored Contributor

Re: Quorum server for multiple clusters

If you are adding a new cluster of nodes to the quorum server:

1) Update /etc/cmcluster/qs_authfile with the new hostnames of each new cluster/node
.
2) Make the quorum server re-read the authentication file:
# /usr/lbin/qs -update

3) Do not restrict network traffic on port 1238 for the new cluster/nodes.