Changes between Version 10 and Version 11 of LSIMegaRAID
- Timestamp:
- 09/01/08 11:26:59 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LSIMegaRAID
v10 v11 31 31 = 3. Management and reporting tools = 32 32 33 As 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 36 For the '''management''' side, you can you '''megamgr''', which is a '''proprietary''' utility from LSI. 37 33 38 == 3.1 megactl == 34 39 … … 49 54 * '''-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. 50 55 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 === 53 57 54 For the '''management''' side, you can you '''megamgr''', which is a '''proprietary''' utility from LSI. 58 SAS 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 64 Periodic checks: 65 66 You 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 55 70 [[BR]]It '''emulates the controller BIOS''' from Linux, which is really nice. However, it cannot be used to script some actions. 56 71 [[BR]]That's why you need megactl for periodic health checks.