@@ -28,13 +28,13 @@ To suspend a cluster node, follow these steps:
28
28
1 . To suspend the cluster node, run this command:
29
29
30
30
``` powershell
31
- Suspend-clusternode -name “MachineName”
31
+ Suspend-Clusternode -name “MachineName” -drain
32
32
```
33
33
34
34
Here's example output:
35
35
36
36
```console
37
- PS C:\programdata\wssdagent> Suspend-ClusterNode ASRRlS3lRl5ull
37
+ PS C:\programdata\wssdagent> Suspend-Clusternode -name ASRRlS3lRl5ull -drain
38
38
39
39
Name State Type
40
40
---- ----- ----
@@ -47,13 +47,13 @@ To suspend a cluster node, follow these steps:
47
47
1. Confirm that the node is successfully suspended.
48
48
49
49
```powershell
50
- Get-clusternode
50
+ Get-Clusternode
51
51
```
52
52
53
53
Here's example output:
54
54
55
55
```console
56
- PS C:\programdata\wssdagent> get-clusternode
56
+ PS C:\programdata\wssdagent> Get-Clusternode
57
57
58
58
Name State Type
59
59
---- ----- ----
@@ -67,6 +67,12 @@ To suspend a cluster node, follow these steps:
67
67
Remove-MocPhysicalNode -nodeName “MachineName”
68
68
```
69
69
70
+ Here's example output:
71
+
72
+ ```console
73
+ PS C:\programdata\wssdagent> Remove-MocPhysicalNode -nodename ASRRlS3lRl5Ull
74
+ ```
75
+
70
76
## Resume a cluster node
71
77
72
78
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.
@@ -77,13 +83,13 @@ To resume a cluster node, follow these steps:
77
83
1. To resume the cluster node, run this command:
78
84
79
85
```powershell
80
- Resume-clusternode -name “MachineName”
86
+ Resume-Clusternode -name “MachineName”
81
87
```
82
88
83
89
Here's example output:
84
90
85
91
```console
86
- PS C:\programdata\wssdagent> Resume-ClusterNode ASRRlS3lRl5ull
92
+ PS C:\programdata\wssdagent> Resume-Clusternode -name ASRRlS3lRl5ull
87
93
88
94
Name State Type
89
95
---- ----- ----
@@ -96,24 +102,42 @@ To resume a cluster node, follow these steps:
96
102
1. Confirm that the node is successfully resumed.
97
103
98
104
```powershell
99
- Get-clusternode
105
+ Get-Clusternode
100
106
```
101
107
102
108
Here's example output:
103
109
104
110
```console
105
- PS C:\programdata\wssdagent> Get-clusternode
111
+ PS C:\programdata\wssdagent> Get-Clusternode
106
112
107
113
Name State Type
108
114
---- ----- ----
109
115
ASRRlS3lRl5u09 Up Node
110
- ASRRlS3lRl5Ull Paused Node
116
+ ASRRlS3lRl5Ull Up Node
111
117
```
112
118
113
119
1. Add the node to the active Arc VM Configuration. **This step can only be done using PowerShell**.
114
120
115
121
```powershell
116
- Remove-MocPhysicalNode -nodeName “MachineName”
122
+ New-MocPhysicalNode -nodeName “MachineName”
123
+ ```
124
+
125
+ Here's example output:
126
+
127
+ ```console
128
+ PS C:\programdata\wssdagent> New-MocPhysicalNode -nodename ASRRlS3lRl5ull
129
+
130
+ ElementName : HV Socket Agent Communication
131
+ PSPath : Microsoft.PowerShell.Core\Registry::HKEY_LOCAL MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Virtualization\GuestCommunicationServices\00000001-facb-lle6-b
132
+ d58-64006a7986d3
133
+ PSParentPath : Microsoft.PowerShell.Core\Registry::HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersions\Virtualization\GuestCommunicationServices
134
+ PSChildName : 00000001-facb-lle6-bd58-64006a7986d3
135
+ PSDrive : HKLM
136
+ PSProvider : Microsoft.PowerShell.Core\Registry
137
+ PSComputerName : ASRRlS3lRl5ull
138
+ RunspaceId : 05c0eaad-0747-4912-a6e9-el09d975c444
139
+
140
+ True
117
141
```
118
142
119
143
1. Verify that your storage pool is healthy.
@@ -125,7 +149,7 @@ To resume a cluster node, follow these steps:
125
149
Here's example output:
126
150
127
151
```console
128
- PS C : \programdata\wssdagent> get-storagepool -FriendlyName "SU1_Pool"
152
+ PS C : \programdata\wssdagent> Get-Storagepool -friendlyname "SU1_Pool"
129
153
130
154
FriendlyName Operationalstatus HealthStatus IsPrimordial IsReadOnly Size AllocatedSize
131
155
------------ ----------------- ------------ ------------ ---------- ---- -------------
0 commit comments