DevOps and System Administration Forum
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

FAIL: process hdbdaemon HDB Daemon not running

former_member624966
Participant
24,025

Hello Experts,

SAP server shutdown impromptu and as i bring the server up, then try to start my HANA DB is given me this "FAIL: process hdbdaemon HDB Daemon not running:" Please does anybody has ideal on how i can fix this issue. i will appreciate

. Find attach the screen shot.

3 REPLIES 3
Read only

sankar_27
Active Participant
22,291

Hi Ezeh

If you are sure that there is no instance alive remove the file /usr/sap/<SID>/HDBXX/<hostname>/lock/hdbnameserver@32001.pid and restart

Thanks , Sankar

Read only

213123213dsadsad
Explorer
22,291

Hi,

try to detect processes running with the command in linux ps -ef | grep "sidadm" . After killing processes with the kill -9 Command, execute HDB start again. If that doesn't works, restart the server.

BR

Kemal

Read only

0 Likes
4,783

This worked for me.  Thanks for your help.