Sun Cluster System Administration Guide for Solaris OS

ProcedureHow to Remove the Last Quorum Device From a Cluster

This procedure removes the last quorum device from a cluster. Use this procedure only if you have a two-node cluster and you are removing the last quorum device. If one of the nodes fails, use the -F option to remove the device. Generally, you should first remove the failed device and then add the replacement quorum device.

Adding a quorum device involves a node reconfiguration, which touches the failed quorum device and panics the machine. The Force option lets you remove the failed quorum device without panicking the machine. The clquorum(1CL) command enables you to remove the device from the configuration. After you remove the failed quorum device, you can add a new device with the clquorum add command. See Adding a Quorum Device.

If the device you intend to remove is not the last quorum device in a two-node cluster, follow the steps in How to Remove a Quorum Device.

The phys-schost# prompt reflects a global-cluster prompt. Perform this procedure on a global cluster.

This procedure provides the long forms of the Sun Cluster commands. Most commands also have short forms. Except for the long and short forms of the command names, the commands are identical. For a list of the commands and their short forms, see Appendix B, Sun Cluster Object-Oriented Commands.

  1. Become superuser or assume a role that provides solaris.cluster.modify RBAC authorization on any node in the cluster.

  2. Remove the quorum device by using the clquorum command. If the quorum device failed, use the -F Force option to remove the failed device.


    # clquorum remove -F qd1
    

    Note –

    You can also place the node to be removed in maintenance state and then remove the quorum device with the clquorum remove quorum command. The clsetup(1CL) cluster administration menu options are not available while the cluster is in install mode. See How to Put a Node Into Maintenance State for more information.


  3. Verify that the quorum device has been removed.


    # clquorum list -v
    

Example 6–6 Removing the Last Quorum Device

This example shows how to put the cluster in maintenance mode and remove the last remaining quorum device in a cluster configuration.


[Become superuser or assume a role that provides solaris.cluster.modify RBAC authorization on any cluster node.]
[Place the cluster in install mode:]
# cluster set -p installmode=enabled
[Remove the quorum device:]
# clquorum remove d3
[Verify that the quorum device has been removed:]
# clquorum list -v
 Quorum         Type
-------         ----
scphyshost-1    node
scphyshost-2    node
scphyshost-3    node