Home » Posts tagged '#stop'
Tag Archives: #stop
Start stop of HANA Database with HDB
To start and stop an SAP HANA database, you can use the following commands:
- Start HANA Database:
- On Linux:
sudo -u <SID> HDB start
- On Windows:
HDB start
<SID>
with the System ID of your HANA database. - On Linux:
- Stop HANA Database:
- On Linux:
sudo -u <SID> HDB stop
- On Windows:
HDB stop
<SID>
with the System ID of your HANA database. - On Linux: