PrepAway - Latest Free Exam Questions & Answers

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:

PrepAway - Latest Free Exam Questions & Answers

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

4 Comments on “Which two commands should you run before you apply the …

  1. Pekah74 says:

    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




    23



    0
  2. kutilek11 says:

    This question is confusing in assignment.

    Suspend-ClusterNode -Name “server1” -Target “server2” -Drain

    It do all in one step.

    But is possible
    Move-ClusterGroup -Node server2
    and Suspend-ClusterNode -Name server1

    I saw this in

    but are all resources in ClusterGroup ????????????

    This question do some people from Microsoft book without practical
    experience.

    This is confusing question.

    I saw in Second Command – Stop-ClusterResource – Takes a resource offline in a failover cluster. This is sad.




    0



    0

Leave a Reply