Hi,
A new ESXi Server displays conflicting messages about the network:
1. In the Web UI, it says Link Speed "down" for both interfaces.
2. When logging in via ssh, it shows the following:
[root@esx2:~] esxcli network nic list
Name PCI Device Driver Admin Status Link Status Speed Duplex MAC Address MTU Description
------ ------------ ------ ------------ ----------- ----- ------ ----------------- ---- ------------------------------------------------------------
vmnic0 0000:00:14.0 igbn Up Up 0 Full 0c:c4:7a:54:0e:2c 1500 Intel Corporation Ethernet Connection I354 2.5 GbE Backplane
vmnic1 0000:00:14.1 igbn Up Down 0 Half 0c:c4:7a:54:0e:2d 1500 Intel Corporation Ethernet Connection I354 2.5 GbE Backplane
[root@esx2:~]
3. When attempting vMotion "vMotion interface 'vss:Management Network' on the "Destination" host '139.178.72.178' does not have any operational physical network connections."
However, just to point out the obvious, the link is actually up. I'm able to SSH into the machine, and view the web UI. So, the message that it's down is wrong.
This might be a hardware incompatibility issue. The machine is a bare metal server from packet.com. A t1.small in the Amsterdam datacenter.
Another model works ok. For example, the c1.small reports:
[root@esx1:~] esxcli network nic list
Name PCI Device Driver Admin Status Link Status Speed Duplex MAC Address MTU Description
------ ------------ ------ ------------ ----------- ----- ------ ----------------- ---- -------------------------------------------------
vmnic0 0000:01:00.0 igbn Up Up 1000 Full 0c:c4:7a:80:55:cc 1500 Intel Corporation I350 Gigabit Network Connection
vmnic1 0000:01:00.1 igbn Up Up 1000 Full 0c:c4:7a:80:55:cd 1500 Intel Corporation I350 Gigabit Network Connection
The issue is easily reproducible. Order a t1.small from packet.com with ESXi 6.5 as the choice for operating system.
Any ideas? Is this expected or unexpected? Is it a bug?
Thanks.