Go to main content

Oracle® Solaris Cluster 4.3 System Administration Guide

Exit Print View

Updated: June 2017
 
 

How to Start a Quorum Server

  1. Assume the root role on the host where you want to start the Oracle Solaris Cluster software.
  2. Use the clquorumserver start command to start the software.
    # clquorumserver start quorumserver
    quorumserver

    Identifies the quorum server. You can use the port number on which the quorum server listens. If you provided an instance name in the configuration file, you can use the name instead.

    To start a single quorum server, provide either the instance name or port number. To start all quorum servers, when you have multiple quorum servers configured, use the + operand.

Example 62  Starting All Configured Quorum Servers

The following example starts all the configured quorum servers.

# clquorumserver start +
Example 63  Starting a Specific Quorum Server

The following example starts the quorum server that listens on port number 2000.

# clquorumserver start 2000