RMAN Restore Hangs after a while.

tsmdumber

ADSM.ORG Member
Joined
Jan 27, 2011
Messages
108
Reaction score
3
Points
0
Hi Guys,


TDP for oracle restore of a particular oracle machine has been invoked for restore in a different machine .

Same node dsm.sys and tdpo.opt and dsm.opt files in the client machine where restore was initiated.( Original machine and destination machine have the same files and dsmcad was stoped in the original machine. )

TSm server sends data for certian period and hangs in sendw after a while.

The session gets disconnected from TSM server after the timeout window. No error message or warnigs both from rman as well as TSM.


TSM server OS: AIX 6.1

TSM server Version 6.3.0.0

TDP for oracle version 5.5.2.0

Oracle version:10.2.0.4

Destination OS :RHEL 5.8

Source OS: RHEL 4

I am being souped at the moment :(

Any ideas would be of great help!

rman script and o/p as below

run
{
allocate channel t1 type 'sbt_tape';
set newname for datafile '/oradata/BASPR01/datafile/BASDRHO/datafile/o1_mf_system_5sry8wlk_.dbf' to '/oradata1/BASPR01/datafile/system_data_01.dbf';
.
.
.
.
.
.
set newname for datafile '/ora/BASPR01/oradata/BASDRHO/datafile/qnbte_clnt_qat_data_59.dbf' to '/oradata1/BASPR01/datafile/qnbte_clnt_qat_data_59.dbf';
restore database;
release channel t1;
}
output log


123>
allocated channel: t1
channel t1: sid=1088 devtype=SBT_TAPE
channel t1: Data Protection for Oracle: version 5.5.2.0

executing command: SET NEWNAME

executing command: SET NEWNAME

.
.
.
.
.
executing command: SET NEWNAME

Starting restore at 16-SEP-12


channel t1: starting datafile backupset restore
channel t1: specifying datafile(s) to restore from backup set
restoring datafile 00027 to /oradata1/BASPR01/datafile/qnbte_clnt_qat_data_13.dbf
restoring datafile 00028 to /oradata1/BASPR01/datafile/qnbte_clnt_qat_data_14.dbf
restoring datafile 00040 to /oradata1/BASPR01/datafile/qnbte_clnt_qat_data_24.dbf
channel t1: reading from backup piece 2jnl9o6h_1_1

( Hangs at this point)



Regards,
TSMDUMBER
 
Back
Top