Skip to content

Commit 5199591

Browse files
committed
fix example 4 heading. other crr notes
1 parent 9a23333 commit 5199591

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/azure-netapp-files/configure-application-volume-group-sap-hana-api.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Using application volume groups requires understanding the rules and restriction
3939
* For data, log and shared volumes, SAP HANA certification requires NFSv4.1 protocol.
4040
* 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.
4141
* 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.
4343
* You should follow the naming convention outlined in the following table.
4444

4545
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
104104
| `applicationType` | Application type | Must be "SAP-HANA" |
105105
| `applicationIdentifier` | Application specific identifier string, following application naming rules | The SAP System ID, which should follow aforementioned naming rules, for example `SH9` |
106106
| `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>
108108
Required: _data_ and _log_.</li><ul> |
109109

110110
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
170170
>[!NOTE]
171171
>You need to replace the placeholders and adapt the parameters to meet your requirements.
172172

173-
#### Example single-host SAP HANA application volume group creation Request
173+
#### Example single-host SAP HANA application volume group creation request
174174

175175
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.
176176
@@ -901,15 +901,15 @@ This example encompasses the creation of data, log, shared, data-backup, and log
901901
}
902902
```
903903

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
905905

906906
Cross-region replication is one way to set up a disaster recovery configuration for HANA, where the volumes of the HANA database in 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 for an SAP HANA system as a DR system using cross-region replication](application-volume-group-disaster-recovery.md) to understand for which volumes in cross-region replication relations are required (data, shared, log-backup), not allowed (log), or optional (data-backup).
907907

908908
In this example, the following placeholders are specified and should be replaced by values specific to your configuration:
909909
1. `<CapacityPoolResourceId3>`: DR capacity pool resource ID, for example:
910910
`/subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/DR_SH9_HSR_Pool`
911911
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.
913913

914914
```json
915915
{

0 commit comments

Comments
 (0)