Hi, folks, Got an older Dell R410, with an LSI 1068E PCI-Express Fusion-MPT SAS (rev 08). It *appears* that a) trying MegaRaid, and b) from what I'm googling, that what I need are mptfusion-related packages. Unfortunately, yum shows me nothing available in base, epel, or rpmfusion. Am I looking for the wrong thing, or does anyone have a source (no, I haven't looked at LSI, sorry Avago's website, which I don't find overly friendly...) mark
On Tue, July 12, 2016 12:19 pm, m.roth at 5-cent.us wrote:> Hi, folks, > > Got an older Dell R410, with an LSI 1068E PCI-Express Fusion-MPT SAS > (rev 08). It *appears* that a) trying MegaRaid, and b) from what I'm > googling, that what I need are mptfusion-related packages. > Unfortunately, yum shows me nothing available in base, epel, or > rpmfusion. Am I looking for the wrong thing, or does anyone have a > source (no, I haven't looked at LSI, sorry Avago's website, which I > don't find overly friendly...) >Hi Mark, I happen to have Dell R410 that runs CentOS 6. Here is what I've got (I'm obliterating hostname below): # uname -a Linux *******.uchicago.edu 2.6.32-642.1.1.el6.x86_64 #1 SMP Tue May 31 21:57:07 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux # lspci 02:00.0 SCSI storage controller: LSI Logic / Symbios Logic SAS1068E PCI-Express Fusion-MPT SAS (rev 08) # lsmod mptsas 51992 9 mptscsih 36638 1 mptsas mptbase 93647 2 mptsas,mptscsih scsi_transport_sas 35588 1 mptsas ... # find /lib/modules/2.6.32-642.1.1.el6.x86_64 -name mptsas\* /lib/modules/2.6.32-642.1.1.el6.x86_64/kernel/drivers/message/fusion/mptsas.ko # rpm -qf /lib/modules/2.6.32-642.1.1.el6.x86_64/kernel/drivers/message/fusion/mptsas.ko kernel-2.6.32-642.1.1.el6.x86_64 As you see, all works for me with stock kernel, no need to fiddle with anything. I hope, this helps. Valeri ++++++++++++++++++++++++++++++++++++++++ Valeri Galtsev Sr System Administrator Department of Astronomy and Astrophysics Kavli Institute for Cosmological Physics University of Chicago Phone: 773-702-4247 ++++++++++++++++++++++++++++++++++++++++
On 7/12/2016 10:19 AM, m.roth at 5-cent.us wrote:> Got an older Dell R410, with an LSI 1068E PCI-Express Fusion-MPT SAS > (rev 08). It*appears* that a) trying MegaRaid, and b) from what I'm > googling, that what I need are mptfusion-related packages. > Unfortunately, yum shows me nothing available in base, epel, or > rpmfusion. Am I looking for the wrong thing, or does anyone have a > source (no, I haven't looked at LSI, sorry Avago's website, which I > don't find overly friendly...)wait, a 1068E is not a megaraid, thats a HBA (host bus adapter) with optional very limited raid in firmware (typically raid0, 1, 10 only). Those have two firmware sets, IR or IT, if your card has the IR firmware, do yourself a favor, find the "IT" Firmware on Avago's webpile, and reflash the card with it, and now its a straight SAS card, your disks are seen as native SAS drives, and you can use linux native mdraid on it (and/or LVM or whatever). I believe the 1068E was used on the SAS3081/3082 cards thats an older SAS1 card, and has 2TB disk limits, I believe, which can't readily be circumvented. Confusing, but to flash these, you need to get the SAS3081ER_Package_P21_IR_IT_Firmware_BIOS_for_MSDOS_Windows, unzip it, and locate the firmware and BIOS files for IT mode, then get the flash2sas utility for Linux to actually flash the files. or flash it using MSDOS (freedos on a usb stick) or using EFI shell (if your system is so endowed). to find this stuff, go here, http://www.avagotech.com/support/download-search select "Legacy Host Bus Adapters", and LSI SAS 3081E-R, and Search... -- john r pierce, recycling bits in santa cruz
Hey, Valeri, Valeri Galtsev wrote:> > On Tue, July 12, 2016 12:19 pm, m.roth at 5-cent.us wrote: >> >> Got an older Dell R410, with an LSI 1068E PCI-Express Fusion-MPT SAS >> (rev 08). It *appears* that a) trying MegaRaid, and b) from what I'm >> googling, that what I need are mptfusion-related packages. >> Unfortunately, yum shows me nothing available in base, epel, or >> rpmfusion. Am I looking for the wrong thing, or does anyone have a >> source (no, I haven't looked at LSI, sorry Avago's website, which I >> don't find overly friendly...) >> > I happen to have Dell R410 that runs CentOS 6. Here is what I've got (I'm > obliterating hostname below): > > # uname -a > Linux *******.uchicago.edu 2.6.32-642.1.1.el6.x86_64 #1 SMP Tue May 31 > 21:57:07 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux > > # lspci > 02:00.0 SCSI storage controller: LSI Logic / Symbios Logic SAS1068E > PCI-Express Fusion-MPT SAS (rev 08)<snip> Ok, I can legitimately claim to being sick (home yesterday, seeing a doc), so that's my excuse for not finishing what I was looking for: I want something like MegaRAID that will understand the drives, so that I can figure out which drive just failed and replace it. There's no blinkinlights, no clue... and based on the two that were *not* light, but were mounted, it's one of the two on the left that *are* lit, and I'm assuming RAID 1 here. Thanks. mark
Hi, John, John R Pierce wrote:> On 7/12/2016 10:19 AM, m.roth at 5-cent.us wrote: >> Got an older Dell R410, with an LSI 1068E PCI-Express Fusion-MPT SAS >> (rev 08). It*appears* that a) trying MegaRaid, and b) from what I'm >> googling, that what I need are mptfusion-related packages. >> Unfortunately, yum shows me nothing available in base, epel, or >> rpmfusion. Am I looking for the wrong thing, or does anyone have a >> source (no, I haven't looked at LSI, sorry Avago's website, which I >> don't find overly friendly...) > > wait, a 1068E is not a megaraid, thats a HBA (host bus adapter) with > optional very limited raid in firmware (typically raid0, 1, 10 only). > Those have two firmware sets, IR or IT, if your card has the IR > firmware, do yourself a favor, find the "IT" Firmware on Avago's > webpile, and reflash the card with it, and now its a straight SAS card, > your disks are seen as native SAS drives, and you can use linux native > mdraid on it (and/or LVM or whatever). I believe the 1068E was used on > the SAS3081/3082 cardsAhhh! Thanks, that's a useful bit of info.> > thats an older SAS1 card, and has 2TB disk limits, I believe, which > can't readily be circumvented. > > Confusing, but to flash these, you need to get the > SAS3081ER_Package_P21_IR_IT_Firmware_BIOS_for_MSDOS_Windows, unzip it, > and locate the firmware and BIOS files for IT mode, then get the > flash2sas utility for Linux to actually flash the files. or flash it > using MSDOS (freedos on a usb stick) or using EFI shell (if your system > is so endowed). > > to find this stuff, go here, > http://www.avagotech.com/support/download-search select "Legacy Host > Bus Adapters", and LSI SAS 3081E-R, and Search... >I'll mention it to my manager. However, much more important is finding something that will tell me *which* drive in a RAID just failed so I can replace it.... mark