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
@@ -641,20 +641,39 @@ The instructions in this section are applicable only if you're using Azure NetAp
641
641
sudo systemctl enable sappong
642
642
```
643
643
644
-
10. **[1]** Create the SAP cluster resources.
644
+
10. **[1]** Create `SAPStartSrv` resource for ASCS and ERS by creating a file and then load the file.
645
645
646
-
Depending on whether you are running an ENSA1 or ENSA2 system, selectrespective tab to define the resources. SAP introduced support for[ENSA2](https://help.sap.com/docs/ABAP_PLATFORM_NEW/cff8531bc1d9416d91bb6781e628d4e0/6d655c383abf4c129b0e5c8683e7ecd8.html), including replication,in SAP NetWeaver 7.52. Starting with ABAP Platform 1809, ENSA2 is installed by default. For ENSA2 support, see SAP Note [2630416](https://launchpad.support.sap.com/#/notes/2630416).
646
+
```bash
647
+
vi crm_sapstartsrv.txt
648
+
```
647
649
648
-
#### [ENSA1](#tab/ensa1)
650
+
Enter below primitive in`crm_sapstartsrv.txt` file and save
> If you’ve set up a SAPStartSrv resource using the "crm configure primitive…"command on crmsh version 4.4.0+20220708.6ed6b56f-150400.3.3.1 or later, it’s important to review the configuration of the SAPStartSrv resource primitives. If a monitor operation is present, it should be removed. While SUSE also suggests removing the start and stop operations, but these are not as crucial as the monitor operation. For more information, see [recent changes to crmsh package can result in unsupported configuration of SAPStartSrv resource Agent in a SAP NetWeaver HA cluster](https://www.suse.com/support/kb/doc/?id=000021423).
668
+
669
+
11. **[1]** Create the SAP cluster resources.
670
+
671
+
Depending on whether you are running an ENSA1 or ENSA2 system, selectrespective tab to define the resources. SAP introduced support for[ENSA2](https://help.sap.com/docs/ABAP_PLATFORM_NEW/cff8531bc1d9416d91bb6781e628d4e0/6d655c383abf4c129b0e5c8683e7ecd8.html), including replication,in SAP NetWeaver 7.52. Starting with ABAP Platform 1809, ENSA2 is installed by default. For ENSA2 support, see SAP Note [2630416](https://launchpad.support.sap.com/#/notes/2630416).
0 commit comments