Install OCFS RPMs error
Hello everyone. Im experimentting the RAC on Centos 3.1 (essentially REHL 3.0). Got the error msgs when i install the OCFS RPMs, see as below.
------------------------start here---------------------
[root@centos02 RAC]# rpm -Uvh ocfs-support-1.0.10-1.i386.rpm
Preparing... ########################################### [100%]
1:ocfs-support ########################################### [100%]
Checking for Red Hat enterprise kernel: [FAILED]
error: %post(ocfs-support-1.0.10-1) scriptlet failed, exit status 1
[root@centos02 RAC]# rpm -Uvh ocfs-2.4.21-EL-1.0.12-1.i686.rpm
Preparing... ########################################### [100%]
1:ocfs-2.4.21-EL ########################################### [100%]
Checking for Red Hat enterprise kernel: [FAILED]
error: %post(ocfs-2.4.21-EL-1.0.12-1) scriptlet failed, exit status 1
--------------------------end-------------------------
Seems that caused by the different kernel version? And then encountered another problem on executing /sbin/load_cfs.
------------------------start here---------------------
[root@centos02 RAC]# /sbin/load_ocfs
/sbin/insmod ocfs node_name=centos02 ip_address=192.168.11.2 cs=1755 guid=F1984463D167F3001B1C00505642C2E0 comm_voting=1 ip_port=7000
Using /lib/modules/2.4.21-EL-ABI/ocfs/ocfs.o
Warning: kernel-module version mismatch
/lib/modules/2.4.21-EL-ABI/ocfs/ocfs.o was compiled for kernel version 2.4.21-4.EL
while this kernel is version 2.4.21-9.0.1.EL.c0
/lib/modules/2.4.21-EL-ABI/ocfs/ocfs.o: unresolved symbol sock_recvmsg_Racb84c2d
/lib/modules/2.4.21-EL-ABI/ocfs/ocfs.o: unresolved symbol irq_stat_R94d0d943
/lib/modules/2.4.21-EL-ABI/ocfs/ocfs.o: unresolved symbol sock_sendmsg_R808aeb7d
/lib/modules/2.4.21-EL-ABI/ocfs/ocfs.o: unresolved symbol sock_release_R95b5793b
/lib/modules/2.4.21-EL-ABI/ocfs/ocfs.o: unresolved symbol sock_create_Raed60fac
load_ocfs: insmod failed
--------------------------end--------------------------
Here is my linux version:
[root@centos02 RAC]# uname -a
Linux centos02 2.4.21-9.0.1.EL.c0 #1 Sat Mar 6 11:08:02 GMT 2004 i686 athlon i386 GNU/Linux
Anyone has greatly remedy? Thanks in advance!!