Skip to content

Commit 6a5a5e0

Browse files
committed
Updated text
1 parent 44d9208 commit 6a5a5e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-stack/hci/manage/suspend-resume-cluster-maintenance.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To suspend a cluster node, follow these steps:
2828
1. To suspend the cluster node, run this command:
2929

3030
```powershell
31-
Suspend-clusternode -name “MachineName” -drain
31+
Suspend-Clusternode -name “MachineName” -drain
3232
```
3333
3434
Here's example output:
@@ -77,7 +77,7 @@ To resume a cluster node, follow these steps:
7777
1. To resume the cluster node, run this command:
7878
7979
```powershell
80-
Resume-clusternode -name “MachineName”
80+
Resume-Clusternode -name “MachineName”
8181
```
8282
8383
Here's example output:
@@ -96,7 +96,7 @@ To resume a cluster node, follow these steps:
9696
1. Confirm that the node is successfully resumed.
9797
9898
```powershell
99-
Get-clusternode
99+
Get-Clusternode
100100
```
101101
102102
Here's example output:

0 commit comments

Comments
 (0)