Skip to content

Commit ed31125

Browse files
authored
Correct commands to use SUSE crm instead of RH pcs
Changed commands for "2. Restart the pacemaker service on all cluster nodes" for SUSE to use "crm" instead of the RH "pcs"
1 parent 81f5356 commit ed31125

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machines/workloads/sap/high-availability-guide-standard-load-balancer-outbound-connections.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,11 +198,11 @@ To allow pacemaker to communicate with the Azure management API, perform the fol
198198
- SUSE
199199
```
200200
# Place the cluster in maintenance mode
201-
sudo pcs property set maintenance-mode=true
201+
sudo crm configure property maintenance-mode=true
202202
#Restart on all nodes
203203
sudo systemctl restart pacemaker
204204
# Take the cluster out of maintenance mode
205-
sudo pcs property set maintenance-mode=false
205+
sudo crm configure property maintenance-mode=true
206206
```
207207
208208
- Red Hat

0 commit comments

Comments
 (0)