SAP HANA Service Inconsistencies
From time to time You install and next uninstall specific addon’s to HANA. After that a red traffic light is displayed for one or several services. What can we do to get rid of the red controls?
Useful notes:
- 2222249 – How-To: Resolving SAP HANA Service Inconsistencies between Daemon and Topology
- 2477204 – FAQ: SAP HANA Services and Ports
- 2488811 – Two separate XS controller services in HANA Studio landscape tab.
Use below SQL to check, i.e. services diserver and xsuaaserver:
SELECT * FROM M_TOPOLOGY_TREE
WHERE PATH = ‘/host/XXXX/xsuaaserver’ OR PATH = ‘/host/XXXX/diserver’
replace XXXX with your hostname.
Next You can disable unnecessary service:
ALTER SYSTEM ALTER CONFIGURATION (‘topology.ini’, ‘system’) UNSET (‘/host/XXXX’, ‘xsuaaserver’) WITH RECONFIGURE;
ALTER SYSTEM ALTER CONFIGURATION (‘topology.ini’, ‘system’) UNSET (‘/host/XXXX’, ‘diserver’) WITH RECONFIGURE;
We check services once again. Now is better: