Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Quorum drives

Status
Not open for further replies.

chiph

Programmer
Jun 9, 1999
9,878
US
<br>
I was looking at one of the sample configurations in the Netfinity configurator, and IBM was using a fibre channel RAID adapter that had a mirrored set of quorum drives. What are quorum drives used for?<br>
<br>
The actual configuration shown was: 8 Netfinity model 7000M10 servers redundantly connected to two fibre channel hubs, each of which was connected to a fibre channel RAID controller (also redundant), and each RAID channel (6 in total, 3 per controller) was connected to a EXP15 drive chassis. There were a total of 58 hotswap 18.2Gb drives, with two more dedicated as quorum drives.<br>
<br>
I'm not thinking of building one of these terabyte monsters, just curious. Thanks for any help.<br>
<br>
Chip H.<br>

 
To answer my own question:<br>
<br>
Quorum drives are used in clustering implementations to determine the cluster configuration. Whichever machine has possesion of the quorum drive is the master, and is "in charge". If one of the other machines in the cluster determine the master is no longer responding to client requests (via a "heartbeat" network request being unanswered, or other means), it will issue a SCSI or Fibre-Channel reset command, and if the master doesn't assert itself in a fixed time period (typically 10 seconds), the non-master machine in the cluster promotes itself to master and takes control of the quorum drives. Processing resumes. In Microsoft's implementation, any uncommitted database transactions will be lost, but other implementations (Tandem? Compaq/DEC?) don't have this limitation.<br>
<br>
Quorum drives are typically mirrored for redundancy, whereas the other "storage" drives are usually RAID-5.<br>
<br>
Chip H.<br>

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top