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.

已提问 1 个月前285 查看次数
1 回答
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
已回答 1 个月前
profile picture
专家
已审核 1 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则