
On Sat, Mar 5, 2022 at 1:32 PM <muhammad.riyaz@ajex.ae> wrote:
here are the details of the RAID controller: Product Name: PERC 6/i Package: 6.2.0-0013 FW Version:1.22.02-0612 BIOS Version: 1.04.00 Ctrl Version: 1.02-015B Boot Block: 1.00.00.01-0011
which ISO should I select from the repo?
You should provide the pci id of the device... Anyway main download link is here: https://elrepo.org/linux/dud/el8/x86_64/ and probably it is the latest dd_meagraid_sas.iso file like this: https://elrepo.org/linux/dud/el8/x86_64/dd-megaraid_sas-07.717.02.00-1.el8_5... I have not an hw like yours, but for example on a PowerEdge R730 with RH EL 8.5: # lspci | grep RAID 03:00.0 RAID bus controller: Broadcom / LSI MegaRAID SAS-3 3108 [Invader] (rev 02) and then query the kernel module used for that ID (03:00.0 in my case): # lspci -k -s 03:00.0 03:00.0 RAID bus controller: Broadcom / LSI MegaRAID SAS-3 3108 [Invader] (rev 02) DeviceName: Integrated RAID Subsystem: Dell PERC H730P Mini Kernel driver in use: megaraid_sas Kernel modules: megaraid_sas See also what discussed here to apply a DUD in the correct way during installation of an oVirt node: https://bugzilla.redhat.com/show_bug.cgi?id=1834298 Gianluca