Skip to content

Commit a340df1

Browse files
committed
Updated text
1 parent f511d11 commit a340df1

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ This article describes how to suspend a cluster node for planned maintenance, su
2020

2121
## Suspend a cluster node
2222

23-
To suspsend a cluster node we first suspend the cluster node in Windows Failover Clustering. You can use various tools for this step, such as Windows Admin Center, Failover Cluster Manager, or PowerShell. We recommend using PowerShell as some steps can only be performed using that tool.
23+
To suspend a cluster node, first suspend the cluster node in Windows Failover Clustering. You can use various tools for this step, such as Windows Admin Center, Failover Cluster Manager, or PowerShell. We recommend using PowerShell as some steps can only be performed using that tool.
2424

25-
To suspend a cluster node follow these steps:
25+
To suspend a cluster node, follow these steps:
2626

27-
1. Logon to one of the cluster nodes with a user that has local administrator permissions.
27+
1. Log on to one of the cluster nodes with a user that has local administrator permissions.
2828
1. To suspend the cluster node, run this command:
2929

3030
```powershell
@@ -44,7 +44,7 @@ To suspend a cluster node follow these steps:
4444
> [!NOTE]
4545
> Running this command may take some time, depending on the number of VMs that need to be migrated.
4646
47-
1. Then, to confirm that the node is successfully suspended, run this command.
47+
1. Confirm that the node is successfully suspended.
4848
4949
```powershell
5050
Get-clusternode
@@ -61,19 +61,19 @@ To suspend a cluster node follow these steps:
6161
ASRRlS3lRl5Ull Paused Node
6262
```
6363
64-
1. Next, remove the node from the active Arc VM Configuration to ensure that no new VMs are placed on the node. **This step can only be done using PowerShell**.
64+
1. To ensure that no new VMs are placed on the node, remove the node from the active Arc VM Configuration. **This step can only be done using PowerShell**.
6565
6666
```powershell
6767
Remove-MocPhysicalNode -nodeName “MachineName”
6868
```
6969
7070
## Resume a cluster node
7171
72-
To resume a cluster node we first resume the cluster node in Windows Failover Clustering. You can use various tools for this step, such as Windows Admin Center, Failover Cluster Manager, or PowerShell. We recommend using PowerShell as some steps can only be performed using that tool.
72+
To resume a cluster node, first resume the cluster node in Windows Failover Clustering. You can use various tools for this step, such as Windows Admin Center, Failover Cluster Manager, or PowerShell. We recommend using PowerShell as some steps can only be performed using that tool.
7373
74-
To resume a cluster node follow these steps:
74+
To resume a cluster node, follow these steps:
7575
76-
1. Logon to one of the cluster nodes with a user that has local administrator permissions.
76+
1. Log on to one of the cluster nodes with a user that has local administrator permissions.
7777
1. To resume the cluster node, run this command:
7878
7979
```powershell
@@ -93,7 +93,7 @@ To resume a cluster node follow these steps:
9393
> [!NOTE]
9494
> Running this command may take some time, depending on the number of VMs that need to be migrated.
9595
96-
1. Then, to confirm that the node is successfully resumed, run this command:
96+
1. Confirm that the node is successfully resumed.
9797
9898
```powershell
9999
Get-clusternode
@@ -110,13 +110,13 @@ To resume a cluster node follow these steps:
110110
ASRRlS3lRl5Ull Paused Node
111111
```
112112
113-
1. Next, add the node to the active Arc VM Configuration. **This step can only be done using PowerShell**.
113+
1. Add the node to the active Arc VM Configuration. **This step can only be done using PowerShell**.
114114
115115
```powershell
116116
Remove-MocPhysicalNode -nodeName “MachineName”
117117
```
118118
119-
1. Verify that your storage pool is healthy. Run this command:
119+
1. Verify that your storage pool is healthy.
120120
121121
```powershell
122122
Get-Storagepool -friendlyname “SU_Pool1”
@@ -133,4 +133,4 @@ To resume a cluster node follow these steps:
133133
```
134134
135135
> [!NOTE]
136-
> If the pool is not reported as healthy, check the status of the storage repair jobs using the `get-storagejob command`.
136+
> If the pool is not reported as healthy, check the status of the storage repair jobs using the `get-storagejob` command.

0 commit comments

Comments
 (0)