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
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/configure-application-volume-group-sap-hana-api.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ Using application volume groups requires understanding the rules and restriction
39
39
* For data, log and shared volumes, SAP HANA certification requires NFSv4.1 protocol.
40
40
* Log-backup and file-backup volumes, if created optionally with the volume group of the first HANA host, may use NFSv4.1 or NFSv3 protocol.
41
41
* Each volume must have at least one export policy defined. To install SAP, root access must be enabled.
42
-
* Kerberos nor LDAP enablement are not supported.
42
+
* Kerberos and LDAP enablement are not supported.
43
43
* You should follow the naming convention outlined in the following table.
44
44
45
45
The following list describes all the possible volume types for application volume groups for SAP HANA.
@@ -104,7 +104,7 @@ The following table describes the request body parameters and group level proper
104
104
|`applicationType`| Application type | Must be "SAP-HANA" |
105
105
|`applicationIdentifier`| Application specific identifier string, following application naming rules | The SAP System ID, which should follow aforementioned naming rules, for example `SH9`|
106
106
|`deploymentSpecId`| Deployment specification identifier defining the rules to deploy the specific application volume group type | Must be: “20542149-bfca-5618-1879-9863dc6767f1” |
107
-
| `volumes` | Array of volumes to be created (see the next table for volume-granular details) | Volume count depends upon host configuration: <ul><li>Single-host (3-5 volumes)</li><li>**Required**: _data_, _log_ and _shared_. **Optional**: _data-backup_, _log-backup_ </li><li> Multiple-Host (two volumes)
107
+
| `volumes` | Array of volumes to be created (see the next table for volume-granular details) | Volume count depends upon host configuration: <ul><li>Single-host (3-5 volumes) <br></br> **Required**: _data_, _log_ and _shared_. <br></br> **Optional**: _data-backup_, _log-backup_ </li><li> Multiple-host (two volumes) <br></br>
108
108
Required: _data_ and _log_.</li><ul> |
109
109
110
110
This table describes the request body parameters and volume properties for creating a volume in a SAP HANA application volume group.
@@ -170,7 +170,7 @@ To create the five volumes (data, log, shared, data-backup, log-backup) for a si
170
170
>[!NOTE]
171
171
>You need to replace the placeholders and adapt the parameters to meet your requirements.
172
172
173
-
#### Example single-host SAP HANA application volume group creation Request
173
+
#### Example single-host SAP HANA application volume group creation request
174
174
175
175
This example pertains to data, log, shared, data-backup, and log-backup volumes demonstrating best practices for naming, sizing, and throughputs. This example will serve as the primary volume if you're configuring an HSR pair.
176
176
@@ -901,15 +901,15 @@ This example encompasses the creation of data, log, shared, data-backup, and log
901
901
}
902
902
```
903
903
904
-
### Example 4: Deploy volumes for a secondary HANA system using HANA system replication
904
+
### Example 4: Deploy volumes for a disaster recovery HANA system using cross-region replication
905
905
906
906
Cross-region replication is one way to set up a disaster recovery configuration forHANA, where the volumes of the HANA databasein the DR-region are replicated on the storage side using cross-region replication in contrast to HSR, which replicates at the application level where it requires to have the HANA VMs deployed and running. Refer to the documentation (link) to understand which volumes require CRR replication. Refer to [Add volumes foran SAP HANA system as a DR system using cross-region replication](application-volume-group-disaster-recovery.md) to understand for which volumesin cross-region replication relations are required (data, shared, log-backup), not allowed (log), or optional (data-backup).
907
907
908
908
In this example, the following placeholders are specified and should be replaced by values specific to your configuration:
909
909
1. `<CapacityPoolResourceId3>`: DR capacity pool resource ID, for example:
2. `<ProximityPlacementGroupResourceId3>`: DR proximity placement group, for example:`/subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/test/providers/Microsoft.Compute/proximityPlacementGroups/DR_SH9_PPG`
912
-
3. `<SrcVolumeId_data>`, `<SrcVolumeId_shared>`, `<SrcVolumeId_data-backup>`, `<SrcVolumeId_log-backup>`: cross-region replication source volume IDs for the data, log, shared, and log-backup cross-region replication destination volumes.
912
+
3. `<SrcVolumeId_data>`, `<SrcVolumeId_shared>`, `<SrcVolumeId_data-backup>`, `<SrcVolumeId_log-backup>`: cross-region replication source volume IDs for the data, shared, and log-backup cross-region replication destination volumes.
0 commit comments