QUESTION 1
A company has a Windows Server 2012 R2 server named NYC-HOST1 that has the Hyper-V role installed. The host server hosts two virtual machines named SALES1 and SALES2. NYC-HOST1 uses storage spaces with tiered storage. The storage spaces contain both solid state disks (SSDs) and 10,000 RPM Serial Attached SCSI (SAS) disks for .vhdx files. Each virtual machine runs on its own .vhdx file.
You plan to add new virtual machines each month. SALES1 and SALES2 must run at the highest possible performance at all times.
You need to configure the virtual machines.
What should you do?
A. |
Add additional SSDs to the storage space that is occupied by SALES1 and SALES2. |
B. |
Replace the 10,000 RPM SAS disks with 15,000 RPM SAS disks. |
C. |
Move the .vhdx files from the storage spaces to individual SAS hard disks. |
D. |
Pin the .vhdx files for SALES1 and SALES2 to the fast tier. |
Correct Answer: D
Explanation:
http://blogs.technet.com/b/askpfeplat/archive/2013/10/21/storage-spaces-how-to-configure-storage-tiers-with-windows-server-2012-r2.aspx
QUESTION 2
You manage a virtualization environment that contains Windows Server 2012 R2 servers that have the Hyper-V role installed. You manage the host servers by using Virtual Machine Manager (VMM) in System Center 2012 R2.
You must monitor the virtualization environment, including all virtual machines and service instances.
You need to configure monitoring.
Which three actions should you perform? Each correct answer presents part of the solution.
A. |
Import the VMM Management Pack and then deploy agents to the Hyper-V host servers and the VMM server. On the Hyper-V host server, enable agent proxy for the Operations Manager agent. |
B. |
In the VMM console, add the name of an Operations Manager server to the management group that will be used to monitor the virtualization infrastructure. |
C. |
On the VMM server, install the Operations Manager console. |
D. |
On the Operations Manager management server, enable Windows Remote Management (WinRM). |
E. |
Import the VMM Management Pack and then deploy agents to Hyper-V host servers and the VMM Server. On the VMM server, enable agent proxy for the Operations Manager agent. |
F. |
Configure the VMM server and the Active Directory computer accounts of the Hyper-V host servers to allow constrained delegation. |
Correct Answer: ABC
Explanation:
http://blogs.technet.com/b/kevinholman/archive/2012/08/21/integrating-vmm-2012-and-opsmgr-2012.aspx
Step 1: (C)
The Operations Manager
is a requirement.
With System Center Operations Manager 2012 SP1, customers can now monitor Hyper-V Replica using a Management Pack available for free from the SCOM catalogue.
Step 2: (A)
An Operations Manager agent is a service that is installed on a computer. The agent collects data, compares sampled data to predefined values, creates alerts, and runs responses.
A management server receives and distributes configurations to agents on monitored computers.
Step 3: (B)
Enter in one of your management server names to provide the SDK connection to VMM. Next ?we will need two accounts. One for SCVMM to connect to SCOM, and one for SCOM to connect to SCVMM.
QUESTION 3
DRAG DROP
You are the virtualization administrator for an organization. You manage a virtual machine (VM) by using System Center 2012 R2 Virtual Machine Manager. The VM is in a running state. You plan to use the System Preparation (Sysprep) tool to create a virtual machine template from the VM.
You need to save a copy of the VM before you run the Sysprep tool.
Which actions should you take?
To answer, drag the appropriate actions to the correct locations in the answer area. Each action may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
Correct Answer:
QUESTION 4
A company uses Windows Server 2012 R2 servers that have the Hyper-V role installed. The company uses a single System Center 2012 R2 Data Protection Manager (DPM) server to back up and recover the Hyper-V environment.
You deploy a new standalone Hyper-V host server, and then deploy 20 new virtual machines (VMs) to the host server. You create a DPM protection group named ProtectionGroup3.
You need to automate the process of adding the 20 new VMs to ProtectionGroup3.
What should you run?
A. |
the Windows PowerShell cmdlet Register-SCVMMManagedComputer |
B. |
the Windows PowerShell cmdlet Update-SCVMMManagedComputer |
C. |
the Windows PowerShell script AddNewStandAloneVM.ps1, and specify the Hyper-V server and ProtectionGroup3 as parameters |
D. |
the Windows PowerShell script AddNewStandAloneVMToDRServer.ps1, and specify the Hyper-V server and ProtectionGroup3 as parameters |
Correct Answer: C
Explanation:
The AddNewStandAloneVM.ps1 script does the following:
Takes the fully qualified domain name (FQDN) of the protected server and the name of the protection group as input.
Searches for the protected server and the protection group.
Runs an inquiry on the server that is running Hyper-V and obtains the list of unprotected virtual machines.
Adds this list of virtual machines to the protection group.
Saves the changes to the protection group and exits the procedure.
http://technet.microsoft.com/en-us/library/jj721498.aspx#bkmk_autoaddvm
QUESTION 5
You administer a Windows Server 2012 R2 server that has the Hyper-V role installed. You plan to test an update to a virtual machine (VM) in a production environment. You must meet the following requirements:
migrate the VM to another Hyper-V host as quickly as possible
ensure that the VM configuration is preserved after the migration is complete
You need to migrate the virtual machine. What should you do first?
A. |
Create a checkpoint of the VM. |
B. |
Run the Windows PowerShell cmdlet Export-VMSnapshot. |
C. |
Run the Windows PowerShell cmdlet New-VirtualDiskClone. |
D. |
Export the VM. |
Correct Answer: D
Explanation:
http://www.robertborges.us/2013/10/windows/windows-server-2012/importing-exporting-hyper-v-virtual-machines-in-windows-server-2012-r2/
This is the way to preserve the configuration after the migration on both of the hosts – the “source” host will keep the powered off state of the VM and on the “destination” host will run the “migrated” VM.
QUESTION 6
You are the virtualization administrator for an organization. The organization uses all components of System Center 2012 R2 in the production environment. A power supply in a Hyper-v host server fails. The host server continues to run and host virtual machines in this degraded state.
You have the following requirements:
Move virtual machines from host servers that are running in a degraded state to another host server.
Prevent placement of new virtual machines on degraded host servers.
You need to configure the environment.
Which System Center feature should you implement?
A. |
Dynamic Optimization |
B. |
Performance and Resource Optimization (PRO) |
C. |
Shared VHDX files |
D. |
Placement Rules |
Correct Answer: B
Explanation:
http://technet.microsoft.com/en-us/gg552992.aspx
What is Performance and Resource Optimization (PRO)?
PRO helps ensure that virtual machine hosts and virtual machines are operating in the most efficient possible manner. PRO generates recommendations for remedial actions based on alerts that Operations Manager generates. You can configure PRO to implement the preconfigured corrective actions automatically.
QUESTION 7
DRAG DROP
A company uses System Center 2012 R2 Virtual Machine Manager (VMM) to manage their Hyper-V environment. The VMM environment has two host groups named Dev and Prod.
The Hyper-V environment has the following requirements:
Administrators of the Prod host group must be able to manage virtual machines (VMs) and perform all VMM administrative tasks only within the Prod host group.
Administrators of the Dev host group must be able to manage VMs and perform all VMM administrative tasks only within the Dev host group.
Administrators of the Dev host group must be able to provision new Hyper-V host servers from physical computers for the Dev host group.
The security administrators must be able to add user objects to the Administrator role in VMM.
All delegation must adhere to the principle of least privilege.
You need to configure the user role profiles for each host group.
Which user role profiles should you assign?
To answer, drag the appropriate user role profile to the correct user group. Each user role profile may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
Correct Answer:
QUESTION 8
DRAG DROP
You administer a Windows Server 2012 R2 server that has the Hyper-V role installed. The host server has the following configuration:
You deploy a new lab virtual machine named VM-SERVER3.
You need to ensure that VM-SERVER3 communicates only with VM-SERVER1.
Which three actions should you perform in sequence?
To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Correct Answer:
QUESTION 9
A company has a Windows Server 2012 R2 server that has the Hyper-V role installed. The server hosts 12 virtual machines (VMs) that run Windows Server 2012 R2. The company plans to deploy System Center 2012 R2 Data Protection Manager (DPM).
The company has identified the following requirements for the DPM deployment:
allow files and folders on VMs to be recovered
allow recovery of data to a network share
minimize the number of DPM protection agents that you must deploy
You need to implement the backup solution.
Which two actions should you perform? Each correct answer presents part of the solution.
A. |
Deploy a DPM server. |
B. |
Deploy the DPM protection agent to VMs. |
C. |
Add the Hyper-V role to the DPM server. |
D. |
Configure DPM to perform guest-level backups of the VMs. |
|
Configure DPM to perform host-level backups of the VMs. |
Correct Answer: AC
Explanation:
DPM protection supports the following scenarios:
(this scenario) Protects virtual machines that are hosted on stand-alone servers that run Hyper-V and that use local or directly attached storage.
Protects virtual machines that run on a cluster. The cluster uses Cluster Shared Volumes (CSV) storage.
Protects virtual machines that run on a stand-alone server or cluster and that use SMB 3.0 file server storage.
Protects virtual machines that are running during a live migration.
Example: Protection for virtual machines on a stand-alone server that is running Hyper-V
Hyper-V on Standalone
This configuration protects one or more virtual machines on a stand-alone host computer. Storage can be local on the host server, or directly attached to it, for example a hard drive, a storage area network (SAN) device, or a network attached storage (NAS) device. Alternatively, the host server might use SMB 3.0 storage on an alternate file server. The DPM protection agent must be installed on all hosts and on the file server if storage is hosted by using SMB 3.0.
Incorrect:
Not B: Would not minimize the number of Protection Agents.
https://social.technet.microsoft.com/wiki/contents/articles/17493.protecting-hyper-v-virtual-machines-with-system-center-dpm-2012.aspx
QUESTION 10
DRAG DROP
You have a Windows Server 2012 R2 server that has the Hyper-V role installed. The company has the following requirements for the Hyper-V host server:
Virtual machines (VMs) must only communicate with other VMs.
You must be able to monitor all TCP/IP packets to and from VMs from the moment that VMs are able to communicate.
You must support a third-party program that uses the Network Driver Interface Specification (NDIS) API to monitor the TCP/IP packets between VMs.
You need to configure the environment.
Which three actions should you perform in sequence?
To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Correct Answer:
Free VCE & PDF File for Microsoft 74-409 Real Exam
Instant Access to Free VCE Files: MCSE|MCSA|MCITP…
Instant Access to Free PDF Files: MCSE|MCSA|MCITP…
70-410 Dumps VCE PDF
70-411 Dumps VCE PDF
70-412 Dumps VCE PDF
70-413 Dumps VCE PDF
70-414 Dumps VCE PDF
70-417 Dumps VCE PDF
70-461 Dumps VCE PDF
70-462 Dumps VCE PDF
70-463 Dumps VCE PDF
70-464 Dumps VCE PDF
70-465 Dumps VCE PDF
70-480 Dumps VCE PDF
70-483 Dumps VCE PDF
70-486 Dumps VCE PDF
70-487 Dumps VCE PDF