Oracle 11g RAC install using NFS
Hi,
I have installed clusterware and database software. And than using dbca to create a rac database.
But dbca hangs on the first stap => create database instance
After a while, I get the error from dbca like this,
ORA-10997: another startup/shutdown operation of this instance inprogress
ORA-09968: unable to lock file
Linux-x86_64 Error: 5: Input/output error
I go further search in the logs.
All cluster components are online on both machines. (gis, ons and vip)
It likes the dbca wants create a listener first and can't do this.
In the listener_css-rac1.log file (css-rac1 is the server name), I find the message like,
Mon Jul 14 00:27:07 2008
[AutoCreate Relation]: following error encountered and ignored:
DIA-48316: relation [ADR_CONTROL] unavailable or cannot be created
DIA-48132: requested file lock is busy, [ADR_CONTROL] [u01/app/ora/diag/tnslsnr/css-rac1/listener_css-rac1/lck/AM_3216668543_3129272988.lck]
DIA-48170: unable to lock file - already in use
Linux-x86_64 Error: 5: Input/output error
Additional information: 9
Additional information: 5
The pity of it is that I can't find anything from THE METALINK. Does anyone have some experience of this?