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
+24-5Lines changed: 24 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -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. Confirm that the node is successfully suspended
47
+
1. Then, to confirm that the node is successfully suspended, run this command.
48
48
49
49
```powershell
50
50
Get-clusternode
@@ -61,7 +61,7 @@ To suspend a cluster node follow these steps:
61
61
ASRRlS3lRl5Ull Paused Node
62
62
```
63
63
64
-
1. 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. 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**.
65
65
66
66
```powershell
67
67
Remove-MocPhysicalNode -nodeName “MachineName”
@@ -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. Confirm that the node is successfully resumed
96
+
1. Then, to confirm that the node is successfully resumed, run this command:
97
97
98
98
```powershell
99
99
Get-clusternode
@@ -110,8 +110,27 @@ To resume a cluster node follow these steps:
110
110
ASRRlS3lRl5Ull Paused Node
111
111
```
112
112
113
-
1. Add the node to the active Arc VM Configuration. **This step can only be done using PowerShell**.
113
+
1. Next, 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
+
119
+
1. Verify that your storage pool is healthy. Run this command:
120
+
121
+
```powershell
122
+
Get-Storagepool -friendlyname “SU_Pool1”
123
+
```
124
+
125
+
Here's example output:
126
+
127
+
```console
128
+
PS C : \programdata\wssdagent> get-storagepool -FriendlyName "SU1_Pool"
0 commit comments