cancel
Showing results for 
Search instead for 
Did you mean: 

DB13 - Verifydb jobs failed after kernel upgrade

Former Member
0 Kudos

HI all,

One more issue that I faced after kernel upgrade. DBverify job is failed. Error is as below:

BR0051I BRBACKUP 6.40 (51)

BR0055I Start of database backup: becjoxmb.dbv 2010-01-18 15.42.45

BR0484I BRBACKUP log file: /oracle/SID/sapbackup/becjoxmb.dbv

BR0280I BRBACKUP time stamp: 2010-01-18 15.42.45

BR0301E SQL error -1031 at location BrInitOraCreate-2

ORA-01031: insufficient privileges

BR0303E Determination of Oracle version failed

BR0056I End of database backup: becjoxmb.dbv 2010-01-18 15.42.45

BR0280I BRBACKUP time stamp: 2010-01-18 15.42.45

BR0054I BRBACKUP terminated with errors

I have set the permission as adviced by SAP Note 113747 which is:

brarchive, brbackup, and brconnect have permission 4775:

-rwsrwxr-x ora<sid> sapsys ...

These can be started by the ora<sid> or the <sid>adm OS user.

brrestore, brrecover, brspace, brtools, and sapdba have permission 755:

-rwxr-xr-x <sid>adm sapsys ...

These should only be started by the ora<sid> OS user.

But it still remain the same. I changed to make it same as old kernel. Still failed.

Anyone faced it before? Please help!

Thanks,

Accepted Solutions (1)

Accepted Solutions (1)

markus_doehr2
Active Contributor
0 Kudos

> I have set the permission as adviced by SAP Note 113747 which is:

you don't need to do that manually - you can just execute "./saproot.sh <SID>" in the kernel directory which will set the proper permissions.

Check

Note 400241 - Problems with ops$ or sapr3 connect to Oracle

Markus

Former Member
0 Kudos

HI Markus,

Very helpful answer. I will go into the notes and check on my site,

I will let you know if I find something.

Thanks.

Former Member
0 Kudos

Try the following one also.

Login as user root

First go to kenel directory

/sapmnt/<SID>/exe

chown ora<sid>.dba brtools brarchive brbackup brconnect

chown <sid>adm.sapsys brrestore brrecover brspace

login as user ora<SID>

run the command cdexe

now check the current working directory by running the command as follows pwd

/sapmnt/<SID>/exe

chmod 4775 brarchive brbackup brconnect

chmod 755 brtools

login as user <SID>adm

run the command cdexe

now check the current working directory by running the command as follows pwd

/sapmnt/<SID>/exe

chmod 755 brrestore brrecover brspace

For More Details Reffered to SAP NOTE 113747

Kamal

Former Member
0 Kudos

HI Kamal,

I have followed note 113747 but it's not working.

Thanks for your suggestion.

I appreciate it.

Thanks,

Answers (1)

Answers (1)

Former Member
0 Kudos

Issue solve

hannes_kuehnemund
Active Contributor
0 Kudos

Would you kindly let the other SDN forums users know, how you solved the issue?

This helps other users in the future as well.

Thanks,

Hannes

Former Member
0 Kudos

HI,

I just ran ./saproot.sh SID in directory in /sapmnt/SID/exe.

After I ran that then everything went fine.

Thanks.