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

Monitoring SAP HANA Using SAP HANA Cockpit and SAP HANA Studio for SAP HANA Dynamic Tiering

Checking the esserver process and coordinator types to determine if Dynamic Tiering is running and if extended storage is created and running.

Overview

🎓 beginner 15 min. SAP HANA Dynamic TieringBeginnerSAP HANABig DataSql

You will learn

  • โœ”Capabilities of SAP HANA Cockpit related to SAP HANA Dynamic Tiering
  • โœ”Checking the Esserver Status to see if Dynamic Tiering is active
  • โœ”Checking Coordinator Types to see if extended storage is running and created
Unknown U Unknown November 1, 2022
Created by March 6, 2017
Contributors

Prerequisites

Prerequisites

  • Proficiency: Beginner
  • System: Access to an SAP HANA 2.0 system with the optional SAP HANA Dynamic Tiering component installed.
  • Integrated Development Environment: Cockpit is already installed and configured. Basic working knowledge of SAP HANA Studio and SAP HANA Cockpit. E.g. You should be able to connect to your HANA instance from SAP HANA Studio and feel comfortable with executing simple queries.
  • Credentials: Have a cockpit admin user and password with access to your HANA system and access to “<SID>adm” for a SSH session

Steps

Next Steps

Time to Complete

10 Min


SAP HANA cockpit provides a single point of access to a range of SAP HANA administration and monitoring tasks. It is used to monitor and ensure the overall health of the system. It enables a user to configure tasks such as:

  • Checking the status of the system i.e. verifying if it’s active and running, and configuring system properties
  • How to stop and start extended storage
  • How to add and remove additional space for extended storage

Intro

SAP HANA cockpit is also used for monitoring and managing checks which include:

  • Analyzing usage of CPU, memory and tables i.e. how much memory is being used
  • Used to monitor the percentage of DBspace in use and view alerts for DBspaces nearing their capacity
  • Ability to view and search for various server logs and custom traces

SAP HANA Studio is a rich client tool based on an Eclipse platform. SAP HANA Studio is the central development environment and a key administration and monitoring tool for SAP HANA. There are a several tabs providing detailed status information for the HANA system. For example, the “Overview” tab in the HANA Studio displays the overall status of the HANA system including the Dynamic Tiering component. More detailed status information for each process on a per host basis is then provided under the “Landscape” tab. We will explain the contents of these tabs in more detail later on in this lesson.

Step 1 Checking the Status of the Esserver
โ€”

One of the most important things to be validated once your Dynamic Tiering node is installed is to see whether everything is up and running. The esserver is the Dynamic Tiering server process. If the esserver is running, it means the Dynamic Tiering environment is active and running.

One way to check the status of the esserver is through SAP HANA Cockpit. Navigate to your system on SAP HANA Cockpit and the click under “Overall Database Status”.

Overall Database Status
Overall Database Status

You will be taken to the following page where you can see the status of the esserver.

Check esserver
Check esserver

Note: This page allows you to view all the hosts along with various details such as the host’s status, service, role, etc.

Ignore this line. It is used for format purposes.

Another way to check the status of the esserver is through SAP HANA Studio. In the SAP HANA Administration Console perspective, right click on “<SID>(TPCH)”, hover over “Configuration and Monitoring” and click on “Open Administration”.

Open Administration
Open Administration

Under the “Overview” tab you can see that the Dynamic Tiering system is running under “Distributed System

Dynamic Tiering Running
Dynamic Tiering Running

Now to view the esserver, click on the “Landscape” tab. You should see whether the esserver is active or not by looking under the “Active” column as seen below.

Check esserver
Check esserver

Note: Under this tab you can also check how much memory each host is using.

For format purposes. Ignore this Line.

The third way to view the status of the esserver is through a SSH session. Open up a SSH session for your Dynamic Tiering host and switch from the original user to &lt;sid&gt;adm using the su - &lt;sid&gt;adm command. Make sure to replace &lt;sid&gt; with your system id.

Once you are logged in as &lt;sid&gt;adm you may run the command “HDB info” to view whether the esserver is running or not. If you see the highlighted part from the picture below in your SSH session, this means the esserver is running.

Check esserver
Check esserver

Step 2 Checking Different Services
+

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. Checking the Status of the Esserver 2. Checking Different Services

Learn more →