Monitor hardware RAID on IBM Express x3550 in F9

Bryn M. Reeves bmr at redhat.com
Mon Nov 14 19:59:34 UTC 2011


On 11/14/2011 12:06 PM, Gary Stainburn wrote:
> On Friday 11 November 2011 14:42:47 Morten Stevens wrote:
>> Just try this:
>>
>> modprobe ipmi_devintf
>> modprobe ipmi_si
>>
>> Best regards,
>>
>> Morten
>
> Thanks. This worked fine. How do I make it permenant?

On f15 or later create a file in /etc/modules-load.d, e.g.:

$ cat /etc/modules-load.d/impi.conf
# load ipmi modules at boot
ipmi_devintf
ipmi_si

On older systems you can still use /etc/sysconfig/modules/*.modules 
(contans shell scripts that load modules on boot, see e.g. 
bluez-uinput.modules for an example) or the legacy /etc/rc.modules.

Regards,
Bryn.


More information about the users mailing list