Restart SAP HANA Services in SUSE Linux
- April 30, 2024
- Posted by: admin
- Categories:
No Comments
- Logout all users
- Open putty and login as root: sudo su
- Change user to System ID user – SID(adm) e.g. hdbadm
- Change directory to hana installation directory: /usr/hana/HDB/HDB00
- Run the following command: ./HDB stop
- Then run the followig command to start back the hana db ./HDB start
- To restart server tools/SLD service, type the following command: /etc/init.d/sapb1servertools restart
- To restart service layer services, type the following command: /etc/init.d/b1s restart