Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Create DB on RAC Error - urgent
Abdul:
Seem to be a known issue (Metalink Note 390591.1). We encountered similar issue in Linux RAC cluster and has been resoled by following this note.
Cause
Installing the 10.2.0.2 patchset in a RAC installation on any Unix platform does not correctly update the libknlopt.a file on all nodes. The local node where the installer is run does update libknlopt.a but remote nodes do not get the updated file. This can lead to dumps or internal errors on the remote nodes if Oracle is subsequently relinked.
Solution
There are two solutions for this problem:
On Unix:
runInstaller -updateNodeList -local ORACLE_HOME=$ORACLE_HOME
CLUSTER_NODES=node1,node2,...
On Windows:
setup.exe -updateNodeList -local ORACLE_HOME=%ORACLE_HOME%
CLUSTER_NODES=node1,node2,...
-Jay
On 2/7/07, A Ebadi <ebadi01_at_yahoo.com> wrote:
>
> We are trying to install a 2-node RAC with ASM (Oracle 10.2.0.2.0 on
> Solaris 10) and getting the error below when using dbca to create the
> database. The error occurs when dbca is done creating the DB (100%). Any
> suggestions?
>
> PRKP-1001: Error starting instance atlprd2 on node f10bb5-01
> CRS-0215: Could not start resource 'ora.atlprd.atlprd2.inst'
>
> We have tried starting atlprd2 instance manually and get the error below
> regarding an issue with spfile which is on ASM.
>
> ORA-01565: error in identifying file '+SYS_DG/atlprd/spfileatlprd.ora'
> ORA-17503: ksfdopn:2 Failed to open file +SYS_DG/atlprd/spfileatlprd.ora
> ORA-03113: end-of-file on communication channel
>
> By the way, instance one (atlprd1) is fine.
>
> Thanks!
> -Abdul
>
> ------------------------------
> Now that's room service! Choose from over 150,000 hotels
> in 45,000 destinations on Yahoo! Travel<http://travel.yahoo.com/hotelsearchpage;_ylc=X3oDMTFtaTIzNXVjBF9TAzk3NDA3NTg5BF9zAzI3MTk0ODEEcG9zAzIEc2VjA21haWx0YWdsaW5lBHNsawNxMS0wNw--%0A>to find your fit.
>
>
-- http://www.freelists.org/webpage/oracle-lReceived on Wed Feb 07 2007 - 20:31:16 CST
![]() |
![]() |