cancel
Showing results for 
Search instead for 
Did you mean: 

brconnect does not work when il is executed out of SAPDATA_HOME

Former Member
0 Kudos

HI,

There is something I don't understand. When I run  brconnect -u // -c -f check under SAPDATA_HOME it works correctly but when i execute it from another directory i have the errors belongs :

brconnect -u // -c -f check

BR0801I BRCONNECT 7.40 (26)

BR0805I Start of BRCONNECT processing: ceuebbhz.chk 2016-09-29 10:16:27

BR0484I BRCONNECT log file: /oracle/TST/sapcheck/ceuebbhz.chk

BR0477I Oracle pfile /oracle/TST/121/dbs/initTST.ora created from spfile /oracle/TST/121/dbs/spfileTST.ora

BR0252E Function stat() failed for 'sapdata/origlogA' at location BrDiskStatGet-1

BR0253E errno 2: No such file or directory

BR0277E Determination of disk volume status for sapdata/origlogA failed

BR0806I End of BRCONNECT processing: ceuebbhz.chk 2016-09-29 10:16:28

BR0280I BRCONNECT time stamp: 2016-09-29 10:16:29

BR0804I BRCONNECT terminated with errors

The problem occures with sidadm and orasid.

The OS is linux redhat 6 and the database is ORACLE 12c.

Does someone have an explanation ?

Thanks for your help

Accepted Solutions (1)

Accepted Solutions (1)

JamesZ
Advisor
Advisor
0 Kudos

Hi Olivier,

Please check if the problem is the one as mentioned in note 952080.

If not, please increase brtools trace level to 7 by executing following command:

brconnect -u // -c -f check -TRC 7

Then attach the latest trace again.


Best regards,

James





Former Member
0 Kudos

Hi,

Thanks for you advise. It helps me to find the corrections. The problem comes from the use of symbolinc links whith relative path. I chane the link whith the absolute path and now it works correctly.

Before

mirrlogA -> sapdata/mirrlogA

mirrlogB -> sapdata/mirrlogB

origlogA -> sapdata/origlogA

origlogB -> sapdata/origlogB

saparch -> sapdata/saparch

sapbackup -> sapdata/sapbackup

sapcheck -> sapdata/sapcheck

dsapdata

sapdata1 -> sapdata/sapdata1

sapdata2 -> sapdata/sapdata2

sapdata3 -> sapdata/sapdata3

sapreorg -> sapdata/sapreorg

saptrace -> sapdata/saptrace

security -> sapdata/security

After

mirrlogA -> /oracle/TST/sapdata/mirrlogA

mirrlogB -> /oracle/TST/sapdata/mirrlogB

origlogA -> /oracle/TST/sapdata/origlogA

origlogB -> /oracle/TST/sapdata/origlogB

saparch -> /oracle/TST/sapdata/saparch

sapbackup -> /oracle/TST/sapdata/sapbackup

sapcheck -> /oracle/TST/sapdata/sapcheck

sapdata1 -> /oracle/TST/sapdata/sapdata1

sapdata2 -> /oracle/TST/sapdata/sapdata2

sapdata3 -> /oracle/TST/sapdata/sapdata3

sapdata4 -> /oracle/TST/sapdata/sapdata4

sapdata5 -> /oracle/TST/sapdata/sapdata5

sapdata6 -> /oracle/TST/sapdata/sapdata6

sapdata7 -> /oracle/TST/sapdata/sapdata7

sapreorg -> /oracle/TST/sapdata/sapreorg

saptrace -> /oracle/TST/sapdata/saptrace

security -> /oracle/TST/sapdata/security

Thanks

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi, can you check the enviroment variables for sidadm user?
Is SAPDATA_HOME set correctly ?
Do you have some kind of links in configuration?

BR, Sergo.