Well the setup was shown in the first e-mail of this thread.

The config is like this:
On quorum server node (node3quorumd)
[ ... /etc/ha.d/quorum ...]
cluster         testcluster
version         2_0_8
interval        1000
timeout         5000
takeover        3000
giveup          2000
nodenum         2
weight          200
[...]

On the nodes:
[.. /etc/ha.d/ha.cf ...]
cluster testcluster
quorum_server node3quorumd
[...]

AND

[ ... /etc/init.d/heartbeat ...]
### Complex Setup for Quorumd
# 2 Nodes with quorum server in three data centers
export HA_quorum=majority:quorumd
# In case we are the LAST surviving node and the whole world burned down
# enable this and restart hearbeat to start the resources anyway
#export HA_quorum=twonodes
### END Complex Setup for Quorumd

case "$1" in
 start)
[...]

The tricky part is the SSL setup. It works if you create certificates with CN=testcluster. I used tinyca for this. This can be found on the http://www.linux-ha.org/QuorumServerGuide site.

I hope this helps,
Robert


Michael Schwartzkopff schrieb:
Please can you send me / post a working setup for the quorum server? Thanks.


_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to