PrepAway - Latest Free Exam Questions & Answers

Which commands should you run first?

HOTSPOT
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 commands should you run first? To answer, select the appropriate options in the answer area.
Hot Area:

PrepAway - Latest Free Exam Questions & Answers

Answer:

Explanation:
A new feature of Windows Server 2016 is SET (Switch Embedded Teaming).Create a SET team
You must create a SET team at the same time that you create the Hyper-V Virtual Switch with the NewVMSwitch Windows PowerShell command.
When you create the Hyper-V Virtual Switch, you must include the new EnableEmbeddedTeaming parameter in
your command syntax.
In the following example, a Hyper-V switch named TeamedvSwitch with embedded teaming and two initial team
members is created.
New-VMSwitch -Name TeamedvSwitch -NetAdapterName “NIC 1″,”NIC 2”
-EnableEmbeddedTeaming $true

https://technet.microsoft.com/en-gb/library/mt403349.aspx

One Comment on “Which commands should you run first?

  1. mishumo mphaphuli says:

    #
    # Create a vmSwitch without SET
    #
    New-VMSwitch -Name RDMAswitch -NetAdapterName “SLOT 2”
    #
    # Add host vNICs and make them RDMA capable
    #
    Add-VMNetworkAdapter -SwitchName RDMAswitch -Name SMB_1
    Enable-NetAdapterRDMA “vEthernet (SMB_1)”
    #
    # Verify RDMA capabilities
    #
    Get-NetAdapterRdma




    0



    0

Leave a Reply