Discussion:
Unable to load module "oracleasm" in RH EL AS4
(too old to reply)
Daniel
2005-06-17 01:53:57 UTC
Permalink
Dear all,

I encounter problem during loading oraclease module in AS4, do anyone
encounter similar problem?


[***@fatdb init.d]# ./oracleasm configure
Configuring the Oracle ASM library driver.

This will configure the on-boot properties of the Oracle ASM library
driver. The following questions will determine whether the driver is
loaded on boot and what permissions it will have. The current values
will be shown in brackets ('[]'). Hitting <ENTER> without typing an
answer will keep that current value. Ctrl-C will abort.

Default user to own the driver interface [oracle]: oracle
Default group to own the driver interface [dba]: dba
Start Oracle ASM library driver on boot (y/n) [n]: y
Fix permissions of Oracle ASM disks on boot (y/n) [y]: y
Writing Oracle ASM library driver configuration: [ OK ]
Loading module "oracleasm": Unable to load module "oracleasm"
[FAILED]
[***@fatdb init.d]# rpm -qa | grep oracleasm
oracleasm-2.6.9-5.0.5.EL-2.0.0-1
oracleasmlib-2.0.0-1
oracleasm-support-2.0.0-1
[***@fatdb init.d]# uname -a
Linux fatdb 2.6.9-5.EL #1 Wed Jan 5 19:22:18 EST 2005 i686 athlon i386
GNU/Linux
[***@fatdb init.d]# cat /etc/redhat-release
Red Hat Enterprise Linux AS release 4 (Nahant)
[***@fatdb init.d]#


Regards,
Daniel
Billy
2005-06-17 06:27:29 UTC
Permalink
Post by Daniel
I encounter problem during loading oraclease module in AS4, do anyone
encounter similar problem?
What does lsmod show? Anything in /var/log/messages about why it will
not load?

Have you tried to load it manually using modprobe? Results?

Also, have you ensured that the asm kernel module you have installed
has been built for that exact kernel version?

--
Billy
kail
2005-06-24 05:07:51 UTC
Permalink
I met the same problem.

Please help

[***@linux4 /]# uname -a
Linux linux4 2.6.9-5.EL #1 Wed Jan 5 19:22:18 EST 2005 i686 i686 i386
GNU/Linux

[***@linux4 oracle]# /etc/init.d/oracleasm configure
Configuring the Oracle ASM library driver.

This will configure the on-boot properties of the Oracle ASM library
driver. The following questions will determine whether the driver is
loaded on boot and what permissions it will have. The current values
will be shown in brackets ('[]'). Hitting <ENTER> without
typing an
answer will keep that current value. Ctrl-C will abort.

Default user to own the driver interface [oracle]:
Default group to own the driver interface [dba]:
Start Oracle ASM library driver on boot (y/n) [n]: y
Fix permissions of Oracle ASM disks on boot (y/n) [y]:
Writing Oracle ASM library driver configuration: [ OK ]
Creating /dev/oracleasm mount point: [ OK ]
Loading module "oracleasm": Unable to load module "oracleasm"
[FAILED]
[***@linux4 oracle]# /etc/init.d/oracleasm enable
Writing Oracle ASM library driver configuration: [ OK ]
Loading module "oracleasm": Unable to load module "oracleasm"
[FAILED]
[***@linux4 oracle]# /etc/init.d/oracleasm start
Loading module "oracleasm": Unable to load module "oracleasm


[***@linux4 /]# vi /var/log/messages
Jun 24 12:20:27 linux4 su(pam_unix)[9760]: session closed for user
oracle
Jun 24 12:27:15 linux4 oracleasm: succeeded
Jun 24 12:28:08 linux4 oracleasm: succeeded
Jun 24 12:28:18 linux4 last message repeated 2 times
Jun 24 12:28:19 linux4 modprobe: FATAL: Module oracleasm not found.
Jun 24 12:28:19 linux4 oracleasm: Unable failed
Jun 24 12:33:24 linux4 oracleasm: succeeded
Jun 24 12:33:24 linux4 modprobe: FATAL: Module oracleasm not found.
Jun 24 12:33:24 linux4 oracleasm: Unable failed
Jun 24 12:33:48 linux4 sshd(pam_unix)[2254]: authentication failure;
logname= uid=0 euid=0 tty=ssh ruser= rhost=192.168.20.248 user=root
Loading...