日期:2014-05-16  浏览次数:21135 次

oracle rman 备份出错。求指点。
备份是用tsm。。备份日志如下:


Recovery Manager: Release 11.2.0.3.0 - Production on Sat Dec 7 22:00:00 2013

Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.

connected to target database: ZBSB (DBID=4133029982)

RMAN> run {
2> allocate channel t1 type 'sbt_tape' parms 'ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/client/oracle/bin64/tdpo.opt)';
3> backup incremental level 0 
4> format 'bak02_full_%T_%s_%p' diskratio=0 database include current controlfile;
5> release channel t1;
6> }
7> 
using target database control file instead of recovery catalog
allocated channel: t1
channel t1: SID=1567 device type=SBT_TAPE
channel t1: Data Protection for Oracle: version 5.4.1.0

Starting backup at 07-DEC-13
channel t1: starting incremental level 0 datafile backup set


channel t1: specifying datafile(s) in backup set
input datafile file number=00167 name=/zbsb/zbsb/ts_md3_1.dat
input datafile file number=00211 name=/zbsb/zbsb/TS_SBK03.dbf
.............................
channel t1: starting piece 1 at 10-DEC-13
released channel: t1
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of backup command on t1 channel at 12/10/2013 23:46:16
ORA-19509: failed to delete sequential file, handle="bak02_full_20131210_2828_1", parms="ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/client/oracle/bin64/tdpo.opt)"
ORA-27027: sbtremove2 returned error
ORA-19511: Error received from media manager layer, error text:
   ANS1025E (RC137)  Session rejected: Authentication failure
ORA-27191: sbtinfo2 returned error
Additional information: 3306
ORA-19511: Error received from media manager layer, error text:

Recovery Manager complete.



网上有的说是tsm客户端的密码过期了。还有没有别的原因造成啊。。

tsm的日志:

# more tdpoerror.log
12/11/13   22:00:24 TID<1335530> ==> ANS1025E (RC137)  Session rejected: Authentication failure



坐等大神。