Skip to content

Commit 44d9208

Browse files
committed
Updated text
1 parent 594b583 commit 44d9208

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

azure-stack/hci/manage/suspend-resume-cluster-maintenance.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To suspend a cluster node, follow these steps:
2828
1. To suspend the cluster node, run this command:
2929

3030
```powershell
31-
Suspend-clusternode -name “MachineName”
31+
Suspend-clusternode -name “MachineName” -drain
3232
```
3333
3434
Here's example output:
@@ -107,13 +107,31 @@ To resume a cluster node, follow these steps:
107107
Name State Type
108108
---- ----- ----
109109
ASRRlS3lRl5u09 Up Node
110-
ASRRlS3lRl5Ull Paused Node
110+
ASRRlS3lRl5Ull Up Node
111111
```
112112
113113
1. Add the node to the active Arc VM Configuration. **This step can only be done using PowerShell**.
114114
115115
```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
117135
```
118136
119137
1. Verify that your storage pool is healthy.

0 commit comments

Comments
 (0)