Skip to content

Commit 84a87a8

Browse files
committed
updated text
1 parent b2a84a1 commit 84a87a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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
---- ----- ----
@@ -89,7 +89,7 @@ To resume a cluster node, follow these steps:
8989
Here's example output:
9090
9191
```console
92-
PS C:\programdata\wssdagent> Resume-Clusternode ASRRlS3lRl5ull
92+
PS C:\programdata\wssdagent> Resume-Clusternode -name ASRRlS3lRl5ull
9393
9494
Name State Type
9595
---- ----- ----
@@ -149,7 +149,7 @@ To resume a cluster node, follow these steps:
149149
Here's example output:
150150
151151
```console
152-
PS C : \programdata\wssdagent> Get-Storagepool -FriendlyName "SU1_Pool"
152+
PS C : \programdata\wssdagent> Get-Storagepool -friendlyname "SU1_Pool"
153153
154154
FriendlyName Operationalstatus HealthStatus IsPrimordial IsReadOnly Size AllocatedSize
155155
------------ ----------------- ------------ ------------ ---------- ---- -------------

0 commit comments

Comments
 (0)