Your network contains a server named Server1 that runs Windows Server 2012 R2.Server1
has the Hyper-V server role installed. Server1 hosts four virtual machines named VM1, VM2,
VM3, and VM4.Server1 is configured as shown in the following table.
VM3 is used to test applications.
You need to prevent VM3 from synchronizing its clock to Server1.
What should you configure?
A.
NUMA topology
B.
Resource control
C.
Resource metering
D.
Virtual Machine Chimney
E.
The VLAN ID
F.
Processor Compatibility
G.
The startup order
H.
Automatic Start Action
I.
Integration Services
J.
Port mirroring
K.
Single-root I/O visualization
Explanation:
Integration Services settings on virtual machines includes services such as operating system
shutdown, time synchronization, data exchange, Heart beat, and Backup (volume snapshot
services. Thus you should disable the time synchronization using Integration Services.
References:
http://blogs.technet.com/b/virtualization/archive/2008/08/29/backing-up-hyper-v-virtualmachines.aspx
Exam Ref 70-410, Installing and Configuring Windows Server 2012 R2, Chapter 3:
Configure Hyper-V, Objective 3.1: Create and Configure virtual machine settings, p. 144
VM3 that is running on Server1 are allowed to synchronize their system clocks with the clock of the host operating system. You need to prevent VM3 from synchronizing its clock to Server1. So for VM3 disable Time Synchronization in its VM settings:
1. Open Hyper-V Manager.
2. Select the Virtual Guest VM3
3. Click Settings.
4. Click Integration services.
5. Clear the Time Synchronization option.
6. Exit Hyper-V Manager.
7. Restart the server.