Quorum Server
From pressy's brainbackup
Installation
QUORUM (PATH=$PATH:/usr/cluster/bin) root@vsol01:~# pkg install ha-cluster-quorum-server-full root@vsol01:~# more /etc/scqsd/scqsd.conf # # Copyright 2005 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # #ident "@(#)scqsd.conf 1.5 08/05/20 SMI" # # This is the startup file for Quorum Server daemons. # Each line in the file starts up an instance of the Quorum Server # daemon. The command must have the following format: # # full-path-to-quorum-server-binary [-i instancename] [-p port] \ # [-d quorumdirectory] # # The minimum requirement to start multiple quorum servers is to # specify a unique port and a unique quorum directory for # each quorum server instance. # # To configure more instances, add commands to this file. # Lines beginning with # are treated as comments and ignored. # /usr/cluster/lib/sc/scqsd -d /var/scqsd -p 9000 root@vsol01:~# clquorumserver show === Quorum Server on port 9000 === Disabled False clquorumserver: (C339181) Quorum server is not yet started on port "9000". root@vsol01:~# clqs start 9000 root@vsol01:~# clquorumserver show === Quorum Server on port 9000 === Disabled False Quorum server on port "9000" is not configured in any cluster. root@vsol01:~#