Changes between Version 11 and Version 12 of SmartArray


Ignore:
Timestamp:
12/23/08 13:23:52 (15 years ago)
Author:
Adam Cécile
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SmartArray

    v11 v12  
    6363This command will print status of all arrays. You need to query all controllers (if you have more than one) but query the first logical drive only is fine (otherwise you will have duplicated lines).
    6464[[BR]]That's why you should really use ''/dev/cciss/c*d0''.
     65
     66Please have a look to the manpage to read more about the possible status.
     67[[BR]]In example:
     68{{{
     69"OK." (0) - The logical drive is in good working order.
     70
     71"FAILED." (1) - The logical drive has failed, and no i/o to it is poosible.
     72
     73"Using interim recovery mode." (3) - One or more drives has failed,
     74       but not so many that the logical drive can no longer operate.  The failed drives should be replaced as soon as possible.
     75
     76"Ready for recovery operation." (4) -  Failed drive(s) have been
     77       replaced, and the controller is about to begin rebuilding redundant parity data.
     78
     79"Currently recovering." (5) - Failed drive(s) have been replaced,
     80       and the controller is currently rebuilding redundant parity information.
     81[...]
     82}}}