I created the exclude list as followed but the backup of only two files including the exp_pipe.dmp failed with the same status 13:
rw-rw-r-- 1 root other 37 Feb 19 05:46 exclude_list.Database_Cold
racle@centurion[ctimsd1]<deadbeef>
usr/openv/netbackup>more exclude_list.Database_Cold
export/home/oracle/dba/exp_pipe.dmp
racle@centurion[ctimsd1]<deadbeef>
usr/openv/netbackup>
This is the backup log:
Backup started 02/21/2012 13:31:13
13:31:14 Initiating backup
13:31:19 INF - Starting bpbrm
13:31:21 WRN - NetBackup configuration flag IGNORE_XATTR set for backup operatio
n.
13:31:21 INF - Processing /oradb/oravol01/exp_db_ctimsd1.log
13:31:21 /
13:31:21 /oradb/
13:31:21 /oradb/oravol01/
13:31:22 /oradb/oravol01/exp_db_ctimsd1.log
13:31:22 INF - Processing /oradb/oravol01/exp_pipe.dmp
13:31:22 /oradb/oravol01/
13:31:22 WRN - /oradb/oravol01/exp_pipe.dmp is a fifo special file. Backing up t
he raw fifo.
13:31:25 INF - Waiting for mount of media id PJR213 on server NB-master for writ
ing
13:31:32 INF - Mounted media id PJR213
13:31:32 INF - Beginning backup on server NB-master of client centurion
14:31:35 INF - Server status = 13
14:31:36 INF - Backup by oracle on client centurion using policy Database_Cold,
sched Logs_One_Year:file read failed
This is the script LOG_YEAR.sh:
/export/home/oracle/dba/scripts>more LOG_YEAR.sh
#! /bin/ksh
if [ "$#" -ne 1 ]
then
echo "Usage : COLD_BACKUP.sh <ORACLE_SID>"
exit 1
fi
/usr/openv/netbackup/bin/bpbackup -p Database_Cold -s Logs_One_Year -L /export/h
ome/oracle/dba/logs/LOGS.`date '+%Y-%m-%d'`.log -f /export/home/oracle/dba/lists
/LOGSlist
oracle@centurion[ctimsd1]<deadbeef>
/export/home/oracle/dba/scripts>
This is the list LOGSlist:
-rwxr-xr-x 1 oracle dba 64 Feb 21 13:30 LOGSlist
oracle@centurion[ctimsd1]<deadbeef>
/export/home/oracle/dba/lists>more LOGSlist
/oradb/oravol01/exp_db_ctimsd1.log
/oradb/oravol01/exp_pipe.dmp
oracle@centurion[ctimsd1]<deadbeef>
/export/home/oracle/dba/lists>
The following is the log from the Netackup console: - activity Monitor
Feb 21, 2012 1:40:23 PM - Warning bpbrm (pid=29692) from client centurion: WRN - NetBackup configuration flag IGNORE_XATTR set for backup operation.
Feb 21, 2012 1:40:23 PM - Warning bpbrm (pid=29692) from client centurion: WRN - /oradb/oravol01/exp_pipe.dmp is a fifo special file. Backing up the raw fifo.
Feb 21, 2012 1:40:19 PM - requesting resource Small_Tape_Storage_Group
Feb 21, 2012 1:40:19 PM - requesting resource NB-master.NBU_CLIENT.MAXJOBS.centurion
Feb 21, 2012 1:40:19 PM - requesting resource NB-master.NBU_POLICY.MAXJOBS.Database_Cold
Feb 21, 2012 1:40:20 PM - granted resource NB-master.NBU_CLIENT.MAXJOBS.centurion
Feb 21, 2012 1:40:20 PM - granted resource NB-master.NBU_POLICY.MAXJOBS.Database_Cold
Feb 21, 2012 1:40:20 PM - granted resource PJR213
Feb 21, 2012 1:40:20 PM - granted resource NB-master_Robot_003_Drive_18_SN-1250864358
Feb 21, 2012 1:40:20 PM - granted resource NB-master-hcart-robot-tld-3
Feb 21, 2012 1:40:20 PM - estimated 0 kbytes needed
Feb 21, 2012 1:40:21 PM - started process bpbrm (pid=29692)
Feb 21, 2012 1:40:22 PM - connecting
Feb 21, 2012 1:40:23 PM - connected; connect time: 0:00:00
Feb 21, 2012 1:40:27 PM - mounting PJR213
Feb 21, 2012 1:40:33 PM - mounted PJR213; mount time: 0:00:06
Feb 21, 2012 1:40:33 PM - positioning PJR213 to file 5
Feb 21, 2012 1:40:33 PM - positioned PJR213; position time: 0:00:00
Feb 21, 2012 1:40:33 PM - begin writing
Feb 21, 2012 2:40:34 PM - Error bpbrm (pid=29692) socket read failed: errno = 62 - Timer expired
Feb 21, 2012 2:40:36 PM - Error bptm (pid=29705) media manager terminated by parent process
Feb 21, 2012 2:40:36 PM - end writing; write time: 1:00:03
file read failed (13)