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ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ