Changes between Version 46 and Version 47 of LSIMegaRAIDSAS


Ignore:
Timestamp:
10/19/12 19:44:11 (12 years ago)
Author:
Adam Cécile
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LSIMegaRAIDSAS

    v46 v47  
    631631
    632632[[BR]]
    633 = 4. BIOS upgrade from a Linux system =
     633
     634= 4. SMART
     635
     636Finally I found the way to read SMART through these MegaRAID cards.
     637The first thing you'll have to do is to list IDs of all your physical disks:
     638{{{
     639server:~# megacli -PDlist -a0 | grep '^Device Id:'
     640Device Id: 0
     641Device Id: 1
     642Device Id: 2
     643Device Id: 3
     644}}}
     645
     646Then you can add this kind of lines to /etc/smartd.conf (don't forget to comment the DEVICESCAN one):
     647{{{
     648# LSI MegaRAID
     649/dev/sda -d sat+megaraid,0 -a -s L/../../3/02
     650/dev/sda -d sat+megaraid,1 -a -s L/../../3/03
     651/dev/sda -d sat+megaraid,2 -a -s L/../../3/04
     652/dev/sda -d sat+megaraid,3 -a -s L/../../3/05
     653}}}
     654
     655Please note you need a recent version of smartmontools.
     6565.38 from Debian Lenny won't work, 5.39.1+svn3124 from Squeeze does.
     657
     658= 5. BIOS upgrade from a Linux system =
    634659
    635660Dell cards can be flashed using firmware-tools.