Skip to content

Commit 53e695a

Browse files
authored
Merge pull request #181512 from stm605/sapdfs
Changes following PR #180146
2 parents 6ca4b3e + 0504cac commit 53e695a

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

articles/virtual-machines/workloads/sap/get-started.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ In this section, you can find information in how to configure SSO with most of t
7777
In this section, you find documents about Microsoft Power BI integration into SAP data sources as well as Azure Data Factory integration into SAP BW.
7878

7979
## Change Log
80+
- November 30, 2021: Added [Using Windows DFS-N to support flexible SAPMNT share creation for SMB-based file share](./high-availability-guide-windows-dfs.md)
8081
- November 22, 2021: Change in [HA for SAP NW on SLES with NFS on Azure Files](./high-availability-guide-suse-nfs-azure-files.md) and [HA for SAP NW on RHEL with NFS on Azure Files](./high-availability-guide-rhel-nfs-azure-files.md) to clarify the guidelines for J2EE SAP systems and share consolidations per storage account.
8182
- November 16, 2021: Release of high availability guides for SAP ASCS/ERS with NFS on Azure files [HA for SAP NW on SLES with NFS on Azure Files](./high-availability-guide-suse-nfs-azure-files.md) and [HA for SAP NW on RHEL with NFS on Azure Files](./high-availability-guide-rhel-nfs-azure-files.md).
8283
- November 15, 2021: Introduction of new proximity placement architecture for zonal deployments in [Azure proximity placement groups for optimal network latency with SAP applications](./sap-proximity-placement-scenarios.md)

articles/virtual-machines/workloads/sap/high-availability-guide-windows-azure-files-smb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Prerequisites for the installation of SAP NetWeaver High Availability Systems on
134134
8. Verify the ACLs on the SID and trans directory.
135135

136136
## Disaster Recovery setup
137-
Disaster Recovery scenarios or Cross-Region Replication scenarios are supported with Azure Files Premium SMB. All data in Azure Files Premium SMB directories can be continuously synchronized to a DR region storage account using [this link.](/azure/storage/common/storage-use-azcopy-files#synchronize-files) After a Disaster Recovery event and failover of the ASCS instance to the DR region, change the SAPGLOBALHOST profile parameter to the point to Azure Files SMB in the DR region. The same preparation steps should be performed on the DR storage account to join the storage account to Active Directory and assign RBAC roles for SAP users and groups.
137+
Disaster Recovery scenarios or Cross-Region Replication scenarios are supported with Azure Files Premium SMB. All data in Azure Files Premium SMB directories can be continuously synchronized to a DR region storage account using [Synchronize Files under Transfer data with AzCopy and file storage.](/azure/storage/common/storage-use-azcopy-files#synchronize-files) After a Disaster Recovery event and failover of the ASCS instance to the DR region, change the SAPGLOBALHOST profile parameter to the point to Azure Files SMB in the DR region. The same preparation steps should be performed on the DR storage account to join the storage account to Active Directory and assign RBAC roles for SAP users and groups.
138138

139139
## Troubleshooting
140140
The PowerShell scripts downloaded in step 3.c contain a debug script to conduct some basic checks to validate the configuration.

articles/virtual-machines/workloads/sap/high-availability-guide-windows-dfs.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,11 @@ with **DIR_TRANS = \\\contoso.local\sapmnt\erp-trans in the DEFAULT.PFL profile*
4242

4343
## Microsoft DFS-N
4444

45-
An introduction and the installation instructions for DFS-N can be found [here](/windows-server/storage/dfs-namespaces/dfs-overview)
46-
47-
Adding resiliency to DFS-N is described at the end of this documentation.
45+
[DFS Namespaces overview](/windows-server/storage/dfs-namespaces/dfs-overview) provides an introduction and the installation instructions for DFS-N
4846

4947
## Setting up Folder Targets for Azure NetApp Files SMB
5048

51-
Folder Targets for Azure NetApp Files SMB are volumes technically created the same way as described [here](./high-availability-guide-windows-netapp-files-smb.md) without using DFS-N.
49+
Folder Targets for Azure NetApp Files SMB are volumes technically created the same way as described in [High availability for SAP NetWeaver on Azure VMs on Windows with Azure NetApp Files(SMB) for SAP applications](./high-availability-guide-windows-netapp-files-smb.md) without using DFS-N.
5250
![anf-volumes-overview](media/virtual-machines-shared-sap-high-availability-guide/anf-volumes.png)Portal screenshot with existing ANF volumes.
5351

5452
## Configuring DFS-N for SAPMNT

articles/virtual-machines/workloads/sap/high-availability-guide-windows-netapp-files-smb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ While the resource consumption of the SAP ASCS/SCS is fairly small, a reduction
243243
> The picture shows the use of additional local disks. This is optional for customers who will not install application software on the OS drive (C:\)
244244
>
245245
### Using Windows DFS-N to support flexible SAPMNT share creation for SMB based file share
246-
Using DFS-N allows you to utilize individual sapmnt volumes for SAP systems deployed within the same Azure region and subscription. The documentation for this setup can be found [here][dfs-n-reference]
246+
Using DFS-N allows you to utilize individual sapmnt volumes for SAP systems deployed within the same Azure region and subscription. [Using Windows DFS-N to support flexible SAPMNT share creation for SMB-based file share][dfs-n-reference] shows how to set this up.
247247

248248
## Next steps
249249

0 commit comments

Comments
 (0)