JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris Cluster Quorum Server Reference Manual     Oracle Solaris Cluster 3.3 3/13
search filter icon
search icon

Document Information

Preface

SC32QS 1cl

SC32QS 1m

OSC33QS 4

scqsd.conf(4)

Index

scqsd.conf

- startup file for the quorum server

Synopsis

/etc/scqsd/scqsd.conf 

Description

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.

Examples

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

See Also

scqsd(1M), clquorumserver(1CL)

Attributes

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
SUNWscqs
Stability
evolving