cancel
Showing results for 
Search instead for 
Did you mean: 

BR*Tools 7.40 Error with ora<SID>

former_member204618
Active Contributor
0 Kudos

Hi All,

As part of the upgrade to 12c I have installed BR*Tools 7.40 patch 21, created the necessary /oracle/<DBSID>/sapprof directory and copied the profiles into it.

I can run brtools with <sid>adm and check the instance status using brspace -p init<DBSID>.sap -s 20 -l E -u / -f dbshow -c dbstate

But when I run this with ora<DBSID> I get the following errors :-


BR0280I BRTOOLS time stamp: 2016-04-07 11:41:39

BR0663I Your choice: 'c'

BR0259I Program execution will be continued...

BR0291I BRSPACE will be started with options '-p init<DBSID>.sap -s 20 -l E -u / -f dbshow -c dbstate'

BR0280I BRTOOLS time stamp: 2016-04-07 11:41:39

BR0670I Enter 'c[ont]' to continue, 'b[ack]' to go back, 's[top]' to abort:

c

BR0280I BRTOOLS time stamp: 2016-04-07 11:41:40

BR0257I Your reply: 'c'

BR0259I Program execution will be continued...

###############################################################################

exec(): 0509-036 Cannot load program brspace because of the following errors:

rtld: 0712-001 Symbol modf was referenced

      from module brspace(), but a runtime definition

      of the symbol was not found.

rtld: 0712-001 Symbol strcat was referenced

      from module brspace(), but a runtime definition

      of the symbol was not found.

rtld: 0712-001 Symbol strcpy was referenced

      from module brspace(), but a runtime definition

      of the symbol was not found.

rtld: 0712-001 Symbol strcmp was referenced

      from module brspace(), but a runtime definition

      of the symbol was not found.

rtld: 0712-001 Symbol strncat was referenced

      from module brspace(), but a runtime definition

      of the symbol was not found.

rtld: 0712-001 Symbol strncpy was referenced

      from module brspace(), but a runtime definition

      of the symbol was not found.

rtld: 0712-001 Symbol fsav was referenced

      from module brspace(), but a runtime definition

      of the symbol was not found.

rtld: 0712-001 Symbol fres was referenced

      from module brspace(), but a runtime definition

      of the symbol was not found.

rtld: 0712-001 Symbol floor was referenced

      from module brspace(), but a runtime definition

      of the symbol was not found.

rtld: 0712-001 Symbol ceil was referenced

      from module brspace(), but a runtime definition

      of the symbol was not found.

rtld: 0712-002 fatal error: exiting.

###############################################################################

BR0292I Execution of BRSPACE finished with return code 255

At first I thought the 11g instant client reference was the cause as it was missing in the $LIBPATH environment variable but correcting that hasn't fixed the problem.

The permissions are correct I believe :-


-rwsrwxr--    1 ora<SID>   dba        14856568 05 Mar 21:29 /sapmnt/<SID>/exe/brarchive

-rwsrwxr--    1 ora<SID>   dba        15027515 05 Mar 21:29 /sapmnt/<SID>/exe/brbackup

-rwsrwxr--    1 ora<SID>   dba        17619996 05 Mar 21:29 /sapmnt/<SID>/exe/brconnect

-rwxr-xr-x    1 <SID>adm   sapsys     15734035 05 Mar 21:30 /sapmnt/<SID>/exe/brrecover

-rwxr-xr-x    1 <SID>adm   sapsys      9175648 05 Mar 20:46 /sapmnt/<SID>/exe/brrestore

-rwxr-xr-x    1 <SID>adm   sapsys     18491388 05 Mar 21:30 /sapmnt/<SID>/exe/brspace

-rwxr-xr-x    1 <SID>adm   sapsys     10109828 05 Mar 20:46 /sapmnt/<SID>/exe/brtools

This was working prior to updating from 720 patch 42 of BR*Tools.

What could be the cause?

Thanks

Craig

Accepted Solutions (1)

Accepted Solutions (1)

former_member204618
Active Contributor
0 Kudos

UPDATE

Never mind I found the culprit.

Permissions on the /oracle/client/11x_64 folder restricted access to the ora<SID> user.

Now fixed.

Cheers

Craig

Answers (0)