Error prko-2005. One instance of rac doesn't works [message #386229] |
Fri, 13 February 2009 03:34 |
mafc73
Messages: 38 Registered: November 2006
|
Member |
|
|
I have installed the rac and when I run crs_stat -t command. The instance1 is offline. All other are ok.
ora....11.inst application ONLINE OFFLINE <nothing here>
The cluster check is ok.
crsctl check crs
CSS appears healthy
CRS appears healthy
EVM appears healthy
When I try to start the database with
srvctl start database -d rac1
I get this error
PRKP-1001 : Error startting instance rac11 on node des
CRS-0215: Could not start resource 'ora.rac1.rac11.inst'
Thanks
|
|
|
Re: Error prko-2005. One instance of rac doesn't works [message #386237 is a reply to message #386229] |
Fri, 13 February 2009 04:18 |
mafc73
Messages: 38 Registered: November 2006
|
Member |
|
|
I have checked file:
/opt/oracle/product/10.2.0/crs/log/agnesi/cssd/ocssd.log
and it repeats the following:
[ CSSD]2009-02-12 20:04:29.617 [13] >TRACE: clssgmSendClient: Send failed rc 6, con (6000000000044880), client (6000000000048f50), proc (0000000000000000)
[ CSSD]2009-02-13 09:37:43.662 [13] >TRACE: clscsendx: (6000000000043680) Connection not active
Note: I am not using ASM, but RAW.
|
|
|
|
Re: Error prko-2005. One instance of rac doesn't works [message #386269 is a reply to message #386237] |
Fri, 13 February 2009 06:40 |
mafc73
Messages: 38 Registered: November 2006
|
Member |
|
|
I have found the problem. In the creation of the database some raw files are not present in the two servers.
I have erased the database with srvctl remove database and the listeners and now I have configured the raw files well and run dbca, but I'm having problems with the spfile (raw). The dbca doesn't find the raw file. I get this error:
"Raw device validation for Server parameter file .... fail"
The raw file exists and It has the correct permision.
Some idea?
|
|
|
Re: Error prko-2005. One instance of rac doesn't works [message #386276 is a reply to message #386269] |
Fri, 13 February 2009 06:54 |
|
Mahesh Rajendran
Messages: 10708 Registered: March 2002 Location: oracleDocoVille
|
Senior Member Account Moderator |
|
|
Could be a specific bug with DBCA "create database options".
You must be using one of the options like "transaction" database template or something like that.
Try using other option or create manually.
Also try to use pfile (in both nodes) which will point to the same
spfile.
or
it has to with the connectivity.
May be, there is a problem with rsh/rcp between the nodes and one of the node is not seeing the file (check file perms on both nodes).
Check the hosts file and resolve any 'localhosts' entry.
|
|
|