Mise en place d'un quorum server
From Deimos.fr / Bloc Notes Informatique
Contents
1 Introduction
THIS IS NEEDED ONLY FOR A 2 NODES CLUSTER WITHOUT A DISKS ARRAY !
You generally need it when you have 2 servers without a SAN, so you need a third machine with this service installed and launched for your quorum.
2 Installation
Normally the Quorum Server software is installed with the Sun Cluster Software.
3 Configuration
Just configure the file /etc/scqsd/scqsd.conf with this line :
/etc/scqsd/scqsd.conf |
/usr/cluster/lib/sc/scqsd -d /var/scqsd -i quorum_name -p 9001 |
- quorum_name : is the instance name of the quorum server
- 9001 : is the default listening port of quorum server
After that, just launch the quorum server instance :
scadm |
scadm restart svc:/system/cluster/quorumserver:default |