Eu tenho um servidor executando o RHEL 5.5 com o EMC PowerPath instalado. Devido ao requisito de segurança, tive que atualizar o kernel para uma versão mais nova. Infelizmente, não estava ciente do impacto da atualização no EMC PowerPath. Após a atualização, o servidor não pode mais carregar os módulos do kernel do PowerPath.
Então, eu rebaixei para o kernel original. Ainda assim, os módulos do kernel se recusaram a carregar.
Eu tentei carregar os módulos manualmente, mas receba o seguinte erro.
[root@cvoapd05 EMCpower.LINUX-5.3.1.02.00]# modprobe emcp
FATAL: Error inserting emcp (/lib/modules/2.6.18-194.32.1.el5/powerpath/emcp.ko): Device or resource busy
Os arquivos .ko ainda estão no caminho "/lib/modules/2.6.18-194.32.1.el5/powerpath", e os tamanhos e datas dos arquivos permanecem inalterados.
Existe alguma maneira que eu possa me recuperar desse problema?
grub.conf:
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,0)
# kernel /vmlinuz-version ro root=/dev/cciss/c0d0p8
# initrd /initrd-version.img
#boot=/dev/cciss/c0d0
# default=0 # commented out by Proliant HBA install script
default=0
fallback=1
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Red Hat Enterprise Linux Server (2.6.18-194.32.1.el5)
root (hd0,0)
kernel /vmlinuz-2.6.18-194.32.1.el5 ro root=LABEL=/ rhgb quiet crashkernel=1024M@16M
initrd /initrd-2.6.18-194.32.1.el5.img
title Red Hat Enterprise Linux Server (2.6.18-194.el5)
root (hd0,0)
kernel /vmlinuz-2.6.18-194.el5 ro root=LABEL=/ rhgb quiet crashkernel=1024M@16M
initrd /initrd-2.6.18-194.el5.img
# This entry (no. 1) added by Proliant HBA install script
# in package cpq_cciss-3.6.26-5.rhel5
title HP-2.6.18-194.el5
root (hd0,0)
kernel /vmlinuz-2.6.18-194.el5 ro root=LABEL=/ rhgb quiet crashkernel=1024M@16M
initrd /HP-initrd-2.6.18-194.el5.img