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: azure-stack/hci/manage/suspend-resume-cluster-maintenance.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,11 +20,11 @@ This article describes how to suspend a cluster node for planned maintenance, su
20
20
21
21
## Suspend a cluster node
22
22
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.
24
24
25
-
To suspend a cluster node follow these steps:
25
+
To suspend a cluster node, follow these steps:
26
26
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.
28
28
1. To suspend the cluster node, run this command:
29
29
30
30
```powershell
@@ -44,7 +44,7 @@ To suspend a cluster node follow these steps:
44
44
> [!NOTE]
45
45
> Running this command may take some time, depending on the number of VMs that need to be migrated.
46
46
47
-
1. Then, to confirm that the node is successfully suspended, run this command.
47
+
1. Confirm that the node is successfully suspended.
48
48
49
49
```powershell
50
50
Get-clusternode
@@ -61,19 +61,19 @@ To suspend a cluster node follow these steps:
61
61
ASRRlS3lRl5Ull Paused Node
62
62
```
63
63
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**.
65
65
66
66
```powershell
67
67
Remove-MocPhysicalNode -nodeName “MachineName”
68
68
```
69
69
70
70
## Resume a cluster node
71
71
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.
73
73
74
-
To resume a cluster node follow these steps:
74
+
To resume a cluster node, follow these steps:
75
75
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.
77
77
1. To resume the cluster node, run this command:
78
78
79
79
```powershell
@@ -93,7 +93,7 @@ To resume a cluster node follow these steps:
93
93
> [!NOTE]
94
94
> Running this command may take some time, depending on the number of VMs that need to be migrated.
95
95
96
-
1. Then, to confirm that the node is successfully resumed, run this command:
96
+
1. Confirm that the node is successfully resumed.
97
97
98
98
```powershell
99
99
Get-clusternode
@@ -110,13 +110,13 @@ To resume a cluster node follow these steps:
110
110
ASRRlS3lRl5Ull Paused Node
111
111
```
112
112
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**.
114
114
115
115
```powershell
116
116
Remove-MocPhysicalNode -nodeName “MachineName”
117
117
```
118
118
119
-
1. Verify that your storage pool is healthy. Run this command:
119
+
1. Verify that your storage pool is healthy.
120
120
121
121
```powershell
122
122
Get-Storagepool -friendlyname “SU_Pool1”
@@ -133,4 +133,4 @@ To resume a cluster node follow these steps:
133
133
```
134
134
135
135
> [!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