User Tools

Site Tools


raid

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
raid [2009/09/30 05:11] 172.26.0.166raid [2009/10/13 05:31] 172.26.0.166
Line 65: Line 65:
 ===== Hardware RAID ===== ===== Hardware RAID =====
  
-There is a utility, tw_cli, which can be used to control the hardware raid.  The hardware RAID has three arrays, all RAID 5.  Each "unit" (rowis one array.+A 3ware 9500S SATA RAID card using the 3w-9xxx kernel module.  It has 12 channels.  The HPC is configured to use RAID5 for all of its RAID arrays on the hardware RAID
 + 
 +==== Physical Disk Layout ==== 
 + 
 +We have one RAID controller, 'c1'.  Disks are plugged into ports, 'p1' - 'p11' The disks are then grouped into units (basically the rows), 'u0' - 'u2'.
  
 | Port 8 | Port 9 | Port 10 | Port 11 | | Port 8 | Port 9 | Port 10 | Port 11 |
 | Port 4 | Port 5 | Port 6 | Port 7 | | Port 4 | Port 5 | Port 6 | Port 7 |
 | Port 0 | Port 1 | Port 2 | Port 3 | | Port 0 | Port 1 | Port 2 | Port 3 |
 +
 +==== Repairing 'degraded' arrays ====
 +
 +There is a utility, tw_cli, which can be used to control/monitor the hardware raid controller.
  
 Study the output of ''show'' to know which controller to manage.  Then you can use ''/c1 show'' to show the status of that particular controller.  Things to look for: Study the output of ''show'' to know which controller to manage.  Then you can use ''/c1 show'' to show the status of that particular controller.  Things to look for:
   * Which controller is active? (c0, c1, etc)   * Which controller is active? (c0, c1, etc)
   * Which unit is degraded? (u0, u1, u2, etc)   * Which unit is degraded? (u0, u1, u2, etc)
-  * Which +  * Which port is inactive or missing? (p1, p5, etc) 
 + 
 +<note warning>The controller supports hot swapping but you **must** remove a faulty drive through the ''tw_cli'' tool before you can swap drives.</note>
  
 Remove the faulty port: Remove the faulty port:
raid.txt · Last modified: 2010/09/19 23:58 by aorth