- (Exam Topic 1)
You need to install SCOM.
Which SCOM component should you install first?
Correct Answer:
C
- (Exam Topic 3)
You deploy Microsoft system virtual machine manager (SCVMM)
You need to implement software defined networking (SDN) for the environment. You must create the fewest objects possible and must not implement subnet isolation.
Which three objects should you create in sequence? Move the appropriate actions from the list of actions and arrange them in the correct order.
Solution:
Here's what you need to do to set up a SDN network controller
1. Configure hosts and physical network infrastructure: You need access to your physical network devices
to configure VLANs, routing etc. You also need Hyper-V hosts to host the SDN infrastructure and tenant VMs.
2. Prepare a virtual hard disk: You can prepare a virtual hard disk for the network controller service template in VHD or VHDX format, as appropriate for the service template generation you choose.
3. Download the service templates: Download the network controller service templates and import them to the VMM library.
4. Set up Active Directory security groups: You'll need an Active Directory security group for network controller management, and another security group for network controller clients. Each group will need at least one user account in it.
5. Set up a VMM library share. You can have an optional library file share for keeping diagnostic logs. This library share will be accessed by the network controller to store diagnostics information throughout its lifetime.
6. Set up a VMM host group: Set up a dedicated host group for all of the SDN Hyper-V hosts.
Note:
Hosts must be running Windows Server 2016 with latest patches installed, and have the Hyper-V role enabled.
7. Create the management logical network: Create a logical network to mirror management network connectivity for the VMM host, network controller hosts, and tenant VM hosts. If you want to allocate static IP addresses from a pool, create a pool on this logical network.
8. Create and deploy a management logical switch: You create the logical switch, and deploy it on network controller hosts, to provide connectivity to the management network for network controller VMs.
9. Set up a certificate: You need an SSL certificate for secure/HTTPS communication with the network controller.
10. Import the template: Import and customize the network controller service template.
11. Deploy the service: Deploy the network controller service using the service template. Then add it as a VMM service.
References:
https://docs.microsoft.com/en-us/system-center/vmm/sdn-controller?view=sc-vmm-1807
Does this meet the goal?
Correct Answer:
A
- (Exam Topic 3)
You administer Microsoft System Center Virtual Machine Manager (SCVMM). You need to access the Network Controller diagnostic logs.
Where should you view the logs?
Correct Answer:
C
- (Exam Topic 3)
A company has a Microsoft system center virtual machine manager (SCVMM) 2016 environment. You need to deploy a highly available SCVMM library.
In which order should you perform the actions? Rearrange in correct order.
Solution:
You set up a Windows failover cluster running the File Server role. Then you create file shares on the cluster, and assign them as VMM library shares.
References:
https://docs.microsoft.com/en-us/system-center/vmm/ha-library?view=sc-vmm-1807
Does this meet the goal?
Correct Answer:
A
- (Exam Topic 3)
You are the system administrator for a manufacturing company. You implement a new solution for your windows server.
The file system drivers for all servers offloaded data Transfers (ODX). You need to configure the servers.
Which four actions should you perform in sequence? Rearrange in correct order.
Solution:
We can use the FLTMC command to list filter drivers and their supported features. If the value of the support Features registry key equals 3, then ODX is supported.
The Get-ItemProperty cmdlet gets the properties of the specified items.
References:
https://blogs.technet.microsoft.com/askcore/2014/06/26/is-offloaded-data-transfers-odx-working/ https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.management/get-itemproperty?view=
Does this meet the goal?
Correct Answer:
A