On this page
Setting up a quorum server
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.
Installation
Normally the Quorum Server software is installed with the Sun Cluster Software.
Configuration
Just configure the file /etc/scqsd/scqsd.conf
with this line:
/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 restart svc:/system/cluster/quorumserver:default
Last updated 26 Jul 2010, 12:07 CEST.