Changes between Version 7 and Version 8 of LSIMegaRAIDSAS


Ignore:
Timestamp:
09/01/08 15:35:57 (16 years ago)
Author:
Adam Cécile
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LSIMegaRAIDSAS

    v7 v8  
    4040
    4141For managing the card there are no alternatives to ''megaclisas''.
     42
     43== 3.1. megactl ==
     44
     45Despites megasasctl doesn't seem to work with recent cards, you should really give it a try.
     46
     47=== 3.1.1. Quickstart and output example ===
     48
     49Print current controller status:
     50{{{
     51server:~# megasasctl
     52a0       PERC 5/i Integrated      encl:1 ldrv:1  batt:good
     53a0d0      136GiB RAID 1   1x2  optimal
     54a0e8s0     136GiB  a0d0  online
     55a0e8s1     136GiB  a0d0  online
     56}}}
     57
     58There are several switches which are interresting:
     59  * '''-H''': Only print lines which are not ok.[[BR]]If nothing is printer, everything is fine
     60  * '''-B''': Ignore batttery problems when running -H.[[BR]]In fact megasasctl can't define if your controller has a battery or not.[[BR]]If you don't have one, use this parameter.