cancel
Showing results for 
Search instead for 
Did you mean: 

backup failure

Former Member
0 Kudos

I've configured my backup to run as shown in the script below ie

mt -f /dev/rmt/1 rewind

su - prdadm -c "stopsap R3"

su - oraprd -c "brarchive -i force -c force -v SCRATCH"

su - oraprd -c "brbackup -u / -c force -t offline -m all -p /oracle/PRD/102_64/dbs/initPRD.sap -v SCRATCH"

su - prdadm -c startsap

of late my backups have been failing with the error below appearing in the log ie

BR0280I BRBACKUP time stamp: 2008-12-03 22.03.20

BR0307I Shutting down database instance PRD ...

BR0280I BRBACKUP time stamp: 2008-12-03 22.04.06

BR0308I Shutdown of database instance PRD successful

BR0202I Saving /oracle/PRD/sapdata3/sr3_12/sr3.data12

BR0203I to /dev/rmt/1mn ...

BR0278E Command output of 'LANG=C dd obs=64k bs=64k if=/oracle/PRD/sapdata3/sr3_12/sr3.data12 of=/dev/rmt/1mn':

write: I/O error

53010 records in+

53010 records out+

BR0280I BRBACKUP time stamp: 2008-12-03 22.13.28

BR0279E Return code from 'LANG=C dd obs=64k bs=64k if=/oracle/PRD/sapdata3/sr3_12/sr3.data12 of=/dev/rmt/1mn': 2

BR0222E Copying /oracle/PRD/sapdata3/sr3_12/sr3.data12 to/from /dev/rmt/1mn failed due to previous errors

BR0280I BRBACKUP time stamp: 2008-12-03 22.13.30

BR0304I Starting and opening database instance PRD ...

BR0280I BRBACKUP time stamp: 2008-12-03 22.13.47

BR0305I Start and open of database instance PRD successful

BR0056I End of database backup: bdzjyvqy.aft 2008-12-03 22.13.28

BR0280I BRBACKUP time stamp: 2008-12-03 22.13.48

BR0054I BRBACKUP terminated with errors

your assistance highly appreciated

Accepted Solutions (0)

Answers (1)

Answers (1)

JPReyes
Active Contributor
0 Kudos

write: I/O error

This means that either the tape was not initialized properly or its damaged... change the tape and try again

Regards

Juan

Former Member
0 Kudos

thanks