Skip to content

Commit a016808

Browse files
authored
Acrolinx
1 parent af16faf commit a016808

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

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

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,14 @@ Prerequisites for the installation of SAP NetWeaver High Availability Systems on
8989
1. Download the [Azure Files GitHub](../../storage/files/storage-files-identity-ad-ds-enable.md#download-azfileshybrid-module) content and execute the [script](../../storage/files/storage-files-identity-ad-ds-enable.md#run-join-azstorageaccount).
9090
This script creates either a Computer Account or Service Account in Active Directory. The user running the script must have the following properties:
9191
* The user running the script must have permission to create objects in the Active Directory Domain containing the SAP servers. Typically, a domain administrator account is used such as **[email protected]**
92-
* Before executing the script confirm that this Active Directory Domain user account is synchronized with Azure Active Directory (AAD). An example of this would be to open the Azure portal and navigate to AAD users and check that the user **[email protected]** exists and verify the AAD user account **[email protected]**.
92+
* Before executing the script confirm that this Active Directory Domain user account is synchronized with Azure Active Directory (Azure AD). An example of this would be to open the Azure portal and navigate to Azure AD users and check that the user **[email protected]** exists and verify the Azure AD user account **[email protected]**.
9393
* Grant the **Contributor RBAC** role to this Azure Active Directory user account for the Resource Group containing the storage account holding the File Share. In this example, the user **[email protected]** is granted **Contributor Role** to the respective Resource Group
9494
* The script should be executed while logged on to a Windows server using an Active Directory Domain user account with the permission as specified above, in this example the account **[email protected]** would be used.
9595
>[!IMPORTANT]
9696
> When executing the PowerShell script command **Connect-AzAccount**, it is highly recommended to enter the Azure Active Directory user account that corresponds and maps to the Active Directory Domain user account used to logon to a Windows Server, in this example this is the user account **[email protected]**
9797
>
9898
In this example scenario, the Active Directory Administrator would logon to the Windows Server as **[email protected]** and when using the **PS command Connect-AzAccount** connect as user **[email protected]**. Ideally the Active Directory Administrator and the Azure Administrator should work together on this task.
99-
![PowerShell-script-1](media/virtual-machines-shared-sap-high-availability-guide/ps-script-1.png)Screenshot of the PowerShell script creating local AD account.
99+
![Screenshot of the PowerShell script creating local AD account.](media/virtual-machines-shared-sap-high-availability-guide/ps-script-1.png)
100100

101101
![smb-configured-screenshot](media/virtual-machines-shared-sap-high-availability-guide/smb-config-1.png)Azure portal screenshot after successful PowerShell script execution.
102102

@@ -108,7 +108,6 @@ Prerequisites for the installation of SAP NetWeaver High Availability Systems on
108108
> [!IMPORTANT]
109109
> This step must be completed before the SAPInst installation or it will be difficult or impossible to change ACLs after SAPInst has created directories and files on the File Share
110110
>
111-
![ACL Properties](media/virtual-machines-shared-sap-high-availability-guide/smb-share-properties-1.png)Windows Explorer screenshot of the assigned user rights.
112111
113112
The following screenshots show how to add Computer machine accounts by selecting the Object Types -> Computers
114113
![Windows Server screenshot of adding the cluster name to the local AD](media/virtual-machines-shared-sap-high-availability-guide/add-computer-account-2.png)Windows Server screenshot of adding the cluster name to the local AD.
@@ -118,7 +117,7 @@ Prerequisites for the installation of SAP NetWeaver High Availability Systems on
118117
![Screenshot of adding AD computer account - Step 3](media/virtual-machines-shared-sap-high-availability-guide/add-computer-account-4.png)Screenshot of adding AD computer account - Step 3
119118
![Screenshot of computer account access properties](media/virtual-machines-shared-sap-high-availability-guide/add-computer-account-5.png)Screenshot of computer account access properties.
120119

121-
8. Ifnecessary move the Computer Account created for Azure Files to an Active Directory Container that doesn't have account expiry. The name of the Computer Account will be the short name of the storage account
120+
8. If necessary move the Computer Account created for Azure Files to an Active Directory Container that doesn't have account expiry. The name of the Computer Account will be the short name of the storage account
122121

123122
124123
> [!IMPORTANT]
@@ -145,9 +144,9 @@ The PowerShell scripts downloaded in step 3.c contain a debug script to conduct
145144
```powershell
146145
Debug-AzStorageAccountAuth -StorageAccountName $StorageAccountName -ResourceGroupName $ResourceGroupName -Verbose
147146
```
148-
![PowerShell script to validate configuration.](media/virtual-machines-shared-sap-high-availability-guide/smb-share-validation-2.png)PowerShell screenshot of the debug script output.
147+
![Screenshot of PowerShell script to validate configuration.](media/virtual-machines-shared-sap-high-availability-guide/smb-share-validation-2.png)PowerShell screenshot of the debug script output.
149148

150-
![PowerShell script to retrieve technical info.](media/virtual-machines-shared-sap-high-availability-guide/smb-share-validation-1.png)The following screen shows the technical information to validate a successful domain join.
149+
![Screenshot of PowerShell script to retrieve technical info.](media/virtual-machines-shared-sap-high-availability-guide/smb-share-validation-1.png)The following screen shows the technical information to validate a successful domain join.
151150
## Useful links & resources
152151

153152
* SAP Note [2273806][2273806] SAP support for storage or file system related solutions
@@ -175,7 +174,7 @@ While the resource consumption of the SAP ASCS/SCS is fairly small, a reduction
175174

176175
### <a name="5121771a-7618-4f36-ae14-ccf9ee5f2031"></a>SAP Application Servers on WSFC nodes using Azure Files SMB
177176

178-
![Sreenshot of HA setup with additional application servers.](media/virtual-machines-shared-sap-high-availability-guide/HA-AFSMB+AS.PNG)SAP application Servers locally installed.
177+
![Screenshot of HA setup with additional application servers.](media/virtual-machines-shared-sap-high-availability-guide/HA-AFSMB+AS.PNG)SAP application Servers locally installed.
179178

180179
> [!NOTE]
181180
> 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:\)
@@ -187,7 +186,7 @@ While the resource consumption of the SAP ASCS/SCS is fairly small, a reduction
187186
> Using Azure Files SMB for any SQL Server volume is not supported.
188187
>
189188
190-
![SAP ASCS/SCS on SQL Server Always On nodes using Azure Screeshot of Azure Files SMB with local SQL Server setup.](media/virtual-machines-shared-sap-high-availability-guide/ha-sql+ascs-af-smb.png)SAP ASCS/SCS on SQL Server Always On nodes using Azure Files SMB
189+
![Diagram of SAP ASCS/SCS on SQL Server Always On nodes using Azure Screenshot of Azure Files SMB with local SQL Server setup.](media/virtual-machines-shared-sap-high-availability-guide/ha-sql+ascs-af-smb.png)SAP ASCS/SCS on SQL Server Always On nodes using Azure Files SMB
191190

192191
> [!NOTE]
193192
> 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:\)

0 commit comments

Comments
 (0)