exam questions

Exam 70-743 All Questions

View all questions & answers for the 70-743 exam

Exam 70-743 topic 1 question 125 discussion

Actual exam question from Microsoft's 70-743
Question #: 125
Topic #: 1
[All 70-743 Questions]

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:

Show Suggested Answer Hide Answer
Suggested Answer:
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

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Marz
Highly Voted 5 years, 10 months ago
Stopping a clusterresource would stop the clusterresource from working. I think The cluster-node should be suspended as second step
upvoted 8 times
...
jamiescyclops
Highly Voted 5 years, 10 months ago
According to one of the resources in the solution (https://support.microsoft.com/en-us/help/174799/how-to-update-windows-server-failover-clusters) you suspend the node first then move the cluster group Suspend (Pause) activity on failover cluster node A by running the following command: Suspend-ClusterNode nodeA Move a clustered service or application (a resource group) from one node to another by running the following command: Move-ClusterGroup <clustered service> -Node nodeB
upvoted 6 times
...
JTJaki
Most Recent 4 years, 9 months ago
Step 2 should be stop-clusternode https://docs.microsoft.com/en-us/powershell/module/failoverclusters/stop-clusternode?view=win10-ps
upvoted 1 times
...
Wafi
4 years, 9 months ago
Pausing (suspending) a node is usually done when applying software updates to the node, where the recommended sequence is to move all services and applications off of the node, pause the node, then apply software updates to the node. If you need to perform extensive diagnosis or maintenance on a cluster node, it might be more workable to stop (not pause) the Cluster service on that node.
upvoted 1 times
...
plmmsg
4 years, 10 months ago
Suspend-ClusterNode:- Pausing (suspending) a node is usually done when applying software updates to the node, where the recommended sequence is to move all services and applications off of the node, pause the node, then apply software updates to the node.
upvoted 2 times
...
Riggers
5 years, 7 months ago
I agree with Jamie, Pausing (suspending) a node is usually done when applying software updates to the node, where the recommended sequence is to move all services and applications off of the node, pause the node, then apply software updates to the node. If you need to perform extensive diagnosis or maintenance on a cluster node, it might be more workable to stop (not pause) the Cluster service on that node. https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/ee461051(v=technet.10)?redirectedfrom=MSDN
upvoted 3 times
Riggers
5 years, 7 months ago
stop-clusterresource will take the whole resource offline. stop-clusternode isn't an option.
upvoted 2 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...