IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 1 and Version 2 of HowToCheckTheRaid


Ignore:
Timestamp:
Oct 25, 2011, 11:31:23 AM (15 years ago)
Author:
Serge CHASTEL
Comment:

Added show verifystatus / rebuildstatus

Legend:

Unmodified
Added
Removed
Modified
  • HowToCheckTheRaid

    v1 v2  
    11Here's how to check the raid on ifaps1 (which also works on some of the other machines).
    22
    3 as Root:
     3'''as root''', to get the controller id:
    44
    55{{{
    66[root@ifaps1 ~]$ /usr/local/bin/tw_cli info
    7 
    87Ctl   Model        (V)Ports  Drives   Units   NotOpt  RRate   VRate  BBU
    98------------------------------------------------------------------------
    109c4    9650SE-24M8  24        24       2       0       5       1      OK       
    11 
    1210}}}
    1311
    14 then you can find out more information on the ctl associated with that raid (in this case, c4):
     12then you can find out more information on the ctl associated with that raid (in this case, ''c4''):
    1513
    1614{{{
    17 
    1815[root@ifaps1 ~]$ /usr/local/bin/tw_cli /c4 show
    19 
    2016Unit  UnitType  Status         %RCmpl  %V/I/M  Stripe  Size(GB)  Cache  AVrfy
    2117------------------------------------------------------------------------------
     
    5349---------------------------------------------------------------------------
    5450bbu   On           Yes       OK        OK       OK       199    15-Feb-2011 
    55 
    5651}}}
    5752
    5853This raid is OK.
     54
     55When the raid array is being verified:
     56{{{
     57root# /usr/local/bin/tw_cli /c5/u0 show verifystatus
     58}}}
     59
     60When the raid array is being rebuilt:
     61{{{
     62root# /usr/local/bin/tw_cli show rebuildstatus
     63}}}