This is a known issue affecting VMware ESXi 5.5.x and ESXi 6.0.x.
Currently, there is no resolution.
To confirm if LACP is in use run the following command:
esxcli network vswitch dvs vmware lacp status getTo work around the issue, restart the specific ESXi host Management Agent individually instead of using the
services.sh restart command.
Note: You can individually restart a specific ESXi host Management Agent.
To individually restart a specific ESXi host Management Agent:
- Log in as root to the ESXi host using SSH.
- To restart a specific agent, run this command:
/etc/init.d/Agent_Name restart
For example:
/etc/init.d/ntpd restart
Note: Usage: <Agent> {start|stop|status|restart}