@@ -34,7 +34,7 @@ To suspend a cluster node, follow these steps:
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
---- ----- ----
@@ -53,7 +53,7 @@ To suspend a cluster node, follow these steps:
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.
@@ -83,7 +89,7 @@ To resume a cluster node, follow these steps:
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
---- ----- ----
@@ -102,7 +108,7 @@ To resume a cluster node, follow these steps:
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
---- ----- ----
@@ -119,7 +125,7 @@ To resume a cluster node, follow these steps:
119
125
Here's example output:
120
126
121
127
```console
122
- PS C:\programdata\wssdagent> new -MocPhysicalNode -nodename ASRRlS3lRl5ull
128
+ PS C:\programdata\wssdagent> New -MocPhysicalNode -nodename ASRRlS3lRl5ull
123
129
124
130
ElementName : HV Socket Agent Communication
125
131
PSPath : Microsoft.PowerShell.Core\Registry::HKEY_LOCAL MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Virtualization\GuestCommunicationServices\00000001-facb-lle6-b
@@ -143,7 +149,7 @@ To resume a cluster node, follow these steps:
143
149
Here's example output:
144
150
145
151
```console
146
- PS C : \programdata\wssdagent> get-storagepool -FriendlyName "SU1_Pool"
152
+ PS C : \programdata\wssdagent> Get-Storagepool -friendlyname "SU1_Pool"
147
153
148
154
FriendlyName Operationalstatus HealthStatus IsPrimordial IsReadOnly Size AllocatedSize
149
155
------------ ----------------- ------------ ------------ ---------- ---- -------------
0 commit comments