@@ -28,7 +28,7 @@ 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:
@@ -47,7 +47,7 @@ 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:
@@ -77,7 +77,7 @@ To resume a cluster node, follow these steps:
77
77
1. To resume the cluster node, run this command:
78
78
79
79
```powershell
80
- Resume-clusternode -name “MachineName”
80
+ Resume-Clusternode -name “MachineName”
81
81
```
82
82
83
83
Here's example output:
@@ -96,7 +96,7 @@ To resume a cluster node, follow these steps:
96
96
1. Confirm that the node is successfully resumed.
97
97
98
98
```powershell
99
- Get-clusternode
99
+ Get-Clusternode
100
100
```
101
101
102
102
Here's example output:
@@ -107,13 +107,31 @@ To resume a cluster node, follow these steps:
107
107
Name State Type
108
108
---- ----- ----
109
109
ASRRlS3lRl5u09 Up Node
110
- ASRRlS3lRl5Ull Paused Node
110
+ ASRRlS3lRl5Ull Up Node
111
111
```
112
112
113
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
- Remove-MocPhysicalNode -nodeName “MachineName”
116
+ New-MocPhysicalNode -nodeName “MachineName”
117
+ ```
118
+
119
+ Here's example output:
120
+
121
+ ```console
122
+ PS C:\programdata\wssdagent> new-MocPhysicalNode -nodename ASRRlS3lRl5ull
123
+
124
+ ElementName : HV Socket Agent Communication
125
+ PSPath : Microsoft.PowerShell.Core\Registry::HKEY_LOCAL MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Virtualization\GuestCommunicationServices\00000001-facb-lle6-b
126
+ d58-64006a7986d3
127
+ PSParentPath : Microsoft.PowerShell.Core\Registry::HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersions\Virtualization\GuestCommunicationServices
128
+ PSChildName : 00000001-facb-lle6-bd58-64006a7986d3
129
+ PSDrive : HKLM
130
+ PSProvider : Microsoft.PowerShell.Core\Registry
131
+ PSComputerName : ASRRlS3lRl5ull
132
+ RunspaceId : 05c0eaad-0747-4912-a6e9-el09d975c444
133
+
134
+ True
117
135
```
118
136
119
137
1. Verify that your storage pool is healthy.
0 commit comments