Jump to content

Recommended Posts

Posted

Been looking though the event logs to try and diagnose some slowness issues around the network and I am seeing the following Event Viewer warning for Hyper-V-VMMS

 

Detected disconnected media state for network adapter '{3447DECC-E1C4-480A-9676-F57364662747}' that is attached to virtual switch '8C7F3949-1719-433E-A81C-6819AF9F53B9'.

 

Any idea how to identify which VM is giving this error.

 

Many thanks

Mark

Posted

Try that for get all network adapter on the host:

 

Get-VMNetworkAdapter -All or Get-VMNetworkAdapter -All | Where-Object { $_.Id -eq "3447DECC-E1C4-480A-9676-F57364662747" }

  • Thanks 1
Posted

Ok, slightly weird, that Get-VMNetworkAdapter -All | Where-Object { $_.Id -eq "3447DECC-E1C4-480A-9676-F57364662747" } doesnt show any VMs with that adapter.

 

I'm guessing as out of the 3 nodes I have, as it is only appear on 1 - it must be a VM located on that particular host.

 

Might have to migrate them so see which one it could be.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...