Skip to content

Commit bb3277f

Browse files
committed
Fix validation
1 parent 940842a commit bb3277f

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

articles/sap/workloads/sap-high-availability-guide-wsfc-shared-disk.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ The Azure cloud platform doesn't offer the option to configure virtual IP addres
3939

4040
The Azure Load Balancer service provides an *internal load balancer* for Azure. With the internal load balancer, clients reach the cluster over the cluster's virtual IP address.
4141

42-
Deploy the internal load balancer in the resource group that contains the cluster nodes. Then, configure all necessary port-forwarding rules by using the probe ports of the internal load balancer. Clients can connect via the virtual host name. The DNS server resolves the cluster IP address, and the internal load balancer handles port forwarding to the active node of the cluster.
43-
42+
Deploy the internal load balancer in the resource group that contains the cluster nodes. Then, configure all necessary port-forwarding rules by using the probe ports of the internal load balancer. Clients can connect via the virtual host name. The DNS server resolves the cluster IP address, and the internal load balancer handles port forwarding to the active node of the cluster.
43+
4444
![Diagram of a Windows Server Failover Clustering configuration in Azure without a shared disk.][sap-ha-guide-figure-1001]
4545

4646
### SAP ASCS/SCS HA with cluster shared disks
@@ -68,13 +68,13 @@ In a high-availability setting, you cluster SAP ASCS/SCS instances. You use clus
6868
With an Enqueue Replication Server 1 (ERS1) architecture:
6969

7070
- The same ASCS/SCS virtual host name is used to access the SAP message server and enqueue server processes, in addition to the SAP global host files via the *sapmnt* file share.
71-
- The same cluster shared disk (drive S) is shared between them.
71+
- The same cluster shared disk (drive S) is shared between them.
7272

7373
With Enqueue Replication Server 2 (ERS2) architecture:
7474

7575
- The same ASCS/SCS virtual host name is used to access the SAP message server process, in addition to the SAP global host files via the *sapmnt* file share.
7676
- The same cluster shared disk (drive S) is shared between them.
77-
- There's a separate ERS virtual host name to access the enqueue server process.
77+
- There's a separate ERS virtual host name to access the enqueue server process.
7878

7979
![Diagram of an SAP ASCS/SCS high-availability architecture with a shared disk.][sap-ha-guide-figure-8003]
8080

@@ -86,7 +86,7 @@ Shared disks are supported with an ERS1 architecture, where the ERS1 instance:
8686
- Uses a `localhost` name.
8787
- Is deployed on local disks on each of the cluster nodes.
8888

89-
Shared disks are also supported with an ERS2 architecture, where the ERS2 instance:
89+
Shared disks are also supported with an ERS2 architecture, where the ERS2 instance:
9090

9191
- Is clustered.
9292
- Uses a dedicated virtual or network host name.
@@ -230,6 +230,6 @@ For information about other configurations, see the following resources:
230230
[sap-ha-guide-figure-8003]:./media/virtual-machines-shared-sap-high-availability-guide/8003.png
231231

232232
[optional-smb]:high-availability-guide-windows-netapp-files-smb.md#5121771a-7618-4f36-ae14-ccf9ee5f2031 (Optional configuration for SAP Application Servers on WSFC nodes using Server Message Block in Azure NetApp Files)
233-
[optional-fileshare]:sap-high-availability-guide-wsfc-file-share.md#86cb3ee0-2091-4b74-be77-64c2e6424f50 (Optional configuration for SAP Application Servers on WSFC nodes using Windows Scale-Out File Server)
233+
[optional-fileshare]:sap-high-availability-guide-wsfc-file-share.md#sap-application-servers-on-windows-serv-failover-cluster-nodes-using-windows-sofs (Optional configuration for SAP Application Servers on WSFC nodes using Windows Scale-Out File Server)
234234
[optional-smb-sql]:high-availability-guide-windows-netapp-files-smb.md#01541cf2-0a03-48e3-971e-e03575fa7b4f (Optional configuration for SAP ASCS/SCS on SQL Server Always On nodes using Server Message Block in Azure NetApp Files)
235-
[optional-fileshare-sql]:sap-high-availability-guide-wsfc-file-share.md#db335e0d-09b4-416b-b240-afa18505f503 (Optional configuration for SAP ASCS/SCS on SQL Server Always On nodes using Windows Scale-Out File Server)
235+
[optional-fileshare-sql]:sap-high-availability-guide-wsfc-file-share.md#sap-ascs-scs-on-sql-server-always-on-nodes-using-windows-sofs (Optional configuration for SAP ASCS/SCS on SQL Server Always On nodes using Windows Scale-Out File Server)

0 commit comments

Comments
 (0)