Link to home
Start Free TrialLog in
Avatar of erudans
erudansFlag for Latvia

asked on

Cannot start oracle asmlib on rhel53

Hello experts,

Cannot start oracleasm on linux.

 The thing is that I have pretty old kernel (do not have access to update network at this moment), and I cannot find asmlib for same kernel version from oracle site. I try now to use pervieos version of asmlib, oracleasm-2.6.18-92.1.22...

uname -r
2.6.18-120.el5

Ive spoken with linux admins, they told that they cannot update linux to kernel version where asmlib is supported. They said that can update to latest version only, and I affraid that I cannot find proper asmlib version. What do you think?

Thanks in advance! Error log follows
Avatar of erudans
erudans
Flag of Latvia image

ASKER

[root@rhel51 ~]# oracleasm init
Loading module "oracleasm": failed
Unable to load module "oracleasm"


[root@rhel51 ~]# rpm -qa | grep oracleasm
oracleasmlib-2.0.4-1.el5
oracleasm-2.6.18-92.1.22.el5-2.0.5-1.el5
oracleasm-support-2.1.3-1.el5


[root@rhel51 ~]# uname -r
2.6.18-120.el5

[root@rhel51 ~]# tail -10 /var/log/messages
Sep 16 17:51:49 rhel51 tpvmlpd[4708]: device type not supported
Sep 16 17:52:04 rhel51 tpvmlpd[4724]: device type not supported
Sep 16 17:52:12 rhel51 modprobe: FATAL: Module oracleasm not found.
Sep 16 17:52:19 rhel51 tpvmlpd[4733]: device type not supported
Sep 16 17:52:34 rhel51 tpvmlpd[4748]: device type not supported
Sep 16 17:52:49 rhel51 tpvmlpd[4749]: device type not supported
Sep 16 17:53:04 rhel51 tpvmlpd[4763]: device type not supported
Sep 16 17:53:19 rhel51 tpvmlpd[4768]: device type not supported
Sep 16 17:53:19 rhel51 tpvmlpd[3244]: aborting
Sep 16 18:03:52 rhel51 modprobe: FATAL: Module oracleasm not found.





ASKER CERTIFIED SOLUTION
Avatar of it-rex
it-rex

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of erudans

ASKER

Ive got centos 5.3 image with kernel .18-128 with matching asmlib.
Asmlib started perfectly.