How do I add nodes to SAP HANA scale-out deployment backed by Amazon EBS volumes?

0

When running hdbclm, SAP HANA will check if the underlying Amazon EBS storage of data and logs is shared. When adding node to SAP HANA backed system with Amazon EBS volumes, you may encounter error:

Directory '/hana/data/SID/mnt00001' is not shared on host123. 

Posting this question to share the resolution.

gefragt vor einem Monat285 Aufrufe
1 Antwort
0

Customers can setup scale-out SAP HANA system on AWS with multiple hosts backed by Amazon EBS volumes. With Amazon EBS volumes, multi-host SAP HANA install must be performed on a non-shared storage configuration. After installing the SAP HANA coordinator node, additional nodes can be added to SAP HANA environment. Below steps will help resolve errors when adding nodes to existing SAP HANA system.

When running hdbclm, SAP HANA will check if the underlying Amazon EBS storage of data and logs is shared. When adding node to SAP HANA backed system with Amazon EBS volumes, you may encounter error:

Directory '/hana/data/SID/mnt00001' is not shared on host123

To debug this error with hdbclm.log, you will see log error entries such as:

error 5514: cannot modify the system;host to be added cannot access shared data,log path

After installing the SAP HANA coordinator host in multi-node scale-out configuration, you must edit the parameter basepath_shared in /hana/shared/<SID>/global/hdb/custom/config/global.ini

[persistence]  
basepath_shared = yes

The default value of basepath_shared is 'yes'.

For Amazon EBS volumes, this must be set to 'no' to add nodes to the SAP HANA scale-out system.
/hana/shared/<SID>/global/hdb/custom/config/global.ini

[persistence]    
basepath_shared = no
beantwortet vor einem Monat
profile picture
EXPERTE
überprüft vor einem Monat

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen