Changes between Version 10 and Version 11 of LSIMegaRAID


Ignore:
Timestamp:
09/01/08 11:26:59 (16 years ago)
Author:
Adam Cécile
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LSIMegaRAID

    v10 v11  
    3131= 3. Management and reporting tools =
    3232
     33As theses cards a rather old, many tools exists to monitor and manage them.
     34[[BR]] The first one is an '''opensource''' tool named '''megactl''' which can be used to report controller and disks status.
     35
     36For the '''management''' side,  you can you '''megamgr''', which is a '''proprietary''' utility from LSI.
     37
    3338== 3.1 megactl ==
    3439
     
    4954  * '''-B''': Ignore batttery problems when running -H.[[BR]]In fact megactl can define if your controller has a battery or not.[[BR]]If you don't have one, use this parameter.
    5055
    51 As theses cards a rather old, many tools exists to monitor and manage them.
    52 [[BR]] The first one is an '''opensource''' tool named '''megactl''' which can be used to report controller and disks status.
     56=== 3.1.2 SAS support and periodic checks ===
    5357
    54 For the '''management''' side,  you can you '''megamgr''', which is a '''proprietary''' utility from LSI.
     58SAS support:
     59
     60''megactl'' package includes a ''megasasctl'' command too.
     61[[BR]]It works fine on '''old sas controller''' but fails with the latest one.
     62[[BR]]Please read [wiki:LSIMegaRAIDSAS] for informations about SATA/SAS controllers.
     63
     64Periodic checks:
     65
     66You can write your own script around megactl to check your adapter status health periodically.
     67[[BR]]However, I already did this for you. See '''megaraid-status''' below.
     68
     69
    5570[[BR]]It '''emulates the controller BIOS''' from Linux, which is really nice. However, it cannot be used to script some actions.
    5671[[BR]]That's why you need megactl for periodic health checks.