Sun Cluster 3.0 System Administration Guide

4.1.2 How to Remove a Quorum Device

When a quorum disk is removed, it no longer participates in the voting to establish quorum. Note that all two-node clusters require that at least one quorum device be configured. If this is the last quorum device on a cluster, scconf(1M) will fail to remove the device from the configuration.


Note -

If the device you intend to remove is the last quorum device in the cluster, see the procedure "4.1.3 How to Remove the Last Quorum Device From a Cluster".


  1. Become superuser on a node in the cluster.

  2. Determine the quorum device to be removed.


    # scconf -pv | grep Quorum
    
  3. Execute the scsetup(1M) utility.


    # scsetup
    

    The Main Menu appears.

  4. Access the Quorum Menu by entering 1 (Quorum) to work with the quorum device.

  5. Remove the quorum device by entering 2 (Remove a quorum disk).

    Answer the questions displayed during the removal process.

  6. Quit scsetup.

  7. Verify that the quorum device is removed.


    # scstat -q
    

4.1.2.1 Example--Removing a Quorum Device

This example shows how to remove a quorum device from a cluster with two or more quorum devices configured.


[Become superuser on a node and place the node to be removed in maintenance state.]
[Determine the quorum device to be removed:]
# scconf -pv | grep Quorum
[Execute the scsetup utility:]
# scsetup
[Select option 1:]
*** Main Menu ***
    Please select from one of the following options:
      1) Quorum
       ...
    Option:  1
[Select option 2:]
*** Quorum Menu ***
    Please select from one of the following options:
       ...
      2) Remove a quorum disk
       ...
    Option:  2
[Answer the questions when prompted:]
 >>> Remove a Quorum Disk <<<
    ...
    Is it okay to continue (yes/no) [yes]? <Return>
    Which quorum disk do you want to remove (d<N>)?  d4
    Is it okay to proceed with the update (yes/no) [yes]? <Return>
 
scconf -r -q globaldev=d4
 
    Command completed successfully.
    Hit ENTER to continue: 
[Quit the scsetup Quorum Menu and Main Menu:]
    ...
    Option:  q
[Verify the quorum device is removed:]
# scstat -q
 
-- Quorum Summary --
 
  Quorum votes possible:      3
  Quorum votes needed:        2
  Quorum votes present:       3
 
-- Quorum Votes by Node --
 
                    Node Name           Present Possible Status
                    ---------           ------- -------- ------
  Node votes:       phys-schost-1       1        1       Online
  Node votes:       phys-schost-2       1        1       Online
 
-- Quorum Votes by Device --
 
                 Device Name         Present Possible Status  Owner
                 -----------         ------- -------- ------  -----
  Device votes:  /dev/did/rdsk/d3s2  1        1       Online  phys-schost-1