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
@@ -204,11 +205,16 @@ Before you start the installation, review the following articles:
204
205
205
206
*[Prepare Azure infrastructure SAP high availability by using a Windows failover cluster and file share for SAP ASCS/SCS instances][sap-high-availability-infrastructure-wsfc-file-share]
206
207
208
+
*[High availability for SAP NetWeaver on Azure VMs][high-availability-guide]
209
+
207
210
You need the following executables and DLLs from SAP:
208
-
* SAP Software Provisioning Manager (SWPM) installation tool version SPS21 or later.
209
-
* Download the latest NTCLUST.SAR archive with new SAP cluster resource DLL. The new SAP cluster DLLs support SAP ASCS/SCS high availability with file share on Windows Server Failover Cluster.
211
+
* SAP Software Provisioning Manager (SWPM) installation tool version SPS25 or later.
212
+
* SAP Kernel 7.49 or later
213
+
214
+
> [!IMPORTANT]
215
+
> Clustering SAP ASCS/SCS instances by using a file share is supported for SAP NetWeaver 7.40 (and later), with SAP Kernel 7.49 (and later).
216
+
>
210
217
211
-
For more information about the new SAP cluster resource DLL, see this blog: [New SAP cluster resource DLL is available!][sap-blog-new-sap-cluster-resource-dll].
212
218
213
219
We do not describe the Database Management System (DBMS) setup because setups vary depending on the DBMS you use. However, we assume that high-availability concerns with the DBMS are addressed with the functionalities that various DBMS vendors support for Azure. Such functionalities include AlwaysOn or database mirroring for SQL Server, and Oracle Data Guard for Oracle databases. In the scenario we use in this article, we didn't add more protection to the DBMS.
214
220
@@ -219,58 +225,6 @@ There are no special considerations when various DBMS services interact with thi
219
225
>
220
226
>
221
227
222
-
## Install an ASCS/SCS instance on an ASCS/SCS cluster
223
-
224
-
> [!IMPORTANT]
225
-
>
226
-
> Currently, a high-availability setting with a file share configuration is not supported by the SAP SWPM installation tool. Therefore, some manual adoption is necessary to install an SAP system (for example, to install and cluster an SAP ASCS/SCS instance and configure a separate SAP global host).
227
-
>
228
-
> There is no change in other installation steps to install (and cluster) a DBMS instance and SAP application servers.
229
-
>
230
-
231
-
### Install an ASCS/SCS instance on your local drive
232
-
233
-
Install an SAP ASCS/SCS instance on *both* nodes of the ASCS/SCS cluster. Install it on local drive. In our example, the local drive is C:\\, but you can choose any other local drive.
234
-
235
-
To install the instance, in the SAP SWPM installation tool, go to:
1. Stop SAP ASCS/SCS instances on both ASCS/SCS cluster nodes.
342
-
2. Stop SAP ASCS/SCS Windows services **SAP\<SID>_\<InstanceNumber>** on both cluster nodes.
343
-
344
-
## Move the \SYS\... folder to the SOFS cluster
345
-
346
-
Execute the following steps:
347
-
1. Copy the SYS folder (for example, `C:\usr\sap\<SID>\SYS`) from one of the ASCS/SCS cluster nodes to the SOFS cluster (for example, to `C:\ClusterStorage\Volume1\usr\sap\<SID>\SYS`).
348
-
2. Delete the `C:\usr\sap\<SID>\SYS` folder from both ASCS/SCS cluster nodes.
349
-
350
-
## Update the cluster security setting on the SAP ASCS/SCS cluster
289
+
## Create a virtual host name for the clustered SAP ASCS/SCS instance
351
290
352
-
Execute the following PowerShell script on one of the SAP ASCS/SCS cluster nodes:
291
+
Create an SAP ASCS/SCS cluster network name (for example, **pr1-ascs [10.0.6.7]**), as described in [Create a virtual host name for the clustered SAP ASCS/SCS instance][sap-high-availability-installation-wsfc-shared-disk-create-ascs-virt-host].
353
292
354
-
```powershell
355
-
# Grant <DOMAIN>\SAP_<SID>_GlobalAdmin group access to the cluster
Create an SAP ASCS/SCS cluster network name (for example, **pr1-ascs [10.0.6.7]**), as described in [Create a virtual host name for the clustered SAP ASCS/SCS instance][sap-high-availability-installation-wsfc-shared-disk-create-ascs-virt-host].
302
+
### Add a probe port
371
303
372
-
## Update the default and SAP ASCS/SCS instance profile
373
-
374
-
To use the new SAP ASCS/SCS virtual host name and SAP global host name, you must update the default and SAP ASCS/SCS instance profile \<SID>_ASCS/SCS\<Nr>_\<Host>.
304
+
Configure an SAP cluster resource, the SAP-SID-IP probe port, by using PowerShell. Execute this configuration on one of the SAP ASCS/SCS cluster nodes, as described [in this article][sap-high-availability-installation-wsfc-shared-disk-add-probe-port].
375
305
306
+
### Install an ASCS/SCS instance on the second ASCS/SCS cluster node
376
307
377
-
| Old values ||
378
-
| --- | --- |
379
-
| SAP ASCS/SCS host name = SAP global host | ascs-1 |
380
-
| SAP ASCS/SCS instance profile name | PR1_ASCS00_ascs-1 |
308
+
Install an SAP ASCS/SCS instance on the second cluster node. To install the instance, in the SAP SWPM installation tool, go to:
381
309
382
-
| New values ||
383
-
| --- | --- |
384
-
| SAP ASCS/SCS host name |**pr1-ascs**|
385
-
| SAP global host |**sapglobal**|
386
-
| SAP ASCS/SCS instance profile name | PR1\_ASCS00\_**pr1-ascs**|
1. Install a new version of the SAP cluster resource that supports the file-share scenario.
446
-
447
-
2. Download the latest NTCLUST.SAR package from the SAP Service Marketplace.
448
-
449
-
3. Unpack NTCLUS.SAR on one of the ASCS/SCS cluster nodes, and then run the following command from the command prompt to install the new saprc.dll file:
450
-
451
-
```
452
-
.\NTCLUST\insaprct.exe -yes -install
453
-
```
454
-
455
-
The new saprc.dll file is installed on both ASCS/SCS cluster nodes.
456
-
457
-
For more information, see [SAP Note 1596496 - How to update SAP resource type DLLs for Cluster Resource Monitor][1596496].
458
-
459
-
## Create a SAP \<SID> cluster group, network name, and IP
460
-
461
-
To create a SAP \<SID> cluster group, an ASCS/SCS network name, and a corresponding IP address, run the following PowerShell cmdlet:
462
-
463
-
```powershell
464
-
# Create SAP Cluster Group
465
-
$SAPSID = "PR1"
466
-
$SAPClusterGroupName = "SAP $SAPSID"
467
-
$SAPIPClusterResourceName = "SAP $SAPSID IP"
468
-
$SAPASCSNetworkName = "pr1-ascs"
469
-
$SAPASCSIPAddress = "10.0.6.7"
470
-
$SAPASCSSubnetMask = "255.255.255.0"
471
-
472
-
# Create an SAP ASCS instance virtual IP cluster resource
Configure an SAP cluster resource, the SAP-SID-IP probe port, by using PowerShell. Execute this configuration on one of the SAP ASCS/SCS cluster nodes, as described [in this article][sap-high-availability-installation-wsfc-shared-disk-add-probe-port].
565
-
566
-
## Install an ERS instance on both cluster nodes
567
-
568
-
Install an Enqueue Replication Server (ERS) instance on *both* nodes of the ASCS/SCS cluster. On the SWPM menu, follow this installation path:
569
-
570
-
**\<Product>** > **\<DBMS>** > **Installation** > **Additional SAP System instances** > **Enqueue Replication Server Instance**
324
+
Restart the SAP ASCS/SCS instance.
325
+
Set `KeepAlive` parameters on both SAP ASCS/SCS cluster nodes follow the instructions to [Set registry entries on the cluster nodes of the SAP ASCS/SCS instance]([high-availability-guide]:high-availability-guide.md).
571
326
572
327
## Install a DBMS instance and SAP application servers
0 commit comments