Which two commands should you run before you apply the …

HOTSPOT
You have a Windows Server 2016 failover cluster that contains two servers named Server1 and Server2.
You need to apply patches to Server1.
Which two commands should you run before you apply the patches? To answer, select the appropriate options
in the answer area.
Hot Area:

HOTSPOT
You have a Windows Server 2016 failover cluster that contains two servers named Server1 and Server2.
You need to apply patches to Server1.
Which two commands should you run before you apply the patches? To answer, select the appropriate options
in the answer area.
Hot Area:

Answer:

Explanation:

References:
https://support.microsoft.com/en-us/help/174799/how-to-update-windows-server-failover-clusters https://technet.microsoft.com/en-us/library/ee461003.aspx



Leave a Reply 1

Your email address will not be published. Required fields are marked *


Pekah74

Pekah74

First part is correct as: “Moving a resource group is a way of simulating failover. Running this cmdlet is also an appropriate step to take in preparation for routine maintenance on a node”
https://docs.microsoft.com/en-us/powershell/module/failoverclusters/move-clustergroup?view=win10-ps
But the second one is wrong. As the last thing we want to do is stopping the CLUSTER resource.
The second pat is then (in my opinion it would be OK to use it alone without the first command): Suspend-ClusterNode as it states:
“Pausing, or suspending, a node is usually done when applying software updates to the node.” after: https://docs.microsoft.com/en-us/powershell/module/failoverclusters/suspend-clusternode?view=win10-ps