cancel
Showing results for 
Search instead for 
Did you mean: 

hana Services not started

former_member547765
Participant
0 Kudos

Hi,

i check using hana studio some services not started, how to bring this services active

Regards,

View Entire Topic
anilnarang
Explorer

If the DB is not accessible/responding at all due to services failure, you can use below simple commands at OS level from HANA installation directory using sidadm user :

./HDB stop

./HDB start

Once the DB is started, please do check about HANA services at OS level using below command:

sapcontrol -nr <DB system number> -function GetProcessList

You can also give it a try restarting a specific service from HANA studio itself, refer below link. https://blogs.sap.com/2013/05/25/startstop-hana-database-services/

Hope it helps.

former_member547765
Participant
0 Kudos

Thanks anilnarang
i restart and the service up


Regards