cancel
Showing results for 
Search instead for 
Did you mean: 

BR0279E Return code from 'LANG=C dd obs=64k bs=64k if=/oracle/...:0

Former Member
0 Kudos

Dear Experts.

we are facing error during sap backup on tape drive through DB13. we have install new tape & disk on our newly install PRD server.

Server Detail :

OS =SUSE LINUX-11

DB = oracle 10.2.0.4

SAP = ECC 6.0 EHP4

error:

..........................................

BR0209I Volume in device /dev/nst0 has name R3PB01

BR0202I Saving init_ora

BR0203I to /dev/nst0 ...

BR0202I Saving /oracle/R3P/102_64/dbs/initR3P.sap

BR0203I to /dev/nst0 ...

BR0280I BRBACKUP time stamp: 2011-12-20 13.55.38

BR0198I Profiles saved successfully

BR0280I BRBACKUP time stamp: 2011-12-20 13.55.38

BR0315I 'Alter tablespace PSAPSR3 begin backup' successful

BR0202I Saving /oracle/R3P/sapdata2/sr3_1/sr3.data1

BR0203I to /dev/nst0 ...

BR0278E Command output of 'LANG=C dd obs=64k bs=64k if=/oracle/R3P/sapdata2/sr3_1/sr3.data1 of=/dev/nst0':
33280+1 records in
33280+1 records out
2181046272 bytes (2.2 GB) copied, 95.4129 s, 22.9 MB/s
BR0280I BRBACKUP time stamp: 2011-12-20 13.57.14
BR0279E Return code from 'LANG=C dd obs=64k bs=64k if=/oracle/R3P/sapdata2/sr3_1/sr3.data1 of=/dev/nst0': 0
BR0222E Copying /oracle/R3P/sapdata2/sr3_1/sr3.data1 to/from /dev/nst0 failed due to previous errors

BR0280I BRBACKUP time stamp: 2011-12-20 13.57.16

BR0317I 'Alter tablespace PSAPSR3 end backup' successful

BR0056I End of database backup: behmddcy.ant 2011-12-20 13.57.14

BR0280I BRBACKUP time stamp: 2011-12-20 13.57.16

BR0054I BRBACKUP terminated with error

.......................................................................................................

Please Guide to resolve the issue.

Regards

IMRAN KHAN

Accepted Solutions (1)

Accepted Solutions (1)

markus_doehr2
Active Contributor
0 Kudos

> OS =SUSE LINUX-11

> DB = oracle 10.2.0.4

> SAP = ECC 6.0 EHP4

Make sure you ues the latest br*tools for your kernel.

Can you backup manually to the tape without problems?

Any information in /var/log/messages?

Be also aware that Oracle 10.2.0.4 is out of maintenance.

Markus

Former Member
0 Kudos

Thanks Master,

Yes we can backup munally on tape and also we can successfuly restore it on disk.

we have kernel 701 patch 137.

Ok we are downloading BR*TOOLS and then appy it.

Regards

IMRAN

Former Member
0 Kudos

Hi Master,

from where we download BR*TOOLS

we are trying to find it fron SMP

Additional Components" SAP Kernel" SAP KERNEL 64-BIT UNICODE" SAP KERNEL 7.01 64-BIT UNICODE

here it showing:

........................................

SAR R3load_58-10005987.SAR R3LOAD 58 Info 2640 25.11.2011

SAR R3szchk_10-10005987.SAR R3SZCHK 10 Info 1249 30.04.2010

SAR SAPEXEDB_111-10005987.SAR Kernel Part II (for Basis 7.01) 111 Info 6076 14.10.2010

SAR SAPEXEDB_137-10005987.SAR Kernel Part II (for Basis 7.01) 137 Info 6109 25.05.2011

SAR SAPEXEDB_15-10005987.SAR Kernel Part II (for Basis 7.01) 15 Info 5725 28.10.2008

SAR SAPEXEDB_150-10005987.SAR Kernel Part II (for Basis 7.01) 150 Info 6138 25.08.2011

SAR SAPEXEDB_23-10005987.SAR Kernel Part II (for Basis 7.01) 23 Info 5793 22.01.2009

SAR SAPEXEDB_39-10005987.SAR Kernel Part II (for Basis 7.01) 39 Info 5879 25.05.2009

SAR SAPEXEDB_55-10005987.SAR Kernel Part II (for Basis 7.01) 55 Info 5912 09.09.2009

SAR SAPEXEDB_69-10005987.SAR Kernel Part II (for Basis 7.01) 69 Info 5929 04.02.2010

SAR SAPEXEDB_8-10005987.SAR Kernel Part II (for Basis 7.01) 8 Info 5711 24.09.2008

SAR SAPEXEDB_94-10005987.SAR Kernel Part II (for Basis 7.01) 94 Info 5960 12.07.2010

SAR lib_dbsl_165-10005987.sar Database Library 165 Info 358 21.10.2011

Add to Download Basket Maintain Download Basket Select All Deselect All

..................................................................................................

Regards

IMRAN KHAN

markus_doehr2
Active Contributor
0 Kudos

> from where we download BR*TOOLS

> we are trying to find it fron SMP

You will find them under KERNEL 7.00 --> Linux x86_64 --> Oracle

Markus

Former Member
0 Kudos

Thanks master,

online backup has been completed successfully after update brtools.

but at the end it generate error, when it start redo log backup

2011-12-20	18:52:54	BR0006I Start of offline redo log processing: aehmduls.cds 2011-12-20 18.52.54
2011-12-20	18:52:54	BR0252E Function fopen() failed for '/oracle/R3P/saparch/aehmduls.cds' at location main-6
2011-12-20	18:52:54	BR0253E errno 13: Permission denied
2011-12-20	18:52:54	BR0121E Processing of log file /oracle/R3P/saparch/aehmduls.cds failed

Regards

KHAN

Former Member
0 Kudos

Hi,

Ensure that you have set right permissions for the path /oracle/R3P/saparch/

For permissions refer the below notes:

Note 113747 - Owners and authorizations for BR*Tools

Note 651351 - BR tools on UNIX: Error due to executable permissions

Hope this fixes your issue.

Regards,

SBK

former_member204746
Active Contributor
0 Kudos

run saproot.sh with proper options.

search with Google on how to use this.

Former Member
0 Kudos

Hi Eric Brunelle

we run script "saproot.sh" with root.

..........................................

stopsap

su - root

cd /sapmnt/<SID>/exe

./saproot.sh <SID>

exit

startsap

...........................................

but problem is same
BR0252E Function fopen() failed for '/oracle/R3P/saparch/archR3P.log' at location arch_copy_delete-6
BR0253E errno 13: Permission denied
BR0121E Processing of log file /oracle/R3P/saparch/archR3P.log failed
BR0252W Function fopen() failed for '/oracle/R3P/saparch/archR3P.log' at location BrCleanup-8
BR0253W errno 13: Permission denied
BR0121W Processing of log file /oracle/R3P/saparch/archR3P.log failed

..............................................

Regards

Imran Khan

nicholas_chang
Active Contributor
0 Kudos

Hi Imran,

Could you please check the permission of /saparch & archR3P.log? Ensure the folder belong to orar3p:dba

To resolve it, you can grant 775 to saparch

> chmod -R 775 /saparch

FYI, you don't need to stopsap inorder to run ./saproot.sh.

Thanks,

Nicholas Chang

Former Member
0 Kudos

Thanks,

Now redo log backup has been started. But it is taking too much time for last 7 hours, it is taking backup of 68 GB size redo log files. we are using switch "CDS"

Regards

Imran Khan

Answers (0)