cancel
Showing results for 
Search instead for 
Did you mean: 

Off-Line brBackup got terminated after completing 70%

Former Member
0 Kudos

Dear All,

We have ECC 6.0 EHP4 system installed on HP-UX B-11.23, oracle as database.

We have just finished the installation and also successfully completed the language installation.

When we are trying to schedule Off-Line & Redo Log brBackup from db13. It run upto 70% and then got and error (mentioned below) and got terminated.

Error:

-


BR0201I Compressing /oracle/CD1/sapdata3/sr3701_6/sr3701.data6

BR0203I to /oracle/CD1/sapreorg/sr3701.data6.Z ...

BR0202I Saving /oracle/CD1/sapreorg/sr3701.data6.Z

BR0203I to /dev/rmt/0mn ...

BR0278E Command output of 'LANG=C cd /oracle/CD1/sapreorg && echo sr3701.data6.Z /usr/sap/CD1/SYS/exe/run/brtools -f detach LANG=C cpio -ovB

(Using tape drive with immediate report mode enabled (reel #1).)

"sr3701.data6.Z": Value too large to be stored in data type

cpio: Size of sr3701.data6.Z > 2GB. Not dumped.

BR0240E Size 5120 of saved/restored data is different from the size 2646451379 of file/save set /oracle/CD1/sapreorg/sr3701.data6.Z

10 blocks

BR0280I BRBACKUP time stamp: 2010-05-04 13.41.02

BR0279E Return code from 'LANG=C cd /oracle/CD1/sapreorg && echo sr3701.data6.Z /usr/sap/CD1/SYS/exe/run/brtools -f detach LANG=C cpio -ovB

BR0222E Copying /oracle/CD1/sapreorg/sr3701.data6.Z to/from /dev/rmt/0mn failed due to previous errors

-


Please suggest.

Regards,

Souren

Accepted Solutions (0)

Answers (3)

Answers (3)

markus_doehr2
Active Contributor
0 Kudos

> BR0278E Command output of 'LANG=C cd /oracle/CD1/sapreorg && echo sr3701.data6.Z /usr/sap/CD1/SYS/exe/run/brtools -f detach LANG=C cpio -ovB

> (Using tape drive with immediate report mode enabled (reel #1).)

> "sr3701.data6.Z": Value too large to be stored in data type

> cpio: Size of sr3701.data6.Z > 2GB. Not dumped.

cpio is not able to backup files that are bigger than 2 GB, switch your backup tool to use 'dd'.

See Note 20577 - Cpio cannot backup files larger than or equal to 2 GB

Markus

Former Member
0 Kudos

Hi,

In HP-UX cpio is not support any files larger than 2GB. You have to use the dd command.

Change the parameter disk_copy_cmd to dd in init<sid>.sap file.

Also check the OSS Note 96898 - Large File support in BRBACKUP and BRRESTORE.

Thanks,

Sachin Sable

lbreddemann
Active Contributor
0 Kudos

> BR0278E Command output of 'LANG=C cd /oracle/CD1/sapreorg && echo sr3701.data6.Z /usr/sap/CD1/SYS/exe/run/brtools -f detach LANG=C cpio -ovB

> "sr3701.data6.Z": Value too large to be stored in data type

> cpio: Size of sr3701.data6.Z > 2GB. Not dumped.

The cpio program you're using is not capable of handling files larger than 2GB.

Search for SAP Notes with "CPIO" + "2GB" and you'll find the solution for this issue on your platform.

regards,

Lars