úterý 27. ledna 2015

Windows 2012 R2 cluster - powershell shutdown

Shutting Down a Node with Windows PowerShell
Suspend-ClusterNode -Drain

Verify that there are no roles listed under “OwnerNode” for that node
(Get-ClusterGroup).OwnerNode –eq "NodeBeingDrained"

Shutdown computer
Stop-Computer

restart computer
Restart-Computer



Shutting Down a Cluster with PowerShell
Stop-Cluster

zdroj:

Žádné komentáře:

Okomentovat