SAP Hana - Services (Process)

Sap Hana Architecture

About

An SAP HANA system consists of multiple services

Savepoint

In order to persist data to disk, each SAP HANA service (that persist data ie nameserver, indexserver, xsengine) has its own separate savepoints.

List

Management

Data Dictionary

SELECT * FROM "SYS_DATABASES"."M_SERVICE_MEMORY"
-- Not the same as
SELECT * FROM "PUBLIC"."M_SERVICE_MEMORY"

Monitoring

  • Hana Studio: Administration > Landscape. Columns may be added with the “Configure Viewer” icon.

Sap Hana Studio Administration Landscape

  • Sql can also be used.

See also Service

Stop a service

ALTER SYSTEM STOP SERVICE (host,port)

Kill a service

ALTER SYSTEM KILL SERVICE (host,port) [WITH COREFILE]

Reconfigure a service

ALTER SYSTEM RECONFIGURE SERVICE ('service', 'host', port)

Depending on service, host, port, different services can be reconfigured. See M_SERVICES

Documentation / Reference





Discover More
Sap Hana Architecture
HANA - Database (multiple-container|multitenant )

The database object of HANA. Since SPS 09 (Revision 90),, SAP HANA system can be installed in multiple-container mode, which means it is capable of containing multitenant database containers. A multiple-container...
Sap Hana Architecture
Hana - Data Provisioning Server

Core Hana process When SAP HANA is first installed, the Data Provisioning Server is disabled. Enabling the Data Provisioning Server gives you the ability to use SAP HANA smart data integration....
Sap Hana Architecture
Hana - System parameters - (System Property|Configuration File|Parameter)

/usr/sap/ sid inst is the instance number saphelp_hanaplatform/helpdata/en/3f/1a6a7dc31049409e1a9f9108d73d51/content.htmConfiguring SAP HANA System Properties (INI Files) SAP...
Sap Hana Diagnostic File Daemon
SAP HANA - Daemon Service

The daemon service is the process responsible for starting all HANA core process. HANA daemon starts all the process defined in daemon.ini. On Hana Express, the command property given by daemon...
Hdb Thread Stat Systemdb
SAP HANA - Statistics service (Alert|ESS)

The SAP HANA statistics server (or: statistics service) is a central tool for monitoring the SAP HANA database. Among others it performs the following tasks: Regular check for critical situations...
Sap Hana Architecture
SAP Hana - Data and Log Volume (File)

Each volume contains one file (datavolume_0000.dat) in which data is organized into pages, ranging in size from 4KB to 16MB (page size class). During the installation process, the following default...
Hana Sdi Architecture
SAP Hana - Indexserver service

The index server holds all the data tables and temporary results, and therefore dominates SAP HANA used memory. The main SAP HANA database management component is known as the index server, which contains:...
Sap Hana Memory
SAP Hana - Memory

When SAP HANA starts up, the OS reserves memory for the program code (sometimes called the text), the program stack, and static data. It then dynamically reserves additional data memory upon...
Sap Hana Architecture
SAP Hana - Savepoint

SAP HANA persists in-memory data by using savepoints. Each SAP HANA service has its own separate savepoints. logs During a savepoint operation, the SAP HANA database flushes all changed data from...
Sap Hana Architecture
SAP Hana - System

An SAP HANA system consists of multiple services



Share this page:
Follow us:
Task Runner