Quantcast
Channel: Virtual Machine Manager – General forum
Viewing all articles
Browse latest Browse all 2770

HyperV Virtual NIC not Visable on SCVMM

$
0
0

HI I have installed Hyper V On One of the HP G7 hardware , and SCVMM is on G6 Hardware,

After configuring Hyper V Role, I have teamed the 4 NIC to One Teaming and created multiple VnNIC by using below Script.

Issue here After adding the Host to SCVMM i am unable to find the VNICs, I can see only Vswitch, Please suggest, I have attache3d the screenshot for the references.

___________________________________________________________________________________________________

New-NetLbfoTeam -Name TEAMNIC -TeamMembers NIC1,NIC2,NIC3,NIC4 -LoadBalancingAlgorithm HyperVPort -TeamingMode SwitchIndependent
New-VMSwitch -Name VSWITCH -NetAdapterName TEAMNIC -AllowManagementOS $False -MinimumBandwidthMode Weight
Set-VMSwitch VSWITCH -DefaultFlowMinimumBandwidthWeight 20

Add-VMNetworkAdapter -ManagementOS -Name "Management" -SwitchName "VSWITCH"
Add-VMNetworkAdapter -ManagementOS -Name "LiveMigration" -SwitchName "VSWITCH"
Add-VMNetworkAdapter -ManagementOS -Name "VirtualMachine" -SwitchName "VSWITCH"
Add-VMNetworkAdapter -ManagementOS -Name "CLuster" -SwitchName "VSWITCH"VSWITCH

Set-VMNetworkAdapterVlan -ManagementOS -VMNetworkAdapterName "Management" -Access -VlanId 251
Set-VMNetworkAdapterVlan -ManagementOS -VMNetworkAdapterName "LiveMigration" -Access -VlanId 62
Set-VMNetworkAdapterVlan -ManagementOS -VMNetworkAdapterName "VirtualMachine" -Access -VlanId 62


Set-VMNetworkAdapter -ManagementOS -Name "Management" -MinimumBandwidthWeight 10
Set-VMNetworkAdapter -ManagementOS -Name "VirtualMachine" -MinimumBandwidthWeight 50
Set-VMNetworkAdapter -ManagementOS -Name "LiveMigration" -MinimumBandwidthWeight 30


Viewing all articles
Browse latest Browse all 2770

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>