1. SAP HANA Server Installation and Update Guide (SAP HANA Platform 2.0 SPS 07)
Section 3.2
"File System Layout for SAP HANA": This section details the recommended file system structure. It explicitly lists /hana/shared/ as "Shared by all hosts in a distributed SAP HANA system" and /hana/log/ as "Host-specific" for log volumes. This confirms the distinct and required nature of these paths.
Section 4.3.1
"Installing a New SAP HANA System Using the Command-Line Interface": The documentation lists the parameters for the hdblcm tool. Key parameters include --sapmntpath (defaults to /hana/shared) and --logpath (defaults to /hana/log). This shows these are direct inputs for the installation process.
2. SAP HANA Administration Guide for SAP HANA Platform
Section "File System and Storage" -> "Recommended File System Layout": This guide reiterates the importance of the shared file system (/hana/shared) for multi-host systems and the local file systems for data and log volumes (/hana/data
/hana/log) on each host. It emphasizes that /hana/shared must be mounted on all hosts.