Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle ASM Problem
It might be the wrong version that I had but it was not the version 1
of ASM. Here is how I fixed it.
[root_at_whp-lindbmon software]# rpm -qa | grep -i asm
oracleasm-2.6.9-22.EL-2.0.0-1
oracleasmlib-2.0.1-1
oracleasm-support-2.0.1-1 oracleasm-2.6.9-11.0.0.10.3.EL-2.0.0-1 oracleasm-2.6.9-34.EL-2.0.1-1[root_at_whp-lindbmon software]# rpm -e oracleasmlib-2.0.1-1
[root_at_whp-lindbmon software]# rpm -e oracleasm-2.6.9-22.EL-2.0.0-1
oracleasm-support >= 2.0.0 is needed by (installed) oracleasm-2.6.9-11.0.0.10.3.EL-2.0.0-1.i686 oracleasm-support >= 2.0.0 is needed by (installed) oracleasm-2.6.9-34.EL-2.0.1-1.i686
[root_at_whp-lindbmon software]# rpm -e
oracleasm-2.6.9-11.0.0.10.3.EL-2.0.0-1.i686
-rw-r--r-- 1 oracle dba 22662 Aug 17 09:32 oracleasm-support-2.0.3-1.i386.rpm -rw-r--r-- 1 oracle dba 12948 Aug 17 09:32oracleasmlib-2.0.2-1.i386.rpm
-rw-r--r-- 1 oracle dba 128136 Aug 17 09:32 oracleasm-2.6.9-34.0.2.ELsmp-2.0.2-1.i686.rpm -rw-r--r-- 1 oracle dba 121497 Aug 17 09:32 oracleasm-2.6.9-34.0.2.ELhugemem-2.0.2-1.i686.rpm -rw-r--r-- 1 oracle dba 125671 Aug 17 09:32 oracleasm-2.6.9-34.0.2.EL-2.0.2-1.i686.rpm
Preparing... ###########################################
[100%]
1:oracleasm-support ###########################################
Preparing... ###########################################
1:oracleasm-2.6.9-34.0.2.###########################################
Preparing... ###########################################
[100%]
1:oracleasmlib ###########################################
Preparing... ###########################################
1:oracleasm-2.6.9-34.0.2.###########################################
Preparing... ###########################################
1:oracleasm-2.6.9-34.0.2.###########################################
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]: y
Writing Oracle ASM library driver configuration: [ OK ] Loading module "oracleasm": [ OK ] Mounting ASMlib driver filesystem: [ OK ] Scanning system for ASM disks: [ OK ][root_at_whp-lindbmon software]#
[root_at_whp-lindbmon software]#
[root_at_whp-lindbmon software]#
Marking disk "/dev/sda10" as an ASM disk: [ OK ]
Marking disk "/dev/sda11" as an ASM disk: [ OK ]
Marking disk "/dev/sda12" as an ASM disk: [ OK ]
and I was back in business... Received on Thu Aug 17 2006 - 09:48:00 CDT