cancel
Showing results for 
Search instead for 
Did you mean: 

Redolog backup fail with error "BR0008I Offline redo log processing for dat

Former Member
0 Kudos

Hello,

Mine is a SRM 4.0 version and DB is oracle.

i have scheduled the redologbackup from DB13 i am getting the below mentioned error:

-


BR0280I BRARCHIVE time stamp: 2009-09-02 08.00.37

BR0008I Offline redo log processing for database instance: PRD

BR0009I BRARCHIVE action ID: aebjmemw

BR0010I BRARCHIVE function ID: cds

BR0048I Archive function: copy_delete_save

BR0011I 24 offline redo log files found for processing, total size 1199.953 MB

BR0112I Files will not be compressed

BR0130I Backup device type: tape

BR0102I Following backup device will be used: /dev/nmt0

BR0103I Following backup volume will be used: PRDA01

BR0134I Unattended mode with 'force' active - no operator confirmation allowed

BR0208I Volume with name PRDA01 required in device /dev/nmt0

BR0280I BRARCHIVE time stamp: 2009-09-02 08.00.37

BR0226I Rewinding tape volume in device /dev/mt0 ...

BR0278E Command output of 'mt -f /dev/mt0 rewind mt -f /dev/mt0 rewind m

mt: unable to initialize ASPI manager

mt: using NT tape support

mt: opening '/dev/mt0': The system cannot find the file specified.

mt: unable to initialize ASPI manager

mt: using NT tape support

mt: opening '/dev/mt0': The system cannot find the file specified.

mt: unable to initialize ASPI manager

mt: using NT tape support

mt: opening '/dev/mt0': The system cannot find the file specified.

BR0280I BRARCHIVE time stamp: 2009-09-02 08.00.37

BR0279E Return code from 'mt -f /dev/mt0 rewind mt -f /dev/mt0 rewind mt

BR0213E Winding tape volume in device /dev/nmt0 failed

BR0016I 0 offline redo log files processed, total size 0.000 MB

BR0007I End of offline redo log processing: aebjmemw.cds 2009-09-02 08.00.37

BR0280I BRARCHIVE time stamp: 2009-09-02 08.00.37

BR0005I BRARCHIVE terminated with errors

-


Could any one please have a look on the same?

Regards,

krishna.

Accepted Solutions (0)

Answers (1)

Answers (1)

jgleichmann
Active Contributor
0 Kudos

Hi krishna,

first of all have you tried to search for this error? there are several threads with the same error.

check hardware, the tape is not reachable.

what you also can do is to use the cleanup tape:

check the required vol no. using

brbackup -q

Initialize the tape using the following command:

brbackup -c -i force -v <volume no>

than try to rerun the redologbackup.

Regards,

Jens