Network uplink redundancy lost vmware как исправить
An alarm reports a loss of uplink redundancy on a vSphere standard or a distributed switch for a host.
Problem
No redundant physical NICs for a host are connected to a particular standard or a distributed switch, and the following alarm appears:
Host name or IP Network uplink redundancy lost
Cause
Only one physical NIC on the host is connected to a certain standard or a distributed switch. The redundant physical NICs are either down or are not assigned to the switch.
For example, assume that a host in your environment has physical NICs vmnic0 and vmnic1 connected to vSwitch0 , and the physical NIC vmnic1 goes offline, leaving only vmnic0 connected to vSwitch0 . As a result, the uplink redundancy for vSwitch0 is lost on the host.
Solution
Check which switch has lost uplink redundancy on the host. Connect at least one more physical NIC on the host to this switch and reset the alarm to green. You can use the vSphere Client or the ESXi Shell .
If a physical NIC is down, try to bring it back up by using the ESXi Shell on the host.
For information about using the networking commands in the ESXi Shell , see ESXCLI Reference . For information about configuring networking on a host in the vSphere Client , see vSphere Networking .
Network uplink redundancy lost vmware как исправить
An alarm reports a loss of uplink redundancy on a vSphere standard or a distributed switch for a host.
Problem
No redundant physical NICs for a host are connected to a particular standard or a distributed switch, and the following alarm appears:
Host name or IP Network uplink redundancy lost
Cause
Only one physical NIC on the host is connected to a certain standard or a distributed switch. The redundant physical NICs are either down or are not assigned to the switch.
For example, assume that a host in your environment has physical NICs vmnic0 and vmnic1 connected to vSwitch0 , and the physical NIC vmnic1 goes offline, leaving only vmnic0 connected to vSwitch0 . As a result, the uplink redundancy for vSwitch0 is lost on the host.
Solution
Check which switch has lost uplink redundancy on the host. Connect at least one more physical NIC on the host to this switch and reset the alarm to green. You can use the vSphere Web Client or the ESXi Shell .
If a physical NIC is down, try to bring it back up by using the ESXi Shell on the host.
For information about using the networking commands in the ESXi Shell , see vSphere Command-Line Interface Reference . For information about configuring networking on a host in the vSphere Web Client , see vSphere Networking .
Network Uplink Redundancy Lost VMware ESXi Host
The error of network uplink redundancy lost is a very common issue with VMware ESXi hosts. It occurs when the secondary network interface is not connected or in a degraded state to the ESXi host. An alarm reports a loss of uplink redundancy on a vSphere standard or a distributed switch for a host.
At this point, the Host is connected with the primary NIC and there is no impact but if the primary adapter fails then there would be an outage as there is no network adapter to carry out the network traffic. Your host becomes isolated.
For example, assume that a host in your environment has physical NICs vmnic0 and vmnic1 connected to vSwitch0 on host esx01, and the physical NIC vmnic1 goes offline or down, leaving only vmnic0 connected to vSwitch0 . As a result, the uplink redundancy for vSwitch0 is lost on the host esx01.
Possible Solution For Network Uplink Redundancy Lost
First, you need to check that which vSwitch has lost the uplink redundancy on the host. You need to connect at least one more physical NIC on the host to this vSwitch and acknowledge the alarm to green. This issue might be lost for a few seconds and could be intermittent network loss on the physical switch. In this case, you need to check and verify with your network support team.
If a physical NIC is down, Request to your Data Center Operation team to check physically to the physical NIC and connect the NIC properly.
You also can analyze the events or tasks for the Host which is complaining about this, and look into the Tasks & Events tab.
To check the connected NICs details using esxcli use below commands:
esxcli network nic list
The above command will provide you a list of network adapter with their status as up or down and duplex speed.
If you want to check the network errors on any particular physical network adapter(vmnic1 in this case), use below commands:
ethtool -S vmnic1 | grep -i error
The ethtool is the best tool to check the physical network adapter information.
You’ll Also Like
- How To Identify Virtual Machines Having RDM Disks In VMware?
- How To Get Device ID, LUN ID, And NAA ID Of A VMware Datastore?
Veeam VMware: Host Network Uplink Redundancy Lost Alarm
This monitor tracks the vCenter alarm that monitors loss of network uplink redundancy on a virtual switch.
By default, the alarm is triggered by the following events:
- vprob.net.redundancy.lost
- esx.clear.net.redundancy.restored
- esx.problem.net.dvport.redundancy.lost
- esx.clear.net.dvport.redundancy.restored
See the Help Center for more information including reference lists of all Rules and Monitors and full set of User Guides for the Veeam MP for VMware.
See the VMware Online Documentation for more information on VMware vSphere, in particular:
- Troubleshooting Guide
- Resource Management Guide
- Networking Guide
- Storage Guide