cancel
Showing results for 
Search instead for 
Did you mean: 

Error with Brbackup

Former Member
0 Kudos

Hi,

please we need your help to resolve an issue when we lunch online

brbackup. please find out the backup log:

orafrp:/oracle/FRP/sapbackup$ brbackup -c -t online_split -m SYSTEM -u

system/kidam01

BR0051I BRBACKUP 7.00 (40)

BR0169I Value 'util_file_online' of parameter/option 'backup_dev_type/-d'

ignored for 'online_split' - 'util_file' assumed

BR0055I Start of database backup: behoqfba.pnf 2012-01-02 15.37.02

BR0484I BRBACKUP log file: /oracle/FRP/sapbackup/behoqfba.pnf

BR0351I Restoring /oracle/FRP/sapbackup/cntrlFRP.dbf

BR0355I from /oracle/FRP/sapbackup/cntrlFRP.dbf ...

BR0278E Command output of 'LANG=C scp

dgilx155:/oracle/FRP/sapbackup/cntrlFRP.dbf

/oracle/FRP/sapbackup/cntrlFRP.dbf':

BR0280I BRBACKUP time stamp: 2012-01-02 15.37.06

BR0279E Return code from 'LANG=C scp

dgilx155:/oracle/FRP/sapbackup/cntrlFRP.dbf

/oracle/FRP/sapbackup/cntrlFRP.dbf': 0

BR0359E Restore of /oracle/FRP/sapbackup/cntrlFRP.dbf from

/oracle/FRP/sapbackup/cntrlFRP.dbf failed due to previous errors

BR0314E Collection of information on database files failed

BR0056I End of database backup: behoqfba.pnf 2012-01-02 15.37.06

BR0280I BRBACKUP time stamp: 2012-01-02 15.37.06

BR0054I BRBACKUP terminated with errors

Best regards

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Helle,

This issue is resolved when i removed the copyright from ETC/ISSUE, after that scp wes terminated correctly.

Now, i have a new target:

after saving database on COW disks, i have to make an other copy from COW disks to a new path. i have tried with one file but i have seen that the tablespace becomes in begin backup mode.

i don't want to touch to production database, how to do please?

Thank's for your help

Former Member
0 Kudos

Hi

If your requirement is just make a copy of the files, use the below command..

cp -R <source directory> <targetdirectory>

if its between 2 different hosts, then,

scp -rv <userID1>@<hostname1>:<source path> [<userID2>@<hostname2>:]<target path>

if you want to use that as alternative back up destination, then you need to edit your init<SID>.ora file, and set 'DeviceType: file' and specify the path and trigger a backup. So, current system backup will saved to that path.

hope this helps!!

~Raj.

Former Member
0 Kudos

For information,

the Brbackup is planed on a backup server (dgilx040) not directly on SAP/DB server (dgilx155 .

best Regards

Former Member
0 Kudos

Hi

I believe, its trying to copy the control file and its failing.. please check

scp dgilx155:/oracle/FRP/sapbackup/cntrlFRP.dbf /oracle/FRP/sapbackup/cntrlFRP.dbf':

check existence of the source file on host : dgilx155 (in the directory , /oracle/FRP/sapbackup/cntrlFRP.dbf)

and check if orafrp has read permission on the source system and write permission on the target system.

Try manual FTP, of that file and copy to that destination and retry.

~Rajesh.

Former Member
0 Kudos

Hi,

Thank you very much for your answer,

the content of behoqfba.pnf is:

********

orafrp:/oracle/FRP/sapbackup$ more behoqfba.pnf

BR0051I BRBACKUP 7.00 (40)

BR0169I Value 'util_file_online' of parameter/option 'backup_dev_type/-d' ignore

d for 'online_split' - 'util_file' assumed

BR0055I Start of database backup: behoqfba.pnf 2012-01-02 15.37.02

BR0484I BRBACKUP log file: /oracle/FRP/sapbackup/behoqfba.pnf

BR0351I Restoring /oracle/FRP/sapbackup/cntrlFRP.dbf

BR0355I from /oracle/FRP/sapbackup/cntrlFRP.dbf ...

BR0278E Command output of 'LANG=C scp dgilx155:/oracle/FRP/sapbackup/cntrlFRP.db

f /oracle/FRP/sapbackup/cntrlFRP.dbf':

>>>>>>>>the user orafrp make connection to dgilx155<<<<<<<<<<<<<<<<<<<<<<<<<<

BR0280I BRBACKUP time stamp: 2012-01-02 15.37.06

BR0279E Return code from 'LANG=C scp dgilx155:/oracle/FRP/sapbackup/cntrlFRP.dbf

/oracle/FRP/sapbackup/cntrlFRP.dbf': 0

BR0359E Restore of /oracle/FRP/sapbackup/cntrlFRP.dbf from /oracle/FRP/sapbackup

/cntrlFRP.dbf failed due to previous errors

BR0314E Collection of information on database files failed

BR0056I End of database backup: behoqfba.pnf 2012-01-02 15.37.06

BR0280I BRBACKUP time stamp: 2012-01-02 15.37.06

BR0054I BRBACKUP terminated with errors

bataillw
Discoverer
0 Kudos

Hi,  We resolved this by removing the banner and recycling the OpenSSH SSH daemon:

[root@ushpwbmsclz017 ssh]# grep -i banner /etc/ssh/sshd_config
# no default banner path
# was Banner /etc/warning
Banner /dev/null

Hope this helps,

Bill....

Former Member
0 Kudos

Hi,

Check what's written in BR0484I BRBACKUP log file: /oracle/FRP/sapbackup/behoqfba.pnf

former_member204080
Active Contributor
0 Kudos

Hi,

can u paste the previous errors while taking the backup.

This might error of control file.It is not able to get the backed up files status of last backup .

Former Member
0 Kudos

hi,

there is no other error message,

nothing before brbackup command

best regards

Former Member
0 Kudos

Hi

Can you please check the below file and its permission ?

/oracle/FRP/sapbackup/cntrlFRP.dbf

Also, check the user trace logs (most recently updated ones), available under /oracle/FRP./saptrace/usertrace dir.

Paste the error message.

~

Rajesh