Oracle 10gR2 RAC EE 10.2.0.5 problem with one node.

Hi, I have an Oracle Rac 10gR2 10.2.0.5 EE on SLES 10 on ibm ppc. My problem is that in crs don't appear that database is start in one instance. However the database is start when I use srvctl or sqlplus
crsctl query crs softwareversion
CRS active version on the cluster is [10.2.0.5.0]
crsctl query crs activeversion
CRS active version on the cluster is [10.2.0.5.0]
oracle@agripa:/u01/oracle/app/product/102_64/crs/bin> ./srvctl config database
ELIO3
oracle@agripa:/u01/oracle/app/product/102_64/crs/bin> ./srvctl status database -d ELIO3
La instancia ELIO32 se está ejecutando en el nodo julia
La instancia ELIO31 no se está ejecutando en el nodo agripa
agripa:/u01/oracle/app/product/102_64/crs/bin # ./crs_stat -t
Nombre         Tipo           Destino   Estado    Host
ora....31.inst application    ONLINE    OFFLINE
ora....32.inst application    ONLINE    ONLINE    julia
ora.ELIO3.db   application    ONLINE    ONLINE    julia
ora....PA.lsnr application    ONLINE    OFFLINE
ora....PA.lsnr application    ONLINE    OFFLINE
ora.agripa.gsd application    ONLINE    OFFLINE
ora.agripa.ons application    ONLINE    OFFLINE
ora.agripa.vip application    ONLINE    ONLINE    agripa
ora....IA.lsnr application    ONLINE    ONLINE    julia
ora.julia.gsd  application    ONLINE    ONLINE    julia
ora.julia.ons  application    ONLINE    ONLINE    julia
ora.julia.vip  application    ONLINE    ONLINE    julia
oracle@agripa:/u01/oracle/app/product/102_64/app/bin> ./srvctl start instance -d ELIO3 -i ELIO31
PRKP-1001 : Error al iniciar la instancia ELIO31 en el nodo agripaThis command show an error, however the database is up.
oracle@agripa:/u01/oracle/app/product/102_64/app/bin> sqlplus / as sysdba
SQL*Plus: Release 10.2.0.5.0 - Production on Mié Sep 26 09:32:25 2012
Copyright (c) 1982, 2010, Oracle.  All Rights Reserved.
Conectado a:
Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - Production
With the Partitioning, Real Application Clusters, OLAP, Data Mining
and Real Application Testing options
SQL> select * from v$active_instances;
INST_NUMBER INST_NAME
          2 julia:ELIO32
          4 agripa:ELIO31
SQL>But crs, don't show it.
agripa:/u01/oracle/app/product/102_64/crs/bin # ./crs_stat -t
Nombre         Tipo           Destino   Estado    Host
ora....31.inst application    ONLINE    OFFLINE
ora....32.inst application    ONLINE    ONLINE    julia
ora.ELIO3.db   application    ONLINE    ONLINE    julia
ora....PA.lsnr application    ONLINE    OFFLINE
ora....PA.lsnr application    ONLINE    OFFLINE
ora.agripa.gsd application    ONLINE    OFFLINE
ora.agripa.ons application    ONLINE    OFFLINE
ora.agripa.vip application    ONLINE    ONLINE    agripa
ora....IA.lsnr application    ONLINE    ONLINE    julia
ora.julia.gsd  application    ONLINE    ONLINE    julia
ora.julia.ons  application    ONLINE    ONLINE    julia
ora.julia.vip  application    ONLINE    ONLINE    juliaSome logs...
oracle@agripa:/u01/oracle/app/product/102_64/app/log/agripa/racg> cat ora.ELIO3.ELIO31.inst.log
2012-09-26 09:35:45.108: [ COMMCRS][53473856]clsc_connect: (0x40002a0a6c0) no listener at (ADDRESS=(PROTOCOL=ipc)(KEY=ora_crsqs))
2012-09-26 09:36:15.150: [    RACG][173648] [2346][173648][ora.ELIO3.ELIO31.inst]: end for resource = ora.ELIO3.ELIO31.inst, action = rundetach, status = -1, time = 300.600s
agripa:/u01/oracle/app/product/102_64/crs/bin # ls -ltrach /var/tmp/.oracle/
total 512
srwxrwxrwx 1 oracle oinstall   0 2012-09-24 08:28 sagripaDBG_CSSD
srwxrwxrwx 1 oracle oinstall   0 2012-09-24 08:28 sOracle_CSS_LclLstnr_crs_3
srwxrwxrwx 1 oracle oinstall   0 2012-09-24 08:28 sOCSSD_LL_agripa_crs
srwxrwxrwx 1 oracle oinstall   0 2012-09-24 08:28 sagripaDBG_EVMD
srwxrwxrwx 1 oracle oinstall   0 2012-09-24 08:28 sCagripa_crs_evm
srwxrwxrwx 1 oracle oinstall   0 2012-09-24 08:28 sAagripa_crs_evm
srwxrwxrwx 1 oracle oinstall   0 2012-09-24 09:46 s#3633.2
srwxrwxrwx 1 oracle oinstall   0 2012-09-24 09:46 s#3633.1
srwxrwxrwx 1 oracle oinstall   0 2012-09-24 10:00 s#11308.1
srwxrwxrwx 1 oracle oinstall   0 2012-09-24 10:03 s#11308.2
drwxrwxrwt 8 root   root     232 2012-09-26 09:24 ..
srwxrwxrwx 1 oracle oinstall   0 2012-09-26 09:30 sora_racg_ELIO3_agripa
srwxrwxrwx 1 oracle oinstall   0 2012-09-26 09:35 sSYSTEM.evm.acceptor.auth
srwxrwxrwx 1 root   root       0 2012-09-26 09:35 sagripaDBG_CRSD
srwxrwxrwx 1 root   root       0 2012-09-26 09:40 sCRSD_UI_SOCKET
srwxrwxrwx 1 root   root       0 2012-09-26 09:45 sora_crsqs
srwxrwxrwx 1 root   root       0 2012-09-26 09:45 sprocr_local_conn_0_PROC
srwxrwxrwx 1 oracle oinstall   0 2012-09-26 09:45 sOCSSD_LL_agripa_
drwxrwxrwt 2 root   root     640 2012-09-26 09:45 .
oracle@agripa:/u01/oracle/app/product/102_64/app/log/agripa/racg> cat imon_ELIO3.log
2012-09-26 09:30:41.047: [    RACG][173648] [1100][173648][ora.ELIO3.ELIO31.inst]: racgimon started
2012-09-26 09:31:06.174: [    RACG][70660672] [1100][70660672][ora.ELIO3.ELIO31.inst]:
SQL*Plus: Release 10.2.0.5.0 - Production on Wed Sep 26 09:30:42 2012
Copyright (c) 1982, 2010, Oracle.  All Rights Reserved.
Enter user-name: Connected to an idle instance.
SQL> ORACLE instance started.
Total System Global Area 8589934592 bytes
2012-09-26 09:31:06.174: [    RACG][70660672] [1100][70660672][ora.ELIO3.ELIO31.inst]: Fixed Size                   2109992 bytes
Variable Size            1358958040 bytes
Database Buffers         7214202880 bytes
Redo Buffers               14663680 bytes
Base de datos montada.
Base de datos abierta.
2012-09-26 09:31:06.174: [    RACG][70660672] [1100][70660672][ora.ELIO3.ELIO31.inst]: SQL> Desconectado de Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - Production
With the Partitioning, Real Application Clusters, OLAP, Data Mining
and Real Application Testing options
2012-09-26 09:31:06.404: [    RACG][70660672] [1100][70660672][ora.ELIO3.ELIO31.inst]: clsrcexecut: env _USR_ORA_PFILE=/u01/oracle/app/product/102_64/crs/racg/tmp/ora.ELIO3.ELIO31.inst.ora
2012-09-26 09:31:06.404: [    RACG][70660672] [1100][70660672][ora.ELIO3.ELIO31.inst]: clsrcexecut: cmd = /u01/oracle/app/product/102_64/app/bin/racgeut -e _USR_ORA_DEBUG=0 -e ORACLE_SID=ELIO31 540 /u01/oracle/app/product/102_64/app/bin/racgmdb -q
2012-09-26 09:31:06.404: [    RACG][70660672] [1100][70660672][ora.ELIO3.ELIO31.inst]: clsrcexecut: rc = 3, time = 0.230s
2012-09-26 09:31:07.196: [  OCRMSG][70660672]prom_rpc: CLSC send failure..ret code 11
2012-09-26 09:31:07.196: [  OCRMSG][70660672]prom_rpc: possible OCR retry scenario
2012-09-26 09:31:07.254: [  OCRAPI][70660672]procr_open: Node Failure. Attempting retry #0
2012-09-26 09:31:07.528: [  OCRCLI][70660672]oac_reconnect_server: Could not connect to server. clsc ret 9
2012-09-26 09:31:07.584: [  OCRAPI][70660672]procr_open: Node Failure. Attempting retry #1
2012-09-26 09:31:07.847: [  OCRCLI][70660672]oac_reconnect_server: Could not connect to server. clsc ret 9
2012-09-26 09:31:07.904: [  OCRAPI][70660672]procr_open: Node Failure. Attempting retry #2
2012-09-26 09:31:08.178: [  OCRCLI][70660672]oac_reconnect_server: Could not connect to server. clsc ret 9
2012-09-26 09:31:08.235: [  OCRAPI][70660672]procr_open: Node Failure. Attempting retry #3
2012-09-26 09:31:08.488: [  OCRCLI][70660672]oac_reconnect_server: Could not connect to server. clsc ret 9
2012-09-26 09:31:08.544: [  OCRAPI][70660672]procr_open: Node Failure. Attempting retry #4
2012-09-26 09:31:08.808: [  OCRCLI][70660672]oac_reconnect_server: Could not connect to server. clsc ret 9
2012-09-26 09:31:08.865: [  OCRAPI][70660672]procr_open: Node Failure. Attempting retry #5
2012-09-26 09:31:08.971: [    RACG][70660672] [1100][70660672][ora.ELIO3.ELIO31.inst]: clsrcsetenvvar: set env var 'ORACLE_CONFIG_HOME' to be '/u01/oracle/app/product/102_64/crs/'
2012-09-26 09:31:09.767: [    RACG][70660672] [1100][70660672][ora.ELIO3.ELIO31.inst]: clsrcqryapi: crs_qstat error
2012-09-26 09:36:14.709: [  OCRMSG][148804160]prom_rpc: CLSC send failure..ret code 11
2012-09-26 09:36:14.709: [  OCRMSG][148804160]prom_rpc: possible OCR retry scenario
2012-09-26 09:36:14.768: [  OCRAPI][148804160]procr_open: Node Failure. Attempting retry #0
agripa:/u01/oracle/app/product/102_64/crs/bin # ./crs_getperm ora.ELIO3.ELIO32.inst
Nombre: ora.ELIO3.ELIO32.inst
owner:oracle:rwx,pgrp:oinstall:rwx,other::r--,
agripa:/u01/oracle/app/product/102_64/crs/bin # ./crs_getperm ora.ELIO3.ELIO31.inst
Nombre: ora.ELIO3.ELIO31.inst
owner:oracle:rwx,pgrp:oinstall:rwx,other::r--,I try to stop instance with srvctl but instance don't stop.
oracle@agripa:/u01/oracle/app/product/102_64/app/bin> ./srvctl stop instance -d ELIO3 -i ELIO31
oracle@agripa:/u01/oracle/app/product/102_64/app/bin> sqlplus / as sysdba
SQL*Plus: Release 10.2.0.5.0 - Production on Mié Sep 26 09:42:24 2012
Copyright (c) 1982, 2010, Oracle.  All Rights Reserved.
Conectado a:
Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - Production
With the Partitioning, Real Application Clusters, OLAP, Data Mining
and Real Application Testing options
SQL>How can I fix it?
How can I do to srvctl works fine and crs show that database is start??
Thanks you very much!!!

My database in another node (julia) was started with sqlplus
sqlplus / as sysdba
startup open;The crsd.log appears the follow
2012-09-24 11:36:56.798: [ CRSMAIN][174064]0CRS Daemon Started.
2012-09-24 11:36:56.798: [ CRSMAIN][363782720]0Starting runCommandServer for (UI = 1, E2E = 0). 0
2012-09-24 11:36:56.798: [ CRSMAIN][365879872]0Starting runCommandServer for (UI = 1, E2E = 0). 1
2012-09-26 09:30:40.776: [  CRSRES][380703296]0startRunnable: setting CLI values
2012-09-26 09:30:40.814: [  CRSRES][380703296]0Attempting to start `ora.ELIO3.ELIO31.inst` on member `agripa`
2012-09-26 09:30:54.931: [ default][174064][ENTER]0
Oracle Database 10g CRS Release 10.2.0.5.0 Production Copyright 1996, 2004, Oracle.  All rights reserved
2012-09-26 09:30:54.931: [ default][174064]0CRS Daemon Starting
2012-09-26 09:30:54.932: [ CRSMAIN][174064]0Checking the OCR device
2012-09-26 09:30:54.935: [ CRSMAIN][174064]0Connecting to the CSS Daemon
2012-09-26 09:30:55.238: [  CLSVER][174064]0Active Version from OCR:10.2.0.5.0
2012-09-26 09:30:55.238: [  CLSVER][174064]0Active Version and Software Version are same
2012-09-26 09:30:55.238: [ CRSMAIN][174064]0Initializing OCR
2012-09-26 09:30:55.254: [  OCRRAW][174064]proprioo: for disk 0 (/u01/oracle/1020_64/voting1/ocr), id match (1), my id set (1616921495,1352295226) total id sets (1), 1st set (1616921495,1352295226), 2nd set (0,0) my votes (1), total votes (2)
2012-09-26 09:30:55.254: [  OCRRAW][174064]proprioo: for disk 1 (/u01/oracle/1020_64/voting2/ocr), id match (1), my id set (1616921495,1352295226) total id sets (1), 1st set (1616921495,1352295226), 2nd set (0,0) my votes (1), total votes (2)
2012-09-26 09:30:55.286: [    CRSD][174064]0ENV Logging level for Module: allcomp  0
2012-09-26 09:30:55.289: [    CRSD][174064]0ENV Logging level for Module: default  0
2012-09-26 09:30:55.292: [    CRSD][174064]0ENV Logging level for Module: COMMCRS  0
2012-09-26 09:30:55.294: [    CRSD][174064]0ENV Logging level for Module: COMMNS  0
2012-09-26 09:30:55.297: [    CRSD][174064]0ENV Logging level for Module: CRSUI  0
2012-09-26 09:30:55.300: [    CRSD][174064]0ENV Logging level for Module: CRSCOMM  0
2012-09-26 09:30:55.303: [    CRSD][174064]0ENV Logging level for Module: CRSRTI  0
2012-09-26 09:30:55.306: [    CRSD][174064]0ENV Logging level for Module: CRSMAIN  0
2012-09-26 09:30:55.309: [    CRSD][174064]0ENV Logging level for Module: CRSPLACE  0
2012-09-26 09:30:55.312: [    CRSD][174064]0ENV Logging level for Module: CRSAPP  0
2012-09-26 09:30:55.315: [    CRSD][174064]0ENV Logging level for Module: CRSRES  0
2012-09-26 09:30:55.317: [    CRSD][174064]0ENV Logging level for Module: CRSOCR  0
2012-09-26 09:30:55.320: [    CRSD][174064]0ENV Logging level for Module: CRSTIMER  0
2012-09-26 09:30:55.323: [    CRSD][174064]0ENV Logging level for Module: CRSEVT  0
2012-09-26 09:30:55.326: [    CRSD][174064]0ENV Logging level for Module: CRSD  0
2012-09-26 09:30:55.329: [    CRSD][174064]0ENV Logging level for Module: CLUCLS  0
2012-09-26 09:30:55.332: [    CRSD][174064]0ENV Logging level for Module: CLSVER  0
2012-09-26 09:30:55.335: [    CRSD][174064]0ENV Logging level for Module: OCRRAW  0
2012-09-26 09:30:55.338: [    CRSD][174064]0ENV Logging level for Module: OCROSD  0
2012-09-26 09:30:55.341: [    CRSD][174064]0ENV Logging level for Module: CSSCLNT  0
2012-09-26 09:30:55.343: [    CRSD][174064]0ENV Logging level for Module: OCRAPI  0
2012-09-26 09:30:55.346: [    CRSD][174064]0ENV Logging level for Module: OCRUTL  0
2012-09-26 09:30:55.349: [    CRSD][174064]0ENV Logging level for Module: OCRMSG  0
2012-09-26 09:30:55.352: [    CRSD][174064]0ENV Logging level for Module: OCRCLI  0
2012-09-26 09:30:55.355: [    CRSD][174064]0ENV Logging level for Module: OCRCAC  0
2012-09-26 09:30:55.358: [    CRSD][174064]0ENV Logging level for Module: OCRSRV  0
2012-09-26 09:30:55.360: [    CRSD][174064]0ENV Logging level for Module: OCRMAS  0
2012-09-26 09:30:55.360: [ CRSMAIN][174064]0Filename is /u01/oracle/app/product/102_64/crs/crs/init/agripa.pid
[  clsdmt][299713088]Listening to (ADDRESS=(PROTOCOL=ipc)(KEY=agripaDBG_CRSD))
2012-09-26 09:30:55.383: [ CRSMAIN][174064]0Using Authorizer location: /u01/oracle/app/product/102_64/crs/crs/auth/
2012-09-26 09:30:55.401: [ CRSMAIN][174064]0Initializing RTI
2012-09-26 09:30:55.436: [CRSTIMER][316899904]0Timer Thread Starting.
2012-09-26 09:30:55.438: [  CRSRES][174064]0Parameter SECURITY = 1, running in USER Mode
2012-09-26 09:30:55.438: [ CRSMAIN][174064]0Initializing EVMMgr
2012-09-26 09:30:55.526: [ CRSMAIN][174064]0CRSD locked during state recovery, please wait.
2012-09-26 09:30:56.003: [  CRSRES][174064]0ora.agripa.vip check shows ONLINE
2012-09-26 09:30:56.121: [ CRSMAIN][174064]0CRSD recovered, unlocked.
2012-09-26 09:30:56.122: [ CRSMAIN][174064]0QS socket on: (ADDRESS=(PROTOCOL=ipc)(KEY=ora_crsqs))
2012-09-26 09:30:56.122: [ CRSMAIN][174064]0QS socket on: (ADDRESS=(PROTOCOL=ipc)(KEY=ora_crsqs))
2012-09-26 09:30:56.130: [ CRSMAIN][174064]0CRSD UI socket on: (ADDRESS=(PROTOCOL=ipc)(KEY=CRSD_UI_SOCKET))
2012-09-26 09:30:56.133: [ CRSMAIN][174064]0E2E socket on: (ADDRESS=(PROTOCOL=tcp)(HOST=agripa-priv)(PORT=49896))
2012-09-26 09:30:56.133: [ CRSMAIN][174064]0Starting Threads
2012-09-26 09:30:56.134: [ CRSMAIN][174064]0CRS Daemon Started.
2012-09-26 09:30:56.134: [ CRSMAIN][362721856]0Starting runCommandServer for (UI = 1, E2E = 0). 0
2012-09-26 09:30:56.134: [ CRSMAIN][364819008]0Starting runCommandServer for (UI = 1, E2E = 0). 1
2012-09-26 09:31:08.582: [ default][174064][ENTER]0
Oracle Database 10g CRS Release 10.2.0.5.0 Production Copyright 1996, 2004, Oracle.  All rights reserved
2012-09-26 09:31:08.582: [ default][174064]0CRS Daemon Starting
2012-09-26 09:31:08.583: [ CRSMAIN][174064]0Checking the OCR device
2012-09-26 09:31:08.585: [ CRSMAIN][174064]0Connecting to the CSS Daemon
2012-09-26 09:31:08.885: [  CLSVER][174064]0Active Version from OCR:10.2.0.5.0
2012-09-26 09:31:08.885: [  CLSVER][174064]0Active Version and Software Version are same
2012-09-26 09:31:08.885: [ CRSMAIN][174064]0Initializing OCR
2012-09-26 09:31:08.891: [  OCRRAW][174064]proprioo: for disk 0 (/u01/oracle/1020_64/voting1/ocr), id match (1), my id set (1616921495,1352295226) total id sets (1), 1st set (1616921495,1352295226), 2nd set (0,0) my votes (1), total votes (2)
2012-09-26 09:31:08.891: [  OCRRAW][174064]proprioo: for disk 1 (/u01/oracle/1020_64/voting2/ocr), id match (1), my id set (1616921495,1352295226) total id sets (1), 1st set (1616921495,1352295226), 2nd set (0,0) my votes (1), total votes (2)
2012-09-26 09:31:08.934: [    CRSD][174064]0ENV Logging level for Module: allcomp  0
2012-09-26 09:31:08.937: [    CRSD][174064]0ENV Logging level for Module: default  0
2012-09-26 09:31:08.940: [    CRSD][174064]0ENV Logging level for Module: COMMCRS  0
2012-09-26 09:31:08.942: [    CRSD][174064]0ENV Logging level for Module: COMMNS  0
2012-09-26 09:31:08.945: [    CRSD][174064]0ENV Logging level for Module: CRSUI  0
2012-09-26 09:31:08.948: [    CRSD][174064]0ENV Logging level for Module: CRSCOMM  0
2012-09-26 09:31:08.964: [    CRSD][174064]0ENV Logging level for Module: CRSRTI  0
2012-09-26 09:31:08.970: [    CRSD][174064]0ENV Logging level for Module: CRSMAIN  0
2012-09-26 09:31:08.973: [    CRSD][174064]0ENV Logging level for Module: CRSPLACE  0
2012-09-26 09:31:08.976: [    CRSD][174064]0ENV Logging level for Module: CRSAPP  0
2012-09-26 09:31:08.979: [    CRSD][174064]0ENV Logging level for Module: CRSRES  0
2012-09-26 09:31:08.982: [    CRSD][174064]0ENV Logging level for Module: CRSOCR  0
2012-09-26 09:31:08.985: [    CRSD][174064]0ENV Logging level for Module: CRSTIMER  0
2012-09-26 09:31:08.988: [    CRSD][174064]0ENV Logging level for Module: CRSEVT  0
2012-09-26 09:31:08.991: [    CRSD][174064]0ENV Logging level for Module: CRSD  0
2012-09-26 09:31:08.994: [    CRSD][174064]0ENV Logging level for Module: CLUCLS  0
2012-09-26 09:31:08.997: [    CRSD][174064]0ENV Logging level for Module: CLSVER  0
2012-09-26 09:31:08.999: [    CRSD][174064]0ENV Logging level for Module: OCRRAW  0
2012-09-26 09:31:09.002: [    CRSD][174064]0ENV Logging level for Module: OCROSD  0
2012-09-26 09:31:09.005: [    CRSD][174064]0ENV Logging level for Module: CSSCLNT  0
2012-09-26 09:31:09.008: [    CRSD][174064]0ENV Logging level for Module: OCRAPI  0
2012-09-26 09:31:09.011: [    CRSD][174064]0ENV Logging level for Module: OCRUTL  0
2012-09-26 09:31:09.014: [    CRSD][174064]0ENV Logging level for Module: OCRMSG  0
2012-09-26 09:31:09.017: [    CRSD][174064]0ENV Logging level for Module: OCRCLI  0
2012-09-26 09:31:09.020: [    CRSD][174064]0ENV Logging level for Module: OCRCAC  0
2012-09-26 09:31:09.023: [    CRSD][174064]0ENV Logging level for Module: OCRSRV  0
2012-09-26 09:31:09.026: [    CRSD][174064]0ENV Logging level for Module: OCRMAS  0
2012-09-26 09:31:09.026: [ CRSMAIN][174064]0Filename is /u01/oracle/app/product/102_64/crs/crs/init/agripa.pid
[  clsdmt][303034944]Listening to (ADDRESS=(PROTOCOL=ipc)(KEY=agripaDBG_CRSD))
2012-09-26 09:31:09.057: [ CRSMAIN][174064]0Using Authorizer location: /u01/oracle/app/product/102_64/crs/crs/auth/
2012-09-26 09:31:09.072: [ CRSMAIN][174064]0Initializing RTI
2012-09-26 09:31:09.094: [CRSTIMER][319812160]0Timer Thread Starting.
2012-09-26 09:31:09.096: [  CRSRES][174064]0Parameter SECURITY = 1, running in USER Mode
2012-09-26 09:31:09.096: [ CRSMAIN][174064]0Initializing EVMMgr
2012-09-26 09:31:09.198: [ CRSMAIN][174064]0CRSD locked during state recovery, please wait.
2012-09-26 09:31:09.728: [  CRSRES][174064]0ora.agripa.vip check shows ONLINE
2012-09-26 09:31:09.846: [ CRSMAIN][174064]0CRSD recovered, unlocked.
2012-09-26 09:31:09.847: [ CRSMAIN][174064]0QS socket on: (ADDRESS=(PROTOCOL=ipc)(KEY=ora_crsqs))
2012-09-26 09:31:09.847: [ CRSMAIN][174064]0QS socket on: (ADDRESS=(PROTOCOL=ipc)(KEY=ora_crsqs))
2012-09-26 09:31:09.855: [ CRSMAIN][174064]0CRSD UI socket on: (ADDRESS=(PROTOCOL=ipc)(KEY=CRSD_UI_SOCKET))
2012-09-26 09:31:09.858: [ CRSMAIN][174064]0E2E socket on: (ADDRESS=(PROTOCOL=tcp)(HOST=agripa-priv)(PORT=49896))
2012-09-26 09:31:09.859: [ CRSMAIN][174064]0Starting Threads
2012-09-26 09:31:09.859: [ CRSMAIN][174064]0CRS Daemon Started.
2012-09-26 09:31:09.859: [ CRSMAIN][364917312]0Starting runCommandServer for (UI = 1, E2E = 0). 0
2012-09-26 09:31:09.859: [ CRSMAIN][367014464]0Starting runCommandServer for (UI = 1, E2E = 0). 1
2012-09-26 09:35:44.874: [ default][174064][ENTER]0
Oracle Database 10g CRS Release 10.2.0.5.0 Production Copyright 1996, 2004, Oracle.  All rights reserved
2012-09-26 09:35:44.874: [ default][174064]0CRS Daemon Starting
2012-09-26 09:35:44.875: [ CRSMAIN][174064]0Checking the OCR device
2012-09-26 09:35:44.877: [ CRSMAIN][174064]0Connecting to the CSS Daemon
2012-09-26 09:35:45.186: [  CLSVER][174064]0Active Version from OCR:10.2.0.5.0
2012-09-26 09:35:45.186: [  CLSVER][174064]0Active Version and Software Version are same
2012-09-26 09:35:45.186: [ CRSMAIN][174064]0Initializing OCR
2012-09-26 09:35:45.201: [  OCRRAW][174064]proprioo: for disk 0 (/u01/oracle/1020_64/voting1/ocr), id match (1), my id set (1616921495,1352295226) total id sets (1), 1st set (1616921495,1352295226), 2nd set (0,0) my votes (1), total votes (2)
2012-09-26 09:35:45.202: [  OCRRAW][174064]proprioo: for disk 1 (/u01/oracle/1020_64/voting2/ocr), id match (1), my id set (1616921495,1352295226) total id sets (1), 1st set (1616921495,1352295226), 2nd set (0,0) my votes (1), total votes (2)
2012-09-26 09:35:45.236: [    CRSD][174064]0ENV Logging level for Module: allcomp  0
2012-09-26 09:35:45.242: [    CRSD][174064]0ENV Logging level for Module: default  0
2012-09-26 09:35:45.245: [    CRSD][174064]0ENV Logging level for Module: COMMCRS  0
2012-09-26 09:35:45.247: [    CRSD][174064]0ENV Logging level for Module: COMMNS  0
2012-09-26 09:35:45.250: [    CRSD][174064]0ENV Logging level for Module: CRSUI  0
2012-09-26 09:35:45.253: [    CRSD][174064]0ENV Logging level for Module: CRSCOMM  0
2012-09-26 09:35:45.256: [    CRSD][174064]0ENV Logging level for Module: CRSRTI  0
2012-09-26 09:35:45.259: [    CRSD][174064]0ENV Logging level for Module: CRSMAIN  0
2012-09-26 09:35:45.262: [    CRSD][174064]0ENV Logging level for Module: CRSPLACE  0
2012-09-26 09:35:45.265: [    CRSD][174064]0ENV Logging level for Module: CRSAPP  0
2012-09-26 09:35:45.269: [    CRSD][174064]0ENV Logging level for Module: CRSRES  0
2012-09-26 09:35:45.273: [    CRSD][174064]0ENV Logging level for Module: CRSOCR  0
2012-09-26 09:35:45.276: [    CRSD][174064]0ENV Logging level for Module: CRSTIMER  0
2012-09-26 09:35:45.279: [    CRSD][174064]0ENV Logging level for Module: CRSEVT  0
2012-09-26 09:35:45.282: [    CRSD][174064]0ENV Logging level for Module: CRSD  0
2012-09-26 09:35:45.285: [    CRSD][174064]0ENV Logging level for Module: CLUCLS  0
2012-09-26 09:35:45.288: [    CRSD][174064]0ENV Logging level for Module: CLSVER  0
2012-09-26 09:35:45.291: [    CRSD][174064]0ENV Logging level for Module: OCRRAW  0
2012-09-26 09:35:45.293: [    CRSD][174064]0ENV Logging level for Module: OCROSD  0
2012-09-26 09:35:45.297: [    CRSD][174064]0ENV Logging level for Module: CSSCLNT  0
2012-09-26 09:35:45.300: [    CRSD][174064]0ENV Logging level for Module: OCRAPI  0
2012-09-26 09:35:45.302: [    CRSD][174064]0ENV Logging level for Module: OCRUTL  0
2012-09-26 09:35:45.305: [    CRSD][174064]0ENV Logging level for Module: OCRMSG  0
2012-09-26 09:35:45.308: [    CRSD][174064]0ENV Logging level for Module: OCRCLI  0
2012-09-26 09:35:45.311: [    CRSD][174064]0ENV Logging level for Module: OCRCAC  0
2012-09-26 09:35:45.314: [    CRSD][174064]0ENV Logging level for Module: OCRSRV  0
2012-09-26 09:35:45.318: [    CRSD][174064]0ENV Logging level for Module: OCRMAS  0
2012-09-26 09:35:45.318: [ CRSMAIN][174064]0Filename is /u01/oracle/app/product/102_64/crs/crs/init/agripa.pid
[  clsdmt][303034944]Listening to (ADDRESS=(PROTOCOL=ipc)(KEY=agripaDBG_CRSD))
2012-09-26 09:35:45.341: [ CRSMAIN][174064]0Using Authorizer location: /u01/oracle/app/product/102_64/crs/crs/auth/
2012-09-26 09:35:45.361: [ CRSMAIN][174064]0Initializing RTI
2012-09-26 09:35:45.391: [CRSTIMER][319812160]0Timer Thread Starting.
2012-09-26 09:35:45.393: [  CRSRES][174064]0Parameter SECURITY = 1, running in USER Mode
2012-09-26 09:35:45.393: [ CRSMAIN][174064]0Initializing EVMMgr
2012-09-26 09:35:45.481: [ CRSMAIN][174064]0CRSD locked during state recovery, please wait.
2012-09-26 09:35:45.956: [  CRSRES][174064]0ora.agripa.vip check shows ONLINE
2012-09-26 09:35:46.097: [ CRSMAIN][174064]0CRSD recovered, unlocked.
2012-09-26 09:35:46.098: [ CRSMAIN][174064]0QS socket on: (ADDRESS=(PROTOCOL=ipc)(KEY=ora_crsqs))
2012-09-26 09:35:46.098: [ CRSMAIN][174064]0QS socket on: (ADDRESS=(PROTOCOL=ipc)(KEY=ora_crsqs))
2012-09-26 09:35:46.105: [ CRSMAIN][174064]0CRSD UI socket on: (ADDRESS=(PROTOCOL=ipc)(KEY=CRSD_UI_SOCKET))
2012-09-26 09:35:46.109: [ CRSMAIN][174064]0E2E socket on: (ADDRESS=(PROTOCOL=tcp)(HOST=agripa-priv)(PORT=49896))
2012-09-26 09:35:46.109: [ CRSMAIN][174064]0Starting Threads
2012-09-26 09:35:46.109: [ CRSMAIN][174064]0CRS Daemon Started.
2012-09-26 09:35:46.109: [ CRSMAIN][364896832]0Starting runCommandServer for (UI = 1, E2E = 0). 0
2012-09-26 09:35:46.109: [ CRSMAIN][366993984]0Starting runCommandServer for (UI = 1, E2E = 0). 1
2012-09-26 09:36:09.889: [  CRSRES][381674048]0CRS-1002: Resource 'ora.ELIO3.db' is already running on member 'julia'
2012-09-26 09:47:41.288: [  CRSRES][379576896]0ora.ELIO3.ELIO31.inst target set to OFFLINE before stop action
2012-09-26 09:47:41.288: [  CRSRES][379576896]0StopResource: setting CLI values
2012-09-26 09:47:41.355: [  CRSRES][379576896]0Target set to OFFLINE for `ora.ELIO3.ELIO31.inst`
2012-09-26 09:47:42.266: [  CRSRES][379576896]0`ora.ELIO3.ELIO31.inst` is already OFFLINE.
2012-09-26 09:47:43.278: [  CRSRES][379576896]0`ora.ELIO3.ELIO31.inst` is already OFFLINE.
2012-09-26 09:47:44.286: [  CRSRES][379576896]0`ora.ELIO3.ELIO31.inst` is already OFFLINE.
2012-09-26 09:47:45.298: [  CRSRES][379576896]0`ora.ELIO3.ELIO31.inst` is already OFFLINE.PD: Excuseme for the long text about crsd.log, but I don't know how can I attach a file.
Thanks you very much!!.

Similar Messages

  • Solaris 10 + Oracle 10gR2 RAC question

    Hello everyone
    Has anyone come across the case where the CRS services of Oracle cause
    the public interface to get turned off and then restored at random
    time intervals? To elaborate, we have a 2 node cluster database.
    Solaris 10, Oracle 10gR2 RAC with patch 10.2.0.3 applied. No SUN
    clustering is involved. When the cluster software is down (nodeapps,
    asm, database instances all down) /var/adm/messages show nothing. When
    we start nodeapps on the 2 nodes(thus initiating some form of
    communication between the nodes), at random time intervals we get
    "interface ce0 turned off and interface ce0 restored" in /var/adm/
    messages. When we check the status of the RAC, we see that one node's
    vip has been assigned to the other. This on/off behaviour of the NIC
    can be eliminated only if we continuously PING it from a another
    client in the network.
    As a matter of fact, the RAC and the RDBMS work perfectly when we keep
    pinging the 2 nodes from an other client on the network. We even
    managed to run a long batch job, distributed on cluster managed
    services on the 2 instances, and it completed after 9 hours without
    any problems.
    Does anyone have a hint on this behaviour? Is there some sort of
    timeout for the network cards? Some power saving features? Googling
    around I came across the new Containers feature available on Solaris
    10. Is there a way that I can verify that either RAC or the RDBMS is
    running in "container" mode ( since the solaris and Oracle
    installation was not performed by me)? Any other ideas?
    Thank you for reading

    Im an Oracle guy - not the SA type -
    But on ours - the SA configured this cluster incorrectly. We use veritas. instead of making ipmp groups for the interfaces - he built the cluster according to veritas docs. That is - he has two publics - on difference interfaces and different privates on different interfaces. oracle can only two interfaces - no matter if its a ipmp group or a device name. one is used for private- the other is used for public - So sure the veritas cluster filesystems will survive - but the Oracle Cluster will not - nodes will reboot -
    Is your system set up incorrectly as i described above? if it is - a quick test would be - turn down the other interfaces - and only leave the two interfaces you mention above up that you configured for Oracle CRS
    This other sharp sa was able to go through the arp table and see duplicate IPs - and the routing was attempted via an interface that oracle doesnt see. You can not define two different interfaces public - and two different interfaces for private -

  • Oracle 10gR2 RAC - ASM question

    Hi
    I have a question regarding the ASM storage. Let says I have a system here running Oracle 10gR2 RAC and would like to add a new/extend the current DATA disk group with more disk space. How do I do that? will it affect the existing data stored inside there?

    So to add a little more to the discussion. Let's say your storage administrator presents you a LUN and is nice enough to add a partition of say 7G. (/dev/sdo1).
    Now you need to take /dev/sdo1 stamp it and alter your storage group.
    For illustration purposes I shall use rac1 and rac2 as my dual instance RAC and add to the asm group ARCH.
    As root on rac1
    /etc/init.d/oracleasm createdisk ARCH2 /dev/sdo1
    then run
    /etc/init.d/oracleasm listdisks
    to make sure ARCH2 shows up.
    On rac2 you run
    /etc/init.d/oracleasm listdisks
    You don't see ARCH2 so then run
    /etc/init.d/oracleasm scandisks
    then
    /etc/init.d/oracleasm listdisks
    Now you should see ARCH2
    Ok the asm stamps are in sync now.
    Back to rac1
    su - oracle
    set ORACLE_SID to asm instance and use sqlplus
    sqlplus / as sysasm
    If you query V$ASM_DISK you will see your disk with a header_status of PROVISIONED
    that's good ...
    NOw while still in sqlplus
    Let's bump up the asm_power_limit so rebalancing runs faster
    alter system set asm_power_limit=5 scope=both ;
    If your asm instance are sharing the same spfile you only need do this on one instance; otherwise run the command both on all asm instances.
    Lastly
    ALTER DISKGROUP ARCH ADD DISK 'ORCL:ARCH2' ;
    Now you can query V$ASM_OPERATION and watch ASM do it's magic of rebalancing.
    That's it. All done while the DB is up and running.
    How does that work for you?
    -JR jr

  • Upgrade Oracle 10gR2 RAC to 11gR2 RAC

    Hi Gurus,
    I got a requirement to upgrade my existing environment from Oracle 10gR2 RAC to 11gR2 RAC. My environment details are as follows
    Operating system RHEL 5.5
    Cluster version 10.2.0.4
    ASM version 10.2.0.4
    Database version 10.2.0.4
    Storage HP EVA (Multipathing)
    Could any one please specify the links or documents to complete this task!
    Thanks & Regards,
    Venkat

    HI!
    In my practise we have hardware to move 10g -> 11g.
    We upgrade our DB's -> install Grid 11g on new server, move DB 10g, Upgrade 10g -> 11g.
    You should work on this topic's:
    Oracle® Database Upgrade Guide 11g Release 2 (11.2)
    NEW FEATURES 11gr2
    Complete Checklist for Manual Upgrades to 11gR2
    Oracle Recommended Patches
    Oracle Clusterware - ASM - Database Version Compatibility
    How to Download and Run Oracle's Database Pre-Upgrade Utility
    Best Practices to Minimize Downtime During Upgrade
    Things to Consider Before Upgrading to 11.2.0.2 Grid Infrastructure
    Different Upgrade Methods For Upgrading Your Database
    All in you hands!!!

  • Oracle 10gr2 rac, ora-12545 error when configured in shared server mode

    Hi i have fresh installation on two node rac on linux, with oracle 10gr2. It is running successfully, when i configure it in shared server mode and try to connect from client it gives error ora_12545:
    I have referred the oracle metalink notes and configured the local_listener as well as the remote_listener,
    still it is giving the error. I am able to tnsping all the entries on tnsnames.ora,
    i m also able to ping the hostnames,
    It connects most of the times succeessfully but some times it gives the error.
    how to solve this problem,
    please help me

    Basically this error means you misspelled the hostname or typed a wrong IP Address.
    Oracle Error :: TNS-12545+
    Connect failed because target host or object does not exist
    Cause
    The address specified is not valid, or the program being connected to does not exist.
    Action
    Ensure the ADDRESS parameters have been entered correctly; the most likely incorrect parameter is the node name. Ensure that the executable for the server exists (perhaps "oracle" is missing.) If the protocol is TCP/IP, edit the TNSNAMES.ORA file to change the host name to a numeric IP address and try again.
    I suggest you to check the dispatcher instance parameter.
    ~ Madrid
    http://hrivera99.blogspot.com

  • Oracle 10gr2 RAC install on SUSE10 SP1 issues

    Has anyone install RAC 10gR2 on SLSE 10 SP1? We have installed the database with 10.2.0.3 patch and all is well. However, when we go to install RAC on 2 separate nodes, asm fails to on second node(2).
    Cannot startup +ASM2 on node2. No rows shown in v$asm_disk on node2.
    ORA-15063 when we issue a startup from sqlplus
    oracleasm shows diskgroup:rmtora02:/etc/init.d # ./oracleasm listdisks
    DATA

    although the certification isn't listed, we have contact Oracle and they said it will work just run the installer with ignoreSysPrereqs. The installation goes well with the exception of node 2 ASM not seeing the voting disks. Otherwise everything else installed fine. Our database is up and running on one node though.

  • Question about MX7 and Oracle 10GR2 RAC

    Can someone tell me if it's possible to pass parameter names
    to and oracle function in MX7. I have a function that returns a
    refcursor that worked fine as a simply function now it's an
    overloaded function and I need to pass different parameter names
    and I cannot get it to work. Is this a problem with MX7?

    I did a little testing, and it looks like overloading seems
    to be working (for the most part) with MX 7
    except
    when calling an overloaded procedure that has a refcursor OUT
    parameter. My guess is that since you do not specify a CFPROCPARAM
    tag for refcursor parameters, but instead use a CFPROCRESULT tag to
    capture the result set, there is probably a bind problem with the
    parameter. I'm getting a
    [Macromedia][Oracle JDBC Driver]No more data available to
    read. error when I try to call it using CFPROCRESULT tag, and a
    [Macromedia][Oracle JDBC Driver]The specified SQL type is not
    supported by this driver. error if I try to use a CFPROCPARAM
    OUT parameter of type="CF_SQL_REFCURSOR"
    If ALL of the overloaded procedures do have refcursors, and I
    only change the IN parameter types, and do not change the number of
    parameters, etc., then I get a
    [Macromedia][Oracle JDBC Driver][Oracle]ORA-06550: line 1,
    column 7: PLS-00306: wrong number or types of arguments in call to
    'OVER1_SP' ORA-06550: line 1, column 7: PL/SQL: Statement
    ignored error.
    Phil

  • Oracle 11gR2 RAC: Running the script root.sh problem

    Folks,
    Hello. I am installing Oracle 11gR2 RAC using 2 Virtual Machines (rac1 and rac2 whose OS are Oracle Linux 5.6) in VMPlayer and according to the tutorial
    http://appsdbaworkshop.blogspot.com/2011/10/11gr2-rac-on-linux-56-using-vmware.html
    I have been installing Grid Infrastructure using runInstaller from step 1 to step 9 of 10 in both VM rac1 and rac2.
    Now, I am running the script root.sh in VM rac1 and rac2 as below:
    [root@rac1 /]# /u01/app/grid/root.sh
    Output:
    CRS-4123: ohasd is starting
    FATAL: Module oracleoks not found
    FATAL: Module oracleadvm not found
    FATAL: Module oracleacfs not found
    ACFS-9121: Failed to detect /dev/asm/.asm_ctl_spec
    ACFS-9310: ADVM/ACFS installation failed.
    ACFS-9311: not all components were detected after installation
    'UpdateNodeList' was successful.
    [root@rac1 /]#
    [root@rac2 /]# /u01/app/grid/root.sh
    Output:
    CRS-4123: ohasd is starting
    FATAL: Module oracleoks not found
    FATAL: Module oracleadvm not found
    FATAL: Module oracleacfs not found
    ACFS-9121: Failed to detect /dev/asm/.asm_ctl_spec
    ACFS-9310: ADVM/ACFS installation failed.
    ACFS-9311: not all components were detected after installation
    Start of resource "ora.asm_init" failed.
    Failed to start ASM.
    Failed to start Oracle Clusterware Stack.
    [root@rac2 /]#
    As we see the output above, rac1 and rac2 get the same problems. in addition, rac2 fails to start ASM and Clusterware stack. Thus, I have 2 questions:
    First, the common problem for rac1 and rac2 :
    1)Module "oracleoks, oracleadvm, oracleacfs" not found
    2)/dev/asm/.asm_ctl_spec not detected
    3)ADVM/ACFS installation failed
    Do the above 3 factors affect Grid and DataBase Installation later ? If yes, how to solve these problems ?
    Second, how to start ASM and Clusterware stack in rac2 ?
    Thanks.

    you have 2 options:
    1. OEL 5.6 comes with 2 kernels, the original Red Hat, and Oracle UEK, you can choose not to use UEK
    or the one i would recommend:
    2. Upgrade Grid Infrastructure,
    *11.2.0.3.1* (patch 13348650, released about a 1 month ago) supports ACFS on UEK (starting with 2.6.32.200 IIRC)

  • Installing Oracle 10g rac on linux 4 using vmware :problem

    Hi Expert ,
    I'm facing problem on installing oracle 10g rac on centos 4x using vmware, installation is showing errors . The command failed are oifcfg, cluvfy
    on running ./cluvfy stage -post crsinst -n rac1,rac2
    error:
    OCR integrity found invalid for rac1
    OCR integrity found invalid for rac2
    Please advice...
    regards,
    Shaan

    hi Experts,
    orccheck failed for one of the node, can you please suggest what needs to be done now..
    filename :/dev/raw/raw1
    error "device/file integrity check failed"
    error "device not configured"
    Regards
    Message was edited by:
    Shaan_dmp

  • Oracle.adf.view.rich.pprNavigation.OPTIONS on give problem with servlets

    I recentrly fix ADF_FACES-60058 using in web.xml:
    <context-param>
    <param-name>oracle.adf.view.rich.newWindowDetect.OPTIONS</param-name>
    <param-value>on</param-value>
    </context-param>
    and now bc this change, when i call a sevlet using ajax.. all my servlets stop working...
    =( This mean this is not good fix...

    Hi i am getting now after fix problem with my servlet( Delete servlet and use Backing bean instead)
    javax.servlet.ServletException: java.lang.InternalError: name is too long to represent
    at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:266)
    at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:410)
    at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
    at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
    at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
    at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
    at org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl$OverrideDispatch.dispatch(FacesContextFactoryImpl.java:267)
    at com.sun.faces.application.ViewHandlerImpl.executePageToBuildView(ViewHandlerImpl.java:473)
    at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:141)
    at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:189)
    at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:193)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:685)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:261)
    =/

  • Problem with the nodes in Oracle Portal using JPDK Portlets

    Here in Production environment we have 2 different Portal Servers
    Even if logged in with the node 'b' then also the images path showing path from node 'a' only.
    Note:
    The thing is both the Portal servers are sharing the common portal repository.
    We are using JPDK Portlets with Oracle Appserver

    Does anyone know how to modify an existing report with sub labels within the main report? I am trying to resize one of the labels.
    O'Neil

  • Oracle 10gR2  RAC / Dataguard on Linux Redhat 4.2  X86_64 and ASM / OCFS2

    Hi All,
    Well don't know if this is bleeding edge or not, but wanted to know if anybody has a system running the following setup and if there are any issues like some components are not certified on 64 bit (e.g is OCFS2)
    We are in process of building a system with
    Oracle RAC on 10gR2 on a 64 bit Linux OS 4.2 (2.6.9-22.ELsmp)
    The system has a EMC CX500 and we are going to use ASM for the datafiles and OCFS2 for the Voting Disk and OCR.
    We are also going to have a single (no RAC) Physical Dataguard instance at another site also using ASM.
    We have seen that the OEM Grid Controller and agents are not supplied on x86_64
    so we can't use it in a 64bit environment. (are we correct)
    Anybody with suggested alternatives with the kit we have or a strong suggestion that 32 bit for RAC and Dataguard are best
    Thanks in advance
    John

    I have a similar configuration, 3 nodes of SunFire X4100 (dual opteron), on RedHat 4 ES Update 2 using Dell/EMC CX300.
    I am using OCFS2 for data and voting disks.
    We had a couple of freeze-up (total node lockup) and I could not figure out what was wrong (this happens randomly).
    Anybody have any idea where should I look for possible reasons?

  • Linux flavors for oracle 10gR2 RAC setup

    Hi,
    Oracle10gR2
    Which are the alternate Linux flavors (most similar to RHEL 5.5) that can be used for Oracle10gR2 RAC setup ??
    Regards

    Hi,
    while there other Linux versions are also vertified, best is to use Oracle Linux http://www.oracle.com/us/technologies/linux/index.html
    This is based on RHEL (you also have a 5.5. version).
    Regards
    Sebastian

  • Rolling Upgrade of Oracle 10gR2 RAC with Physical Standby (DG)

    Hi DBAs,
    I want to do a rolling upgrade of Oracle 10.2.0.3 (2 node RAC+ASM) with Physical Standy Dataguard to Oracle 10.2.0.4 also applying CPU (April2009).
    Please suggest the best way to perform this upgrade and patching with no downtime.
    Thanks
    -Samar-

    Unfortunately rolling upgrade is only possible with a logical standby in place:
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14239/upgrades.htm#CHDBJAGG
    That doesn't help you at this time, but 11g has a way to do it with a physical standby. Even here you need an intermediate logical standby:
    http://download.oracle.com/docs/cd/B28359_01/server.111/b28294/rollup.htm#CHDHCBGA
    Werner

  • Oracle 10gR2 RAC - VMware Server - PRIF-10

    I have been working desparately to get a 10g RAC configuration setup under VMWare Server. All of the requirements seem to be met using "runcluvfy". but I can get down to running "orainstRoot" and "root" shells but after replying "Ok" to the completion I get a PRIF-10 message indicating a failure to initialized cluster registry. I'm not sure what to do next. I'm using an online guide from the web to get the configuration running. Any guidance would be most appreciated. Thanks.

    There are some nice documents explaining the install process on Vmware. You can try Tim Hall's article: http://www.oracle-base.com/articles/10g/OracleDB10gR2RACInstallationOnCentos4UsingVMware.php

Maybe you are looking for