Skip to content

Commit f174730

Browse files
Merge pull request #15894 from ronmiab/rb-susres-minor
Updated cmdlets and added output per feedback
2 parents 594b583 + 400c421 commit f174730

File tree

1 file changed

+24
-6
lines changed

1 file changed

+24
-6
lines changed

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

Lines changed: 24 additions & 6 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:
@@ -47,7 +47,7 @@ To suspend a cluster node, follow these steps:
4747
1. Confirm that the node is successfully suspended.
4848
4949
```powershell
50-
Get-clusternode
50+
Get-Clusternode
5151
```
5252
5353
Here's example output:
@@ -77,7 +77,7 @@ To resume a cluster node, follow these steps:
7777
1. To resume the cluster node, run this command:
7878
7979
```powershell
80-
Resume-clusternode -name “MachineName”
80+
Resume-Clusternode -name “MachineName”
8181
```
8282
8383
Here's example output:
@@ -96,7 +96,7 @@ To resume a cluster node, follow these steps:
9696
1. Confirm that the node is successfully resumed.
9797
9898
```powershell
99-
Get-clusternode
99+
Get-Clusternode
100100
```
101101
102102
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)