Home | History | Annotate | Download | only in man1m
 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 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
scqsd 1M "6 February 2006" "Sun Cluster 3.2" "System Administration Commands"
NAME
scqsd - quorum server daemon
SYNOPSIS

/usr/cluster/lib/sc/scqsd [-i instance] [-p port-number]
[-d quorum-directory]
DESCRIPTION

The scqsd daemon starts automatically when the node is booted. Installing the SUNWscqsr package sets up a startup file, /etc/scqsd/scqsd.conf, which contains information for starting a single quorum server using default values. See the scqsd.conf(4) man page for the format of this configuration file. Installing the package also adds an entry to the /etc/services file. This entry specifies the default port number to be used by the quorum server. If you need multiple quorum servers on the same machine, then create one entry per instance in the /etc/scqsd/scqsd.conf file.

You specify options such as port number and quorum directory in the configuration file. To start multiple quorum servers, you must provide at least a unique port number and a unique quorum directory for each instance of the quorum server.

The use of a startup file enables administrators to start and stop different instances of the quorum server through a single script. For details about starting and stopping the daemon on the command line, see the clquorumserver(1CL) man page.

EXAMPLES

Example 1 Starting a Quorum Server

The following command starts a quorum server listening on port 2000.

# clquorumserver start 2000

Example 2 Stopping All Quorum Servers

The following command stops all configured quorum servers.

# clquorumserver stop
EXIT STATUS

The following exit values are returned:

.na 0 .ad The command completed successfully.

.na nonzero .ad An error occurred.

ATTRIBUTES

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

ATTRIBUTE TYPEATTRIBUTE VALUE
AvailabilitySUNWscqs
StabilityDeprecated
SEE ALSO

Intro(1CL), clquorumserver(1CL), scconf_quorum_dev_quorum_server(1M), scqsd.conf(4)