Changes between Version 49 and Version 50 of LSIMegaRAIDSAS


Ignore:
Timestamp:
12/03/12 19:56:13 (11 years ago)
Author:
Adam Cécile
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LSIMegaRAIDSAS

    v49 v50  
    514514}}}
    515515
     516==== Expand an array over an additionnal disk ====
     517
     518Thanks to a co-worker, I have now a quick howto.
     519
     520Assuming your new unassigned drive is identified as ![252:3] and you have a RAID5 array identified as L0 (See documentation above to figure out how to find this).
     521
     522Reconfigure the array to add this new drive:
     523{{{
     524server ~ # megacli -LDRecon -Start -r5 -Add -PhysDrv[252:3] -L0 -a0
     525
     526Start Reconstruction of Virtual Drive Success.
     527
     528Exit Code: 0x00
     529}}}
     530
     531Check operation progress:
     532{{{
     533server ~ # megacli -LDInfo -L0 -a0
     534
     535
     536Adapter 0 -- Virtual Drive Information:
     537Virtual Drive: 0 (Target Id: 0)
     538[...]
     539Ongoing Progresses:
     540  Reconstruction           : Completed 40%, Taken 163 min.
     541[...]
     542}}}
     543
    516544=== 3.3.3. Periodic checks ===
    517545