Sun Cluster System Administration Guide for Solaris OS

ProcedureHow to Start a Quorum Server

  1. Become superuser on the host where you want to start the Sun Cluster software.

  2. Use the clquorumserver start command to start the software.


    # /usr/cluster/bin/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 6–11 Starting All Configured Quorum Servers

The following example starts all the configured quorum servers.


# /usr/cluster/bin/clquorumserver start +


Example 6–12 Starting a Specific Quorum Server

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


# /usr/cluster/bin/clquorumserver start 2000