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:
and probably it is the latest dd_meagraid_sas.iso file like this:
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:
Gianluca