Hi all,
I'm newbie with Oracle RAC. I've created two VMs on VMWare: RAC1 and RAC2
These VMs has the following configuration:
CentOS 4.8
Oracle Clusterware 10.2.0.1
Oracle Database 10.2.01
I've created the ASM on the two nodes.
But when I try to create the database by using dbca,
I got an Oracle Cluster error, when the step is
"Select the storage mechanism you would like to use for the database".
I choice the ASM, and after some minutes, the I got the following:
Error when starting ASM instance on node rac1: PRKS-1009: Failed
to start ASM instance "+ASM1" on node "rac1", [PRKS-1009: Failed to
start ASM instance "+ASM1" on node "rac1", [CRS-1028]: Dependency
analysis failed because of:
CRS-0223: Resource 'ora.rac1.ASM1.asm' has placement error.]]
[PRKS-1009: Failed to start ASM instance "+ASM1" on node "rac1",
[CRS-1028: Dependency analysis failed because of:
CRS-0223: Resource 'ora.rac1.ASM1.asm' has placement error.]]
When I perform de ps -ef on the node rac1, I can see the
ASM running:
oracle 18883 15690 0 23:44 pts/0 00:00:00 /u01/app/oracle/product/10.2.0/db_1/bin/sqlplus -S
oracle 19037 1 0 23:44 ? 00:00:00 asm_pmon_+ASM1
oracle 19039 1 0 23:44 ? 00:00:04 asm_diag_+ASM1
oracle 19041 1 0 23:44 ? 00:00:00 asm_psp0_+ASM1
oracle 19043 1 1 23:44 ? 00:00:10 asm_lmon_+ASM1
oracle 19045 1 1 23:44 ? 00:00:10 asm_lmd0_+ASM1
oracle 19055 1 1 23:44 ? 00:00:10 asm_lms0_+ASM1
oracle 19078 1 0 23:44 ? 00:00:00 asm_mman_+ASM1
oracle 19080 1 0 23:44 ? 00:00:00 asm_dbw0_+ASM1
oracle 19082 1 0 23:44 ? 00:00:00 asm_lgwr_+ASM1
oracle 19088 1 0 23:44 ? 00:00:00 asm_ckpt_+ASM1
oracle 19090 1 0 23:44 ? 00:00:00 asm_smon_+ASM1
oracle 19092 1 0 23:44 ? 00:00:00 asm_rbal_+ASM1
oracle 19094 1 0 23:44 ? 00:00:01 asm_gmon_+ASM1
oracle 19121 1 0 23:44 ? 00:00:00 asm_lck0_+ASM1
oracle 19303 18883 0 23:44 ? 00:00:00 oracle+ASM1 (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq))
So, I 'm looking for a solution for this, but.
Somebody can help me?
Maybe the ASM already is running, so I don't need of this step?
thank you very much!!!!