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
Copy file name to clipboardExpand all lines: articles/virtual-machines/workloads/sap/high-availability-guide-rhel-multi-sid.md
+20-20Lines changed: 20 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -357,42 +357,42 @@ This documentation assumes that:
357
357
358
358
5. **[1]** Adapt the ASCS/SCS and ERS instance profiles for the newly installed SAP system(s). The example shown below is for NW2. You will need to adapt the ASCS/SCS and ERS profiles for all SAP instances added to the cluster.
359
359
360
-
* ASCS/SCS profile
360
+
* ASCS/SCS profile
361
361
362
-
```
363
-
sudo vi /sapmnt/NW2/profile/NW2_ASCS10_msnw2ascs
362
+
```
363
+
sudo vi /sapmnt/NW2/profile/NW2_ASCS10_msnw2ascs
364
364
365
-
# Change the restart command to a start command
366
-
#Restart_Program_01 = local $(_EN) pf=$(_PF)
367
-
Start_Program_01 = local $(_EN) pf=$(_PF)
365
+
# Change the restart command to a start command
366
+
#Restart_Program_01 = local $(_EN) pf=$(_PF)
367
+
Start_Program_01 = local $(_EN) pf=$(_PF)
368
368
369
-
# Add the keep alive parameter
370
-
enque/encni/set_so_keepalive = true
371
-
```
369
+
# Add the keep alive parameter
370
+
enque/encni/set_so_keepalive = true
371
+
```
372
372
373
-
* ERS profile
373
+
* ERS profile
374
374
375
-
```
376
-
sudo vi /sapmnt/NW2/profile/NW2_ERS12_msnw2ers
375
+
```
376
+
sudo vi /sapmnt/NW2/profile/NW2_ERS12_msnw2ers
377
377
378
-
# Change the restart command to a start command
379
-
#Restart_Program_00 = local $(_ER) pf=$(_PFL) NR=$(SCSID)
380
-
Start_Program_00 = local $(_ER) pf=$(_PFL) NR=$(SCSID)
378
+
# Change the restart command to a start command
379
+
#Restart_Program_00 = local $(_ER) pf=$(_PFL) NR=$(SCSID)
380
+
Start_Program_00 = local $(_ER) pf=$(_PFL) NR=$(SCSID)
381
381
382
-
# remove Autostart from ERS profile
383
-
# Autostart = 1
384
-
```
382
+
# remove Autostart from ERS profile
383
+
# Autostart = 1
384
+
```
385
385
386
386
6. **[A]** Update the /usr/sap/sapservices file
387
387
388
388
To prevent the start of the instances by the sapinit startup script, all instances managed by Pacemaker must be commented out from `/usr/sap/sapservices` file. The example shown below is for SAP systems **NW2** and **NW3**.
389
389
390
390
```
391
-
# On the node where ASCS was installed, comment out the line for the ASCS instatnes
391
+
# On the node where ASCS was installed, comment out the line for the ASCS instacnes
0 commit comments