Skip to content

Commit 2ea8ba4

Browse files
authored
fix indentation
1 parent 2ddb8d0 commit 2ea8ba4

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

articles/virtual-machines/workloads/sap/high-availability-guide-rhel-multi-sid.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -357,42 +357,42 @@ This documentation assumes that:
357357
358358
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.
359359
360-
* ASCS/SCS profile
360+
* ASCS/SCS profile
361361
362-
```
363-
sudo vi /sapmnt/NW2/profile/NW2_ASCS10_msnw2ascs
362+
```
363+
sudo vi /sapmnt/NW2/profile/NW2_ASCS10_msnw2ascs
364364
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)
368368
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+
```
372372
373-
* ERS profile
373+
* ERS profile
374374
375-
```
376-
sudo vi /sapmnt/NW2/profile/NW2_ERS12_msnw2ers
375+
```
376+
sudo vi /sapmnt/NW2/profile/NW2_ERS12_msnw2ers
377377
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)
381381
382-
# remove Autostart from ERS profile
383-
# Autostart = 1
384-
```
382+
# remove Autostart from ERS profile
383+
# Autostart = 1
384+
```
385385
386386
6. **[A]** Update the /usr/sap/sapservices file
387387
388388
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**.
389389
390390
```
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
392392
#LD_LIBRARY_PATH=/usr/sap/NW2/ASCS10/exe:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; /usr/sap/NW2/ASCS10/exe/sapstartsrv pf=/usr/sap/NW2/SYS/profile/NW2_ASCS10_msnw2ascs -D -u nw2adm
393393
#LD_LIBRARY_PATH=/usr/sap/NW3/ASCS20/exe:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; /usr/sap/NW3/ASCS20/exe/sapstartsrv pf=/usr/sap/NW3/SYS/profile/NW3_ASCS20_msnw3ascs -D -u nw3adm
394394

395-
# On the node where ERS was installed, comment out the line for the ERS instatnes
395+
# On the node where ERS was installed, comment out the line for the ERS instacnes
396396
#LD_LIBRARY_PATH=/usr/sap/NW2/ERS12/exe:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; /usr/sap/NW2/ERS12/exe/sapstartsrv pf=/usr/sap/NW2/ERS12/profile/NW2_ERS12_msnw2ers -D -u nw2adm
397397
#LD_LIBRARY_PATH=/usr/sap/NW3/ERS22/exe:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; /usr/sap/NW3/ERS22/exe/sapstartsrv pf=/usr/sap/NW3/ERS22/profile/NW3_ERS22_msnw3ers -D -u nw3adm
398398
```

0 commit comments

Comments
 (0)