Skip Navigation Links | |
Exit Print View | |
![]() |
Oracle Solaris Cluster Quorum Server Reference Manual Oracle Solaris Cluster 4.0 |
- startup file for the quorum server
/etc/scqsd/scqsd.conf
The /etc/scqsd/scqsd.conf file contains information that allows the clquorumserver command to manage quorum server instances on a machine. Each line in this file has the following format:
full-path-to-quorum-server-binary [-i instancename] [-p portname] [-d quorumdirectory]
Lines beginning with a number sign (#) are treated as comments and ignored. Every line is executed as specified in the file.
See scqsd(1M) for information about specific options.
Example 1 Initial scqsd.conf File
The following screen shows the default contents of the configuration file.
#Copyright 2005 Sun Microsystems, Inc. All rights reserved. #Use is subject to license terms. # #ident "@(#)scqsd.conf 1.4 05/10/10 # #This is the startup for 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-parth-to-quorum-server-binary 9-i instancename] [-p [port] \ # [-d quorumdirectory] # #The minimum requirement to start multiple quorum servers is to #speciry 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 a # are treated as comments and ignored. # /usr/cluster/lib/sc/scqsd -d /var/scqsd -p 9000
scqsd(1M), clquorumserver(1CL)
See attributes(5) for descriptions of the following attributes:
|