Once upon a time, Gary Heston <
ghe...@hiwaay.net> said:
>Does anyone know if driver files from rhel6/centos6 can be used with
>rhel7/centos7?
As far as I know, no, that won't work. Your best bets:
- Stick with RHEL/CentOS 6 on the older hardware.
- Build the megaraid module(s) (IIRC the later SCSI MegaRAIDs use the
megaraid_mbox+megaraid_mm modules) yourself. This actually isn't too
difficult, especially if you are familiar with source RPMs. You can
take the kernel source RPM (same version as the initial release),
modify the relevant config file to define the right thing to enable
the megaraid module, and then rebuild the binary RPM. Extract the
megaraid module file(s), build a RHEL 7 driver disk (I think they're
still supported with the new anaconda), and go.
Before rebooting, you'll have to manually copy over the module file
and re-run dracut to rebuild the initramfs (the installed kernel
wouldn't have the module). You'll also either have to figure out the
kabi and/or kmod stuff (haven't done this myself) or always rebuild
your own patched kernel RPMs.
--
Chris Adams <
cma...@cmadams.net>