cancel
Showing results for 
Search instead for 
Did you mean: 

file read failed (13)

mansoor_sheik
Level 6
Certified

Hi All,

Facing the below issue in backup.

10/26/2012 04:41:13 - Info bpbrm (pid=29434) from client Server1: TRV - Cannot lstat /data/zabbix/db_backup/backup_26-10-12.Custom.sql. Errno = 2: No such file or directory
10/26/2012 06:12:02 - Error bpbrm (pid=29434) socket read failed: errno = 52 - Stream ioctl timeout
10/26/2012 06:12:04 - Error bptm (pid=29441) media manager terminated by parent process
10/26/2012 06:12:12 - Info bpbkar (pid=10957) done. status: 13: file read failed
10/26/2012 06:12:12 - end writing; write time: 2:09:38
 file read failed  (13)

But, the job gets successful after a resume operation.

Help is appreciated.

2 REPLIES 2

Nicolai
Moderator
Moderator
Partner    VIP   

Does it happen at  /data/zabbix/db_backup/backup_26-10-12.Custom.sql every time ?

lstat is OS call to "taste"  the file before processing it for backup. It seems that for some sort the file went missing or bpbkar hung up. As a try - have you tried to exclude the directory to backup to see if the issues goes away ?

You can also run bpbkar by hand to see if the prompt is returned :

/usr/openv/netbackup/bin/bpbkar  -nocont -nofileinfo -nokeepalives  /data/zabbix/db_backup/ > /dev/null 2> /tmp/file.out

Progress can be monitored in /tmp/file.out

mansoor_sheik
Level 6
Certified

Hi Nicolai,

Thanks for your reply.

Will update you after working on the above said steps