exam questions

Exam 70-740 All Questions

View all questions & answers for the 70-740 exam

Exam 70-740 topic 1 question 181 discussion

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

You have two Hyper-V hosts named Server1 and Server2 that run Windows Server 2016. The hosts are nodes in failover cluster.
A highly available virtual machine named VM1 is running on Server1.
You need to move VM1 to Server2 while minimizing downtime.
What should you do?

  • A. From Windows PowerShell, run Move-ClusterGroup
  • B. From Hyper-V Manager, use the Move action.
  • C. From Failover Cluster Manager, use the Move Virtual Machine Storage option.
  • D. From Windows PowerShell, run Move-VM.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
Baldiico
4 years, 4 months ago
This came on the exam 25/01/2021
upvoted 1 times
...
Thanishn
4 years, 6 months ago
The Move-ClusterGroup cmdlet moves a clustered role (a resource group) from one node to another in a failover cluster.
upvoted 2 times
...
jam7272
4 years, 10 months ago
In fact, you can do it by a process of elimiation if you are not sure. None of the other actions can work.
upvoted 2 times
...
jam7272
4 years, 10 months ago
Move-ClusterGroup is correct.
upvoted 2 times
...
smg74
5 years ago
A is the correct answer. For quick migration, use Move-ClusterGroup after using Get-ClusterResource and Set-ClusterParameter to set the OfflineAction parameter of the virtual machine resource to save state, or a value of 1 (https://docs.microsoft.com/en-us/powershell/module/failoverclusters/move-clustervirtualmachinerole?view=win10-ps).
upvoted 3 times
Robbie
4 years, 12 months ago
quick migration involves down time. the question talks about minimizing downtime
upvoted 1 times
...
...
khalid86
5 years, 2 months ago
I am agree with A because a VM in a cluster is seen as a role.
upvoted 3 times
...
panda
5 years, 2 months ago
As a result , D is correct answer ?
upvoted 1 times
...
Westby
5 years, 5 months ago
The Move-ClusterGroup cmdlet moves a clustered role (a resource group) from one node to another in a failover cluster.
upvoted 3 times
...
Gary
5 years, 7 months ago
Somebody know why?
upvoted 1 times
falcon4fun
5 years, 6 months ago
I think because it moves a clustered role (a resource group) from one node to another in a failover cluster. Because we have already configured cluster here, it's the fastest way IMHO. https://docs.microsoft.com/en-us/powershell/module/failoverclusters/move-clustergroup?view=win10-ps It's already high available we can't use hyper-v manager. And also we don't use the Move Virtual Machine Storage option. Because we don't move storage. Even more cluster uses shared storage for storage. So it's available for all nodes in cluster And last answer: Move-VM is used for not-in-cluster VMs as I understand, so it cant be used here. But my logic can be wrong.
upvoted 12 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 ...