Changes between Version 4 and Version 5 of LSIFusionMPTSAS2
- Timestamp:
- 12/08/10 21:11:45 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LSIFusionMPTSAS2
v4 v5 8 8 9 9 The FusionMPT SAS2 is a low-end card from LSI. It replaces the Fusion MPT cards. 10 [[BR]]It only supports RAID0 and RAID1 an can usually be found in many 1U rackmount servers which have only two disks drives. However, I must admit I'm not sure yet there's no RAID5 adapter with th oses chips.10 [[BR]]It only supports RAID0 and RAID1 an can usually be found in many 1U rackmount servers which have only two disks drives. However, I must admit I'm not sure yet there's no RAID5 adapter with theses chips. 11 11 [[BR]]Even it's not full of features theses card appear to work fine and are supported by an '''opensource Linux driver'''. 12 12 [[BR]]A proprietary monitoring tool is available but it nearly offers '''no management features'''. … … 19 19 20 20 There are many more mpt* drivers in Linux kernel. 21 [[BR]]Some s seems to be required dependencies. Others looks like being real driverbut we haven't used them yet.21 [[BR]]Some seem to be required dependencies. Others look like being real drivers but we haven't used them yet. 22 22 23 23 ''mpt2sas'' has been added to Linux kernel '''from 2.6.30 release'''. Thus, it should be available in all '''recent (2010+) Linux distributions'''. … … 26 26 Some ''lspci -nn'' output examples: 27 27 28 * 01:00.0 Serial Attached SCSI controller ![0107]: LSI Logic / Symbios Logic SAS2008 PCI-Express Fusion-MPT SAS-2 [Falcon] ![1000:0072] (rev 02) '' Dell PERC H200''28 * 01:00.0 Serial Attached SCSI controller ![0107]: LSI Logic / Symbios Logic SAS2008 PCI-Express Fusion-MPT SAS-2 [Falcon] ![1000:0072] (rev 02) '''Dell PERC H200''' 29 29 [[BR]] 30 30 = 3. Management and reporting tools = 31 31 32 32 There's no opensource tool for theses new cards. 33 [[BR]]However, LSI provide a '''command line management tool''' named sas2ircu. Management features are really '''basic''', so it's better to use isas a '''reporting tool''' only.33 [[BR]]However, LSI provides a '''command line management tool''' named sas2ircu. Management features are really '''basic''', so it's better to use it as a '''reporting tool''' only. 34 34 35 35 == 3.1. sas2ircu == … … 104 104 == 3.2. sas2ircu-status == 105 105 106 sas2ircu-status is a package I wrote by myself. It includes a python wrapper around tw_clicommand and an initscript which daemonize the launch of the wrapper.[[BR]]106 sas2ircu-status is a package I wrote by myself. It includes a python wrapper around sas2ircu command and an initscript which daemonize the launch of the wrapper.[[BR]] 107 107 It also handles failure detection and report it by mail and syslog. It also handle unexpected output changes and reminders until the status is fine again. 108 108 … … 126 126 }}} 127 127 128 '''I haven't been able to really test it yet, so please use it carefully and contact me if you have a server on which oneyou are able to do some testing (plug disks, unplug, create hotspare...)'''128 '''I haven't been able to really test it yet, so please use it carefully and contact me if you have a server on which you are able to do some testing (plug disks, unplug, create hotspare...)''' 129 129 [[BR]]Use the [http://hwraid.le-vert.net/newticket ticket system] to contact me. 130 130