↧
Building a Hyper-V Cluster – Configuring Networks – Part 2/5
PowerShell Commands # New Network LBFO Team $NICname = Get-NetAdapter | %{$_.name} New-NetLbfoTeam -Name LBFOTeam –TeamMembers $NICname -TeamingMode SwitchIndependent -LoadBalancingAlgorithm...
View ArticleHyper-V dVMQ
Deep Dive: Configuring dVMQ in Hyper-V Virtual Machine Queue (VMQ) is a mechanism for mapping physical queues in a NIC to the virtual NIC in a VM partition (Parent or guest). This mapping makes the...
View ArticleBuilding a Hyper-V Cluster – SCVMM Configuring Networks and Logical Switches...
Configuring Networks and Logical Switches In part two of the video series we go over how to implement logical networking in System Center Virtual Machine Manager 2012R2 (SCVMM). First we provide an...
View Article