exam questions

Exam 70-740 All Questions

View all questions & answers for the 70-740 exam

Exam 70-740 topic 1 question 107 discussion

Actual exam question from Microsoft's 70-740
Question #: 107
Topic #: 1
[All 70-740 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:

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
MiMo
Highly Voted 5 years, 8 months ago
the answer is correct according to the Microsoft, 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 link: https://support.microsoft.com/en-us/help/174799/how-to-update-windows-server-failover-clusters
upvoted 9 times
...
kekoa
Highly Voted 4 years, 11 months ago
Got this question today. Scored 944 with 100% in everything except Implement Hyper V and Implement High Availability
upvoted 9 times
V1980
4 years, 10 months ago
Congratulations and thank you for coming back to help us stay current.
upvoted 3 times
...
...
Baldiico
Most Recent 4 years, 5 months ago
Who can help us stay current, if these answers are correct
upvoted 1 times
...
lbs
5 years ago
The answer is correct bcos: First Step: Move-ClusterGroup - Node Server2 moves the clustered service to Server2 Second Step: Suspend-ClusterNode suspends activity on a failover cluster node Server1 to apply the patches
upvoted 4 times
...
smg74
5 years, 1 month ago
The Move-ClusterGroup cmdlet moves a clustered role (a resource group) from one node to another in a failover cluster. https://docs.microsoft.com/en-us/powershell/module/failoverclusters/move-clustergroup?view=win10-ps The cluster node is put in a PAUSED state, which prevents other workloads hosted on other nodes from moving to the node. https://techcommunity.microsoft.com/t5/failover-clustering/draining-nodes-for-planned-maintenance-with-windows-server-2012/ba-p/371713
upvoted 2 times
...
panda
5 years, 2 months ago
Based on the link running Move-ClusterGroup after Suspend-ClusterNode. However, it may be no problem.
upvoted 2 times
...
Robbie
5 years, 8 months ago
I believe the second command should be Stop-ClusterResource as opposed to Suspend-ClusterNode . When performing extensive diagnosis or maintenance on a cluster node, it might be more workable to stop, not pause the Cluster service on that node.
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 ...