cancel
Showing results for 
Search instead for 
Did you mean: 

online error in oracle 8, SAP 4.0 due to shutdown server when backup run

Former Member
0 Kudos

Dear Sir,

I am facing problem in production server in online backup. My PRD server goes down due to hardware fail and that time my online backup is going on. Now rest thing is ok but online backup in not running. I got error as given below:-

Thank in advance.

Anil

Job log

-


Job started

Step 001 started (program RSDBAJOB, variant &0000000000653, user name DDIC)

Execute log. command BRBACKUP on host bdisappd

__Parameters:-u / -c force -t online -m all -p initBDP.sap -v BDPB04 -a -c force -cds -p initBDP.sap

BR051I BRBACKUP 4.0B (46)

BR055I Start of database backup: bdxknmst.ant 2008-03-06 12.50.23

BR071E BRBACKUP currently running or was killed.

BR072I Please delete file /oracle/BDP/sapbackup/.lock.brb if BRBACKUP was killed.

BR073E Setting BRBACKUP lock failed.

BR056I End of database backup: bdxknmst.ant 2008-03-06 12.50.23

BR054I BRBACKUP terminated with errors.

External program terminated with exit code 3

BRBACKUP returned error status E

Job finished

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Go ahead and delete the *.lock file and restart BEBACKUP.

It will work.

Regards,

Suhas

Former Member
0 Kudos

Hi Suhas,

I have checked it, there is no file in the name of lock which is given in error message.

Regards,

Anil

fidel_vales
Employee
Employee
0 Kudos

hi

the file name is

> .lock.brb

not

> lock.brb

there is a little difference between both.

The one reported by BRBACKUP starts with a "dot".

In unix, the initial "dot" means that it is a hidden file, therefore you will not find it unless you know it is hiddlen.

It looks like you do not know that, so it is normal you do not find it.

do the following to delete the file

> rm /oracle/BDP/sapbackup/.lock.brb

and start brbackup again

Former Member
0 Kudos

Hi Sir,

I am happy my problem has been resolve. You are liable to get award points.

Thansks & Regards,

Anil

Former Member
0 Kudos

Hi,

The .lock.* file is an hidden file so you will have to search as using ls -hl | grep .lock*

I hope this should resolve the issue.

Regards,

suhas

fidel_vales
Employee
Employee
0 Kudos

Hi,

I'd like not to sound offensive but:

-> thread is closed, solution already provided

-> your reply is almost the same as the one with the solution

-> you add new information that is "NOT" correct (or not correct for all "unix")

what you want to achieve should be with the command

> ls -al | grep .lock*

if you are located on the directory where the lock file is

> -a Lists all entries, including those that begin with a

> dot (.), which are normally not listed.

> -h All sizes are scaled to a human readable format, for

> example, 14K, 234M, 2.7G, or 3.0T. Scaling is done by

> repetitively dividing by 1024.

I wonder, why the answer not adding any useful information

Former Member
0 Kudos

Hi Fidel,

Sorry for this. The soution of this error givne by all but due to hidden file that is taken time to resolved this issue.

Solution:

I have checked hidden file in specific path with command

#ls -li .lock.brb

I found this file

First i rename this file with this command

rm .lock.brb .lock.brb.old

after that i go in sm13 and schedule online backup with immediately option. I checked the status of backup the backup was satarted.

Thanks for all of you to provide prompt solution. Really i am sorry solution not mentioned in the blogs.

All are elegable for reward points.

Regards,

Anil

Anil

Former Member
0 Kudos

>>First i rename this file with this command

>>rm .lock.brb .lock.brb.old

good joke, wasn't rm the command to remove files?

peter

Former Member
0 Kudos

Hi Peter,

You are ok the typing mistake done by me.

The command is

Move Command

  1. mv .lock.brb .lock.brb.old

After that i delete the same file with remove command which is given by you.

Thanks for your correction.

Regards,

Anil

fidel_vales
Employee
Employee
0 Kudos

Hi,

I do not think you will find the patches mentioned.

Why don't you follow the recommendation given by the error:

> BR071E BRBACKUP currently running or was killed.

> BR072I Please delete file /oracle/BDP/sapbackup/.lock.brb if BRBACKUP was killed.

> BR073E Setting BRBACKUP lock failed.

Former Member
0 Kudos

Hi,

Please delete the *.lock file and try to execute BRBACKUP.

It should not give any problem.

Regards,

Suhas

Former Member
0 Kudos

Hi Sir,

There is no file in the name of which is given in the error message " lock.brb" .

I am checking this file as per givnen path in error message. "/oracle/BDP/sapbackup/ "

SAP 4.0B

SUN Solaris 7.5

Patch level is 795

When we run DB12 the Backup details are given only upto 01-March-2008 after that no record is available. Because this problem comes on 1 March, 2008 during the online backup.

Thanks,

Anil

Former Member
0 Kudos

Hi. Read this note 153902.

Regards.