Home | History | Annotate | Download | only in man4
 te
CDDL HEADER START

The contents of this file are subject to the terms of the
Common Development and Distribution License (the "License").
You may not use this file except in compliance with the License.

You can obtain a copy of the license at CDDL.txt
or http://www.opensolaris.org/os/licensing.
See the License for the specific language governing permissions
and limitations under the License.

When distributing Covered Code, include this CDDL HEADER in each
file and include the License file at CDDL.txt.
If applicable, add the following below this CDDL HEADER, with the
fields enclosed by brackets "[]" replaced with your own identifying
information: Portions Copyright [yyyy] [name of copyright owner]

CDDL HEADER END
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
scqsd.conf 4 "9 Jun 2004" "Sun Cluster 3.2" "Sun Cluster File Formats"
NAME
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 TYPEATTRIBUTE VALUE
AvailabilitySUNWscqs
Stabilityevolving