RMAN Duplication to Remote Server Error [message #228676] |
Tue, 03 April 2007 12:11 |
Burnout897
Messages: 2 Registered: April 2007 Location: Philadelphia
|
Junior Member |
|
|
I am trying to duplicate a DB that resides on one server (HostA) and put it on a different physical server (HostB). However when I try to run the duplicate command I get a series of errors (see below). We did successful tests using the duplicate command beforehand, however those all involved just one host. I think the problem is because the backup was taken by HostA and we are trying to restore to HostB.
Has anyone run into this before? Or has any ideas?
DBs : Oracle 9.2.0.5
Netbackup : 5.1
HP UX 11.00
Errors:
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of Duplicate Db command at 04/03/2007 09:34:50
RMAN-03015: error occurred in stored script Memory Script
ORA-19507: failed to retrieve sequential file, handle="bk_79079_1_729969696", parms=""
ORA-27029: skgfrtrv: sbtrestore returned error
ORA-19511: Error received from media manager layer, error text:
sbtrestore: Failed to open for restore.
RMAN Duplication Script:
connect target 'user/pwd@DatabaseA'
connect rcvcat 'user/pwd@rman'
connect auxiliary /
run {
# Restore all datafiles, and recovers them completely.
allocate auxiliary channel t1 type 'SBT_TAPE' parms="ENV=(NB_ORA_CLIENT=HostA)";
allocate auxiliary channel t2 type 'SBT_TAPE' parms="ENV=(NB_ORA_CLIENT=HostA)";
allocate auxiliary channel t3 type 'SBT_TAPE' parms="ENV=(NB_ORA_CLIENT=HostA)";
allocate auxiliary channel t4 type 'SBT_TAPE' parms="ENV=(NB_ORA_CLIENT=HostA)";
duplicate target database to DatabaseB;
}
|
|
|
|
Re: RMAN Duplication to Remote Server Error [message #228678 is a reply to message #228677] |
Tue, 03 April 2007 12:24 |
Burnout897
Messages: 2 Registered: April 2007 Location: Philadelphia
|
Junior Member |
|
|
What should I be looking for?
There is tons of space on the server (HostB). The netbackup process was able to do the duplication when it was HostB to HostB, so I'm not sure what permissions would need to be different.
Sorry, I don't have a lot of experience with RMAN or Netbackup.
|
|
|