DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD General

OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 24th October 2018
hanzer's Avatar
hanzer hanzer is offline
Real Name: Adam Jensen
just passing through
 
Join Date: Oct 2013
Location: EST USA
Posts: 314
Default MegaRAID 9266-4i

What kind of support does OpenBSD-6.4 have for an LSI MegaRAID 9266-4i card? I have a machine with that card and four 2TB disks configured as a RAID-5. It's currently running Scientific Linux-7.5 but I am considering switching to OpenBSD-6.4 if there is good hardware support.
Reply With Quote
  #2   (View Single Post)  
Old 24th October 2018
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,983
Default

$ apropos lsi uncovered mfi(4), which lists many LSI controllers but not your specific model. If yours is governed by the mfi() driver, you would provision it via bioctl(8).

Edited to add:

The easiest way to determine if the hardware is recognized by the mfi() driver is to boot OpenBSD from pre-installed external storage, such as a USB stick.

There is also the mfii(4) driver, for the SAS Fusion series of controllers. However, your product model number fits more closely with products mentioned in the mfi() man page. Either way, if recognized by mfi() or mfii(), the provisioning and management is through bioctl().

Last edited by jggimi; 24th October 2018 at 05:53 PM.
Reply With Quote
  #3   (View Single Post)  
Old 24th October 2018
hanzer's Avatar
hanzer hanzer is offline
Real Name: Adam Jensen
just passing through
 
Join Date: Oct 2013
Location: EST USA
Posts: 314
Default

I installed OpenBSD-6.4 onto a USB flash device and booted. $ dmesg | grep -i raid reports:
Code:
mfii0 at pci2 dev 0 function 0 "Symbios Logic MegaRAID SAS2208" rev 0x05: msi
mfii0: "LSI MegaRAID SAS 9266-4i", firmware 23.32.0-0009, 1024MB cache
When SL-7.5 is running, $ lspci -vvv | grep -i raid reports:
Code:
02:00.0 RAID bus controller: LSI Logic / Symbios Logic MegaRAID SAS 2208
[Thunderbolt] (rev 05)
        Subsystem: LSI Logic / Symbios Logic MegaRAID SAS 9266-4i
        Kernel driver in use: megaraid_sas
        Kernel modules: megaraid_sas
So it looks like this card uses the SAS2208 chipset and the mfii driver. Woohoo! The backup and install plan begins.

Thanks!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:01 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick