cancel
Showing results for 
Search instead for 
Did you mean: 

BRTOOLS - brbackup

Former Member
0 Kudos

Hi there,

We have recently upgraded our linix OS to 3.0 from 2.6 on our DEV server.

Our online backups are now failing because of :

BR0280I BRBACKUP time stamp: 2012-10-11 21.18.31

BR0279E Return code from 'LANG=C dd obs=64k bs=64k if=/oracle/DV1/sapdata2/sr3_1/sr3.data1 | LANG=C rsh sappr6 -l orapr1 /bin/sh -c "'LANG=C dd ibs=8k obs=64k of=/dev/rmt/1cn 2>&1 || echo ERR_RC: \$?'"': 0

BR0222E Copying /oracle/DV1/sapdata2/sr3_1/sr3.data1 to/from /dev/rmt/1cn failed due to previous errors

I have looked on the SAP website and there is a workaround. It seems we have to

Replace the first line of the script #!/bin/sh with the line #!/usr/bin/uname26 /bin/sh

So my question is because we use brtools I cant seem to find the script where

I can add the line #!/usr/bin/uname26 /bin/sh. Dont think I can add these to the initSID.ora

or initSID.sap profiles.

Can anyone suggest what file/script I could add the line above?

Many thanks


Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Upgrade the brtools (wont require a restart) and give it a try.

Regards,

Vishal

Former Member
0 Kudos

can you check once

http://scn.sap.com/thread/3235407

Did you try the remote shell call from the command-line?

You might get better output of error-messages:

rsh <remotehost> -l root /bin/sh -c "mt -f /dev/st0 rewind"

Regards