SAP HANA Services and Ports

The following services can exist in SAP HANA environments (‘xx’ is a placeholder for the instance ID):

Service Port (single instance) Port (multitenant) Details
daemon 3xx00 3xx00 Monitoring and controlling of SAP HANA instance state
nameserver 3xx01 3xx01 Administrative tasks like:

  • Taking care of topology information
  • Load history collection (SAP Note 2222110)
  • Monitoring of system replication (with hdbnsutil interface)

System database of multitenant systems (SAP Note 2101244):

  • Information about MDC tenants
  • Takeover of standard indexserver tasks for system database (e.g. statistics server monitoring and alerting)
preprocessor 3xx02 3xx02 Text processing tasks, e.g. for text search
indexserver 3xx03 3xx40 and higher Main SAP HANA service:

  • Owner of row and column store (SAP Note 2222277)
  • Owner of execution engines for processing database requests
scriptserver 3xx04 3xx40 and higher Execution of C++ AFL libraries
statisticsserver 3xx05 n/a The standalone statistics server is embedded in the indexserver with SAP HANA 1.00.93 and higher (SAP Note 2147247), so it no longer exists as a dedicated service.
webdispatcher 3xx06 3xx06 Processing of http requests
xsengine 3xx07 3xx40 and higher Native SAP HANA application server (XS Classic), will be over time replaced with XS Advanced
hdbrss 3xx09 3xx09 Remote support daemon (SAP Note 1058533)

Not a real service

compileserver 3xx10 3xx10 Responsible for compilation of procedures
dpserver 3xx11 3xx40 and higher Smart data integration support (SAP Note 2400022)
esserver 3xx12 4xx12 Dynamic tiering support
streamingserver 3xx16
3xx26
3xx16
3xx26
Smart data streaming support
etsserver 3xx21 – 3xx24 3xx21 – 3xx24 Accelerator for SAP Adaptive Server Enterprise (ASE)
diserver 3xx25 3xx05 (systemdb)
3xx25 (migrated tenant)
3xx40 and higher (normal tenant)
Deployment infrastructure (HDI)
rdsyncserver 3xx27
3xx28
3xx27
3xx28
Remote data synchronization (real-time replication with SAP SQL anywhere)
xscontroller 3xx29
3xx30
3xx33
3xx29
3xx30
3xx33
XS Advanced (XSA) controller
xsuaaserver 3xx31
3xx32
3xx31
3xx32
XS Advanced (XSA) core service for controller
xsexecagent dynamic dynamic XS Advanced (XSA) execution agent
docstore 3xx60 3xx60 Document store repository access via JSON
sapstartsrv 5xx13
5xx14
5xx13
5xx14
Start / stop of SAP HANA services and monitoring their state

Be aware that there can be deviations from the port mappings described above, e.g.:

  • If more than one indexserver is installed in a single instance, it will have port number 3xx15 (, 3xx18, …).
  • For MDC specific details see SAP Note 2101244 (“Why do we see indexserver port other than 3<InstanceNr>03 on tenant databases?”).
  • For smart data integration (SDI) specific details see SAP Note 2511196.

Leave a comment