Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: RMAN / controlfile / TDPO issue
Evan Ehrenhalt wrote:
..
> RMAN-03009: failure of backup command on c1 channel at 07/28/2006 00:20:02
> ORA-19506: failed to create sequential file,
> name="DB1P_ARCHIVE_20060728_578190000_s19709_p1", parms=""
> ORA-27028: skgfqcre: sbtbackup returned error
> ORA-19511: Error received from media manager layer, error text:
> ANS1017E (RC-50) Session rejected: TCP/IP connection failure
i had the same problem and solved it.
in my case TSM server parameter CONNTIMEOUT (default 600s) was just too
small. RMAN simply didn't send data for more than 600s and TSM dropped
the session. when RMAN woke up and tried to transfer data again, the
session was rejected.
i tracked the issue down by monitoring the TSM sessions with dsmc.
btw, IBM recommends 6000s for backing up DB2.
regards,
-ap
Received on Wed Aug 02 2006 - 13:59:57 CDT