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/29 13:49] 172.26.0.166raid [2009/09/29 14:54] 172.26.0.166
Line 4: Line 4:
   * 3mware hardware RAID   * 3mware hardware RAID
  
-===== Software RAID =====+| 0 | 1 | 2 | 3 | 
 +| 8 | 9 | 10 | 11 | 
 +| 4 | 5 | 6 | 7 | 
 +| 0 | 1 | 2 | 3 |
  
 +===== Software RAID =====
  
 It is currently reporting a degraded array (27 Aug 2009): It is currently reporting a degraded array (27 Aug 2009):
Line 39: Line 43:
 ===== Hardware RAID ===== ===== Hardware RAID =====
  
-There is a utility, tw_cli, which can be used to control the 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.
-The storage on the HPC is using a RAID array. (Level?)+
  
-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.+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 unit is degraded? (u0, u1, u2, etc) 
 +  * Which 
  
 Remove the faulty port: Remove the faulty port:
Line 48: Line 54:
 Insert a new drive and rescan: Insert a new drive and rescan:
 <code>maint rescan</code> <code>maint rescan</code>
 +Rebuild the degraded array:
 <code>maint rebuild c1 u2 p5</code> <code>maint rebuild c1 u2 p5</code>
 +Check the status of the rebuild by monitoring ''/c1 show''
raid.txt · Last modified: 2010/09/19 23:58 by aorth