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

Document Information

Preface

OSC40QS 1cl

OSC40QS 1m

scqsd(1M)

OSC40QS 4

Index

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:

0

The command completed successfully.

nonzero

An error occurred.

Attributes

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

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
ha-cluster/service/quorum-server
Stability
Deprecated

See Also

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