Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Rman & standby db creation- LSM errors

Rman & standby db creation- LSM errors

From: Deen Dayal <deen.dayal_at_dol.state.nj.us>
Date: Mon, 12 Dec 2005 22:18:29 -0500
Message-id: <00f401c5ff93$e3a8c0d0$ae03a8c0@njdol.ad.dol>


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_at_emgc TARGET / AUXILIARY SYS/xxxxx_at_stbvrictst
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: operation failed, retry possible ORA-19507: failed to retrieve sequential file, handle="DF_VRICTST_ID1832225382_20051208_t576512954_s5_p1.BKP", parms="" ORA-27029: skgfrtrv: sbtrestore returned error ORA-19511: 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 Received on Mon Dec 12 2005 - 21:24:52 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US