RAC Database duplication using RMAN [message #490781] |
Thu, 27 January 2011 05:59 |
dbanukesh
Messages: 96 Registered: November 2008 Location: London
|
Member |
|
|
I have done many duplication before in sinlge instance databases using a backup tool and rman catalog. At the moment i was trying to do a RAC database duplication and facing some issues. For this i was doing a testing on my 1-node RAC. Primary and duplicated database is on the same Host and oracle version is 10.2.0.3. I perfomed following steps:
1.Created a DUPL database using DBCA.
2.Created a pfile using spfile.
3.Dropped all the datafiles, controlfiles and redo log files.
4.Started the database in nomount using pfile.
5.Disable cluster related parameters in pfile.
6.Took a full backup of the MAIN database with archivelog on disk.
6.Duplicate the database and it is done successfully.
7.Shutdown the instance and enabled cluster parameters.
8.Start instance using SRVCTL fails with error CRS-0215: Could not start resource 'ora.DUPL.DUPL1.inst'
But if start the instance using sqlplus it comes up nicely. There is not much information in alert log files. Can you please highlight what i am missing here?
|
|
|
|
|
|
|
|
|
|
|
|
Re: RAC Database duplication using RMAN [message #492593 is a reply to message #492388] |
Tue, 01 February 2011 06:27 |
dbanukesh
Messages: 96 Registered: November 2008 Location: London
|
Member |
|
|
Hi,
Below are the entries of the alert log file of the database.
starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
MMNL started with pid=17, OS id=1869
Tue Jan 25 13:54:46 2011
starting up 1 shared server(s) ...
USER: terminating instance due to error 29760
Tue Jan 25 13:54:46 2011
Errors in file /u01/oracle/admin/DUPL/bdump/dupl_pmon_1807.trc:
ORA-29760: Message 29760 not found; No message file for product=RDBMS, facility=ORA
Instance terminated by USER, pid = 1638
-bash-3.00$ more /u01/oracle/admin/DUPL/bdump/dupl_pmon_1807.trc
/u01/oracle/admin/DUPL/bdump/dupl_pmon_1807.trc
Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production
With the Partitioning, Real Application Clusters, OLAP and Data Mining options
ORACLE_HOME = /u01/oracle/10g
System name: Linux
Node name: CPBTTODEVORRA001.21CP.LOCAL
Release: 2.6.9-42.ELsmp
Version: #1 SMP Wed Jul 12 23:27:17 EDT 2006
Machine: i686
Instance name: DUPL
Redo thread mounted by this instance: 0 <none>
Oracle process number: 2
Unix process pid: 1807, image: oracle@CPBTTODEVORRA001.21CP.LOCAL (PMON)
*** SERVICE NAME:() 2011-01-25 13:54:46.056
*** SESSION ID:(170.1) 2011-01-25 13:54:46.056
error 29760 detected in background process
ORA-29760: Message 29760 not found; No message file for product=RDBMS, facility=ORA
-bash-3.00$
In Some google thread, the error pointer is the instance_number parameter in the parameter file, though i have specified this parameter in the init file.
Thanks
|
|
|
|
|
|