You have a small Hyper-V cluster built on two hosts that run Windows Server 2012 R2 Hyper-V. You
manage the virtual infrastructure by using System Center Virtual Machine Manager 2012.
Distributed Key Management is not installed. You have the following servers in the environment:
You have the following requirements:
You must back up virtual machines at the host level.
You must be able to back up virtual machines that are configured for live migration.
You must be able to restore the entire VMM infrastructure.
You need to design and implement the backup plan.
What should you do?
A.
Run the following Windows PowerShell command:
Checkpoint-VM -Name DPMI -ComputerName SQL1
B.
Install the DPM console on VMM1
C.
Configure backup for all disk volumes on FILESERVER1.
D.
Install the VMM console on DPMI.
I believe the correct answer is D. http://blogs.technet.com/b/dpm/archive/2013/04/24/sc-2012-sp1-dpm-windows-2012-vm-mobility-uninterrupted-data-protection.aspx
Yes, answer A is complete nonsense, D is correct.
Agreed D
Agree with D.
You can also get the following answers:
A. Run the following Windows PowerShell command:
Get-VM VMM1 | Checkpoint-VM-SnapshotName “VMM backup”
B. Run the following Windows PowerShell command:
Set-DPMGlobalProperty-DPMServerName DPM1-KnownVMMServers VMM1
C. Configure System State Backup for DCL.
D. Configure backup for all disk volumes on FILESERVER1
Then the answer will be B.
Agree with arthur. D is the correct answer.