cancel
Showing results for 
Search instead for 
Did you mean: 

we are getting error while restoring online backup from lto tape drive

Former Member
0 Kudos

we are getting error while restoring online backup from lto tape drive. error logs is listed below:-

BR278W Command output of 'LANG=C cd /oracle/HTP/sapbackup && LANG=C rsh hcltprd1 -l orahtp /bin/sh -c "'LANG=C dd ibs=64k obs=8k if=/dev/rmt/0n || echo ERR_RC: \$? 1>&2'" | LANG=C cpio -iuvB .tape.hdr0 2>&1':

0+1 records in

0+1 records out

cpio: Cannot chmod() ".tape.hdr0", errno 1, Not owner

.tape.hdr0

10 blocks

1 error(s)

BR280I Time stamp 2010-10-15 20.42.33

BR279W Return code from 'LANG=C cd /oracle/HTP/sapbackup && LANG=C rsh hcltprd1 -l orahtp /bin/sh -c "'LANG=C dd ibs=64k obs=8k if=/dev/rmt/0n || echo ERR_RC: \$? 1>&2'" | LANG=C cpio -iuvB .tape.hdr0 2>&1': 1

BR359W Restore of /oracle/HTP/sapbackup/.tape.hdr0 from /dev/rmt/0n failed due to previous errors

BR218W Checking label on volume in device /dev/rmt/0n failed

BR236I Perhaps volume initialization with option '-i force' required

BR212I Please check the volume or the device

BR280I Time stamp 2010-10-15 20.42.33

Can anyone suggest something on it.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member204746
Active Contributor
0 Kudos

have you used BRBACKUP to back up your database?

if so, it would have inserted a header file names .tape.hdr0 at the beginning of the tape.

If this is not the case, this means that you have not labeled it with "BRBACKUP -i".

or.. that you backed up something else on that tape with another backup tool such as tar, cpio or other 3rd party program.

markus_doehr2
Active Contributor
0 Kudos

> cpio: Cannot chmod() ".tape.hdr0", errno 1, Not owner

Is that file existing or is that created by the br*tools?

Markus