Changes between Version 9 and Version 10 of LSIMegaRAIDSAS


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

--

Legend:

Unmodified
Added
Removed
Modified
  • LSIMegaRAIDSAS

    v9 v10  
    6464You can write your own script around megasasctl to check your adapter status health periodically.
    6565However, I already did this for you. See megaraid-status below.
     66
     67== 3.2. megaraid-status ==
     68
     69=== 3.2.1. About megaraid-status ===
     70
     71'''megaraidsas-status' is a wrapper script around megactl with periodics checks.
     72[[BR]]It is available in the packages repository too.
     73
     74[[BR]]The packages comes with a python wrapper around megasasctl and an initscript that '''periodic''' run this wrapper to '''check status'''.
     75[[BR]]It keeps a file with latest status and thus is able to detect RAID '''status changes and/or brokeness'''.
     76[[BR]]It will log a ligne to '''syslog''' when something failed and will send you a '''mail'''.
     77[[BR]]Until arrays are healthy again a '''reminder''' will be sent each 2 hours.
     78
     79=== 3.2.2. Wrapper output example ===
     80
     81{{{
     82server:~# megaraidsas-status
     83-- Arrays informations --
     84-- ID   Type    Size    Status
     85a0d0    RAID 1  136GiB  optimal
     86
     87-- Disks informations
     88-- ID   Model                   Status
     89a0e8s0  SEAGATE ST3146854SS     online
     90a0e8s1  SEAGATE ST3146854SS     online
     91}}}