Skip to content

Commit 419de57

Browse files
Merge pull request #15895 from ronmiab/rb-minor-susres
Updated commands for uniformity
2 parents f174730 + 84a87a8 commit 419de57

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

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

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To suspend a cluster node, follow these steps:
3434
Here's example output:
3535
3636
```console
37-
PS C:\programdata\wssdagent> Suspend-ClusterNode ASRRlS3lRl5ull
37+
PS C:\programdata\wssdagent> Suspend-Clusternode -name ASRRlS3lRl5ull -drain
3838
3939
Name State Type
4040
---- ----- ----
@@ -53,7 +53,7 @@ To suspend a cluster node, follow these steps:
5353
Here's example output:
5454
5555
```console
56-
PS C:\programdata\wssdagent> get-clusternode
56+
PS C:\programdata\wssdagent> Get-Clusternode
5757
5858
Name State Type
5959
---- ----- ----
@@ -67,6 +67,12 @@ To suspend a cluster node, follow these steps:
6767
Remove-MocPhysicalNode -nodeName “MachineName”
6868
```
6969
70+
Here's example output:
71+
72+
```console
73+
PS C:\programdata\wssdagent> Remove-MocPhysicalNode -nodename ASRRlS3lRl5Ull
74+
```
75+
7076
## Resume a cluster node
7177
7278
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:
8389
Here's example output:
8490
8591
```console
86-
PS C:\programdata\wssdagent> Resume-ClusterNode ASRRlS3lRl5ull
92+
PS C:\programdata\wssdagent> Resume-Clusternode -name ASRRlS3lRl5ull
8793
8894
Name State Type
8995
---- ----- ----
@@ -102,7 +108,7 @@ To resume a cluster node, follow these steps:
102108
Here's example output:
103109
104110
```console
105-
PS C:\programdata\wssdagent> Get-clusternode
111+
PS C:\programdata\wssdagent> Get-Clusternode
106112
107113
Name State Type
108114
---- ----- ----
@@ -119,7 +125,7 @@ To resume a cluster node, follow these steps:
119125
Here's example output:
120126
121127
```console
122-
PS C:\programdata\wssdagent> new-MocPhysicalNode -nodename ASRRlS3lRl5ull
128+
PS C:\programdata\wssdagent> New-MocPhysicalNode -nodename ASRRlS3lRl5ull
123129
124130
ElementName : HV Socket Agent Communication
125131
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:
143149
Here's example output:
144150
145151
```console
146-
PS C : \programdata\wssdagent> get-storagepool -FriendlyName "SU1_Pool"
152+
PS C : \programdata\wssdagent> Get-Storagepool -friendlyname "SU1_Pool"
147153
148154
FriendlyName Operationalstatus HealthStatus IsPrimordial IsReadOnly Size AllocatedSize
149155
------------ ----------------- ------------ ------------ ---------- ---- -------------

0 commit comments

Comments
 (0)