exam questions

Exam 70-740 All Questions

View all questions & answers for the 70-740 exam

Exam 70-740 topic 1 question 121 discussion

Actual exam question from Microsoft's 70-740
Question #: 121
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.
You have a virtual machine named VM1. VM1 connects to a virtual switch named vSwitch1.
You discover that VM1 automatically live migrates when vSwitch temporarily disconnects.
You need to prevent VM1 from being live migrated when vSwitch1 temporarily disconnects.
What should you do?

  • A. Run the Set-VMNetworkAdapter cmdlet and set StormLimit to 0.
  • B. From the network adapter setting of VM1, disable the Heartbeat integration service.
  • C. Run the Set-VMNetworkAdapter cmdlet and set IsManagementOS to False.
  • D. From the network adapter setting of VM1, disable the Protected network setting.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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
jam7272
4 years, 9 months ago
Yes, I agree. VM Network Protection is responsible for this.
upvoted 1 times
...
panda
4 years, 10 months ago
Is the correct answer RockClimber and gha agreed with as follow ? D. From the network adapter setting of VM1, disable the Protected network setting. I think no option for Set-VMNetworkAdapter -NotMonitoredInCluster $True
upvoted 1 times
panda
4 years, 10 months ago
I think D is correct. The precodition of this Question is as follow. --Protected network setting is ON. This runs live migration. --NotMonitoredInCluster is false. This reports any failure.
upvoted 2 times
...
...
gha
4 years, 10 months ago
I agree https://rlevchenko.com/2015/03/16/protected-networkpowershell/ So by PowerShell: Get-VM -VMName SC_VMMR2|Set-VMNetworkAdapter -NotMonitoredInCluster $True
upvoted 1 times
...
RockClimber
5 years, 11 months ago
That is correct. Check the settings of a VM in hyper-v. Under Network Adapter you can find this option.
upvoted 4 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 ...