RAC Installation, PRKR-1078 Error [message #319742] |
Mon, 12 May 2008 21:21 |
beaniebear
Messages: 3 Registered: April 2008
|
Junior Member |
|
|
I installed Oracle CRS 10.2.0.3, and upgraded DB from 10.1.0.5 to 10.2.0.2. After installation, I am using crs_stat to check the status of all resources, but see the error:
PRKR-1007 : getting of cluster database test configuration failed, PRKR-1078 : Database test cannot be administered using current version of srvconfig. Instead run srvconfig from /u01/app/oracle/product/10g
My current $ORACLE_HOME is /u01/app/oracle/product/10g2, and /u01/app/oracle/product/10g is the old version containing 10.1.0.5.
How can I re-register the db and run any command srvtl without error?
Thanks,
|
|
|
Re: RAC Installation, PRKR-1078 Error [message #319966 is a reply to message #319742] |
Tue, 13 May 2008 09:09 |
divroro12
Messages: 105 Registered: March 2008 Location: Laurel, MD USA
|
Senior Member |
|
|
Try the following commands to configure both your test database & the new oracle_home:
1. on the 1ry cluster node
> srvctl add db -d <db_name> -o <new_oracle_home>
2. on each database instance
> srvctl add instance -d <db_name> -i <SID> -n <node_name>
3. on each node, check the configuration:
> srvctl config db -d <db_name>
Please post your results...
divroro12
|
|
|