PrepAway - Latest Free Exam Questions & Answers

Which command should you run first?

Hotspot Question
You have a server named Server1 that runs Windows Server 2016 Server1 is a Hyper-V host. You
have two network adapter cards on Server1 that are Remote Direct Memory Access (RDMA) –
capable. You need to aggregate the bandwidth of the network adapter cards for a virtual machine
on Server1. The solution must ensure that the virtual machine can use the RDMA capabilities of
the network adapter cards. Which command should you run first? (To answer, select the
appropriate options in the answer area.)

PrepAway - Latest Free Exam Questions & Answers

Answer:

Explanation:
Create a Hyper-V Virtual Switch with SET and RDMA vNICs. To make use of RDMA capabilies on
Hyper-V host virtual network adapters (vNICs) on a Hyper-V Virtual Switch that supports RDMA
teaming, you can use this example Windows PowerShell script.
#
# Create a vmSwitch with SET
#
New-VMSwitch -Name SETswitch -NetAdapterName “SLOT 2″,”SLOT 3” –
EnableEmbeddedTeaming $true
#
# Add host vNICs and make them RDMA capable
# e
tc.
Note: As New-VmSwitch is not an alternative, we choose the Add-VMSwitch command instead.
Thee Add-VmSwitch command does not have -NetAdapter and -EnableEmbeddedTeaming
parameters.

2 Comments on “Which command should you run first?


Leave a Reply