SOLVED

windows BOD with SET teaming

Brass Contributor

hello

i was trying to create SET vswitch my windows Server suddenly show BlueScreen with Stop Code :

my command : 

 

New-VMSwitch -Name "SET Team" -NetAdapterName "NIC 1","NIC 2" -EnableEmbeddedTeaming $true

 

"SYSTEM THREAD EXCEPTION NOT HANDLED" 

what failed: vmswitch.sys

server: Hp DL360G9, 

NIC : HP Ethernet 10Gb 2-port 530FLR-SFP+ Adapt

after restart the OS,  i try the command again and this time new vSwitch create. 

my next command was change the Load Balancing Algorithm by this command 

 

 

Set-VMSwitchTeam -Name "SET Team" -LoadBalancingAlgorithm Dynamic

 

 again i get BOD by this detail.

can any body help

Screenshot 2021-12-19 104045.pngScreenshot 2021-12-19 104055.png

3 Replies
best response confirmed by soheil-Amiri (Brass Contributor)
Solution

Sounds like the driver and or hardware may be problematic. The hardware vendor (HP) will be your best resource to debug this problem.

 

 

i try windows 2019 to test my scenario and it works well.
thanks

Sounds good, upgrading the operating system is certainly a great option.

 

 

1 best response

Accepted Solutions
best response confirmed by soheil-Amiri (Brass Contributor)
Solution

Sounds like the driver and or hardware may be problematic. The hardware vendor (HP) will be your best resource to debug this problem.

 

 

View solution in original post