You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -97,6 +97,22 @@ Accumulating multiple Azure disks underneath a stripe set, is accumulative from
97
97
> [!IMPORTANT]
98
98
> In case you're using LVM or mdadm as volume manager to create stripe sets across multiple Azure premium disks, the three SAP HANA FileSystems /data, /log and /shared must not be put in a default or root volume group. It's highly recommended to follow the Linux Vendors guidance which is typically to create individual Volume Groups for /data, /log and /shared.
99
99
100
+
## Considerations for the HANA shared file system
101
+
102
+
When sizing the HANA file systems the spotlight is on the data and log file HANA systems. Yet, appropriately sizing **/hana/shared** also plays an important role in operating a stable HANA system, especially when deployed in HA configuration.
103
+
If undersized, **/hana/shared** could become I/O saturated or latency can increase. For example: writing a large dump, or intensive tracing, HANA backup location left pointing to /hana/shared could exceed the available throughput / IOps.
104
+
105
+
If the HANA system is in HA configuration, a slow response from the shared file system, i.e. **/hana/shared** could result in cluster resources timeouts, which in turn may lead to unnecessary failovers, as the HANA resource agents erroneously assume the database is not available.
106
+
107
+
The SAP guidelines for **/hana/shared** for recommended recommended sizes would look like:
108
+
109
+
| Volume | Recommended Size |
110
+
| --- | --- |
111
+
| /hana/shared scale-up | Min(1 TB, 1 x RAM) |
112
+
| /hana/shared scale-out | 1 x RAM of worker node<br /> per four worker nodes |
113
+
114
+
In addition to the documented guidelines, when sizing **/hana/shared** ensure that there is enough bandwidth to absorb the above described operations.
115
+
100
116
101
117
## Azure Premium Storage v1 configurations for HANA
102
118
For detailed HANA storage configuration recommendations using Azure premium storage v1, read the document [SAP HANA Azure virtual machine Premium SSD storage configurations](./hana-vm-premium-ssd-v1.md)
0 commit comments