Rman & standby db creation- LSM errors 2005-12-12 - By deen dayal
I am trying to create a standby database using rman ( ver 10.1.0.3 ) on solaris box. Target, auxiliary db and catalog are all 10.1.0.3 on solaris.
I did backup the standby controlfile of the target db and trying to duplicate the target db using rman to standby db. I am getting the errors from MML ( Legato networker ) file can not be located.
When I list backup of controlfile, it lists the standby control file. Networker client is installed on the remote server and permissions are granted to access on Legato server.
Oracle module Ver 4.1 and Legato Networker 6.1
I am wondering whether anybody is using this combination and restored successfully to a remote server. I could successfully duplicate a database on the same machine.
Any help/pointers are greatly appreciated.
Thanks Deen
ORACLE-uiint:/u01>rman CATALOG rcat/xxxx@(protected) TARGET / AUXILIARY SYS/xxxxx@(protected) Recovery Manager: Release 10.1.0.3.0 - 64bit Production
Copyright (c) 1995, 2004, Oracle. All rights reserved.
connected to target database: VRICTST (DBID=1832225382) connected to recovery catalog database connected to auxiliary database: vrictst (not mounted)
RMAN> run { 2> ALLOCATE AUXILIARY CHANNEL SBT TYPE 'SBT_TAPE' PARMS 'ENV=(NSR_SERVER=dolsf12k-bckb, NSR_CLIENT=dolsf12k-bckd, NSR_DATA_VOLUME_POOL=RMAN)'; 3> DUPLICATE TARGET DATABASE FOR STANDBY 4> NOFILENAMECHECK 5> DORECOVER; 6> }
-- -- --
ORA-19624 (See ORA-19624.ora-code.com): operation failed, retry possible ORA-19507 (See ORA-19507.ora-code.com): failed to retrieve sequential file, handle="DF_VRICTST_ID1832225382_20051208_t576512954_s5_p1.BKP", parms="" ORA-27029 (See ORA-27029.ora-code.com): skgfrtrv: sbtrestore returned error ORA-19511 (See ORA-19511.ora-code.com): Error received from media manager layer, error text: SBT error 0 in function sbtrestore - sbterror did not return error message failover to previous backup
released channel: SBT RMAN-00571: =========================================================== RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS =============== RMAN-00571: =========================================================== RMAN-03002: failure of Duplicate Db command at 12/12/2005 17:20:10 RMAN-03015: error occurred in stored script Memory Script RMAN-06026: some targets not found - aborting restore RMAN-06024: no backup or copy of the controlfile found to restore
-- http://www.freelists.org/webpage/oracle-l
|
|