SAP Home Learn Build Integrate Model Operate Extend with AI ConnectTutorial navigator Knowledge Graph API Devtoberfest Developer Advocates App Space

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
⤢ Open full site

Stopping and Restarting the Extended Storage Service

Occasionally you will need to stop your extended storage service. One case where this will be required is when you change a configuration parameter, you will need to manually stop the service and then do a restart, in order for the change to take place.

Overview

🎓 beginner 15 min. SAP HANA Dynamic TieringBeginnerSAP HANASAP HANA StudioBig DataSql

You will learn

  • Stopping the Extended Storage Service using SAP HANA Studio and a SSH session
  • Restarting the Extended Storage Service using a SSH session
Unknown U Unknown November 1, 2022
Created by April 13, 2017
Contributors

Prerequisites

Prerequisites

  • Proficiency: Beginner
  • Tutorials: Creating and Removing Extended Storage
  • Credentials: Connection details to initially connect as the “SYSTEM” user and access to “<SID>adm” for a SSH session

Steps

Next Steps

Time to Complete

10 Min


Step 1 Stopping the Extended Storage Service

The easiest way to stop the esserver process is to use the “HDB stop” command from a SSH session. The “HDB stop” command will not just shut down the esserver/Dynamic Tiering process but it will shut down the entire HANA system. After the “HDB stop” command completes, you can verify the status of the esserver process by using the “HDB info” command. One benefit of this method is that you know immediately when the stop operation has completed.

Stopping Extended Storage Service
Stopping Extended Storage Service

Another way to stop the extended storage service is through SAP HANA Studio. Open a SQL console and execute the following:

SQL
ALTER SYSTEM STOP SERVICE '<your.machine.name:port.number>';

Stopping Extended Storage Service
Stopping Extended Storage Service

Another way to stop the extended storage service is by double clicking on “<SID>(SYSTEM)” and then navigating to the “Landscape” tab. Right click on the esserver and click “Stop”.

Stopping Extended Storage Service
Stopping Extended Storage Service

Note: The screenshots above illustrate stopping the esserver process when connected through SAP HANA Studio as the SYSTEM user. You would need to allocate an additional permission (SERVICE ADMIN) for the TPCH user to have the same privilege. Make sure to close the Administration window for the TPCH user if you already had it open and then open the Administration window again after you assign the new permissions. This is an example where a database developer would typically not have the same permissions as an administrator and hence cannot do the same functionality. So it is better to stop the services by the SYSTEM user, if you are using Studio to stop the service.

Step 2 Restarting the Extended Storage Service
+

Resources

Discussion

Share feedback on this tutorial or join the conversation in SAP Community.

Submit detailed feedback Discuss in Community
Steps
Step 1 of 2
1. Stopping the Extended Storage Service 2. Restarting the Extended Storage Service

Learn more →