OS:
# uname -a
AIX vmw010150012146 1 6 00F7A5904C00
NBU:7.5 AIX client
RMAN backup log shows:
channel ch00: starting incremental level 0 datafile backup set
channel ch00: specifying datafile(s) in backup set
including current SPFILE in backup set
channel ch00: starting piece 1 at 26-JAN-14
RMAN-03009: failure of backup command on ch01 channel at 01/26/2014 19:35:27
ORA-19513: failed to identify sequential file
ORA-27206: requested file not found in media management catalog
continuing other job steps, job failed will not be re-run
released channel: ch00
released channel: ch01
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of backup command on ch00 channel at 01/26/2014 19:36:12
ORA-19513: failed to identify sequential file
ORA-27206: requested file not found in media management catalog
I have checked the hostname and the client name in backup policy,it is the same.
# /usr/openv/netbackup/bin/bpclntcmd -pn
expecting response from server idc-nbu
vmw010150012146 vmw010150012146 10.150.12.146 42585
And I found the time of the system is incorrect:
# date
公元2014年01月27日 星期一 14时38分24秒
(it shows January 27th,2014,monday. )
The backup server’s date is today(Aug 6th,2014,Wednesday)
I wonder why the job would failed?
Does the date affect the backup job?