cancel
Showing results for 
Search instead for 
Did you mean: 

hdbnsutil call failed

Former Member
0 Kudos

Hi Guys,

I am facing below alert while installing SAP HANA

Command line is: /usr/sap/DB1/HDB01/exe/hdbnsutil -createSecureStore            

Output line 1: /usr/sap/DB1/HDB01/exe/hdbnsutil: error while loading shared libraries: /usr/sap/DB1/HDB01/exe/libhdbtransaction.so: ELF file OS ABI invalid            

Program terminated with exit code 127          

/usr/sap/DB1/HDB01/exe/hdbnsutil call failed.

Please let me know any changes to be made.

Regards,

Santosh

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member183326
Active Contributor
0 Kudos

It looks as though the loader on your system does not support the linux ABI. You would have to update your system C libraries. I am not too sure if this is an issue related to HANA.

Former Member
0 Kudos

Hi Micheal,

I have installed all C libraries, but facing same issue.

Please let me know any specific library needed here.

Santosh

Former Member
0 Kudos

Again had the same alert. Command line is: /usr/sap/DB3/HDB03/exe/hdbnsutil -createSecureStore             Output line 1: /usr/sap/DB3/HDB03/exe/hdbnsutil: error while loading shared libraries: /usr/sap/DB3/HDB03/exe/libhanasupport.so: ELF file OS ABI invalid             Program terminated with exit code 127           Switching back to root user.           /usr/sap/DB3/HDB03/exe/hdbnsutil call failed

dmcardlenl
Participant
0 Kudos

What does:

$ ldd /usr/sap/DB3/HDB03/exe/hdbnsutil

say?

Have you tried yum/dnf/apt-get update on the system in case it is something to do with ld.so?