[root@TGCSESXI-4:~] esxcfg-nics -l
Name PCI Driver Link Speed Duplex MAC Address MTU Description
vmnic0 0000:02:00.0 bnx2 Up 1000Mbps Full d4:ae:52:77:6c:b5 9000 QLogic Corporation QLogic NetXtreme II BCM5716 1000Base-T
vmnic1 0000:02:00.1 bnx2 Up 1000Mbps Full d4:ae:52:77:6c:b6 9000 QLogic Corporation QLogic NetXtreme II BCM5716 1000Base-T
vmnic2 0000:04:00.0 bnx2 Up 1000Mbps Full 00:26:55:87:67:dc 9000 QLogic Corporation NC382T PCI Express Dual Port Multifunction Gigabit Server Adapter
vmnic3 0000:04:00.1 bnx2 Up 1000Mbps Full 00:26:55:87:67:de 9000 QLogic Corporation NC382T PCI Express Dual Port Multifunction Gigabit Server Adapter
[root@TGCSESXI-4:~] esxcfg-vmknic -l
Interface Port Group/DVPort/Opaque Network IP Family IP Address Netmask Broadcast MAC Address MTU TSO MSS Enabled Type NetStack
vmk0 Management Network IPv4 10.2.8.75 255.255.252.0 10.2.11.255 d4:ae:52:77:6c:b5 9000 65535 true STATIC defaultTcpipStack
vmk0 Management Network IPv6 fe80::d6ae:52ff:fe77:6cb5 64 d4:ae:52:77:6c:b5 9000 65535 true STATIC, PREFERRED defaultTcpipStack
vmk1 VMkernel IPv4 10.2.8.73 255.255.252.0 10.2.11.255 00:50:56:6a:33:1a 9000 65535 true STATIC defaultTcpipStack
vmk1 VMkernel IPv6 fe80::250:56ff:fe6a:331a 64 00:50:56:6a:33:1a 9000 65535 true STATIC, PREFERRED defaultTcpipStack
vmk2 Vmotion IPv4 10.2.8.92 255.255.252.0 10.2.11.255 00:50:56:63:b4:8d 9000 65535 true STATIC defaultTcpipStack
vmk2 Vmotion IPv6 fe80::250:56ff:fe63:b48d 64 00:50:56:63:b4:8d 9000 65535 true STATIC, PREFERRED defaultTcpipStack
vmk3 Black Armor IPv4 10.2.8.84 255.255.252.0 10.2.11.255 00:50:56:66:bb:ab 9000 65535 true STATIC defaultTcpipStack
vmk3 Black Armor IPv6 fe80::250:56ff:fe66:bbab 64 00:50:56:66:bb:ab 9000 65535 true STATIC, PREFERRED defaultTcpipStack
[root@TGCSESXI-4:~] esxcfg-vswitch -l
Switch Name Num Ports Used Ports Configured Ports MTU Uplinks
vSwitch0 1792 12 128 9000 vmnic0,vmnic1
PortGroup Name VLAN ID Used Ports Uplinks
VM Network 0 3 vmnic0,vmnic1
Black Armor 0 1 vmnic0,vmnic1
Vmotion 0 1 vmnic0,vmnic1
VMkernel 0 1 vmnic0,vmnic1
Management Network 0 1 vmnic0,vmnic1
Switch Name Num Ports Used Ports Configured Ports MTU Uplinks
vSwitch1 1792 4 128 9000 vmnic2
PortGroup Name VLAN ID Used Ports Uplinks
VMkernal-iSCSI-1 0 1 vmnic2
Switch Name Num Ports Used Ports Configured Ports MTU Uplinks
vSwitch2 1792 3 128 9000 vmnic3
PortGroup Name VLAN ID Used Ports Uplinks
VMkernal-iSCSI-2 0 0 vmnic3
[root@TGCSESXI-4:~]
I just changed all vswitchs and vmkernal adapters to MTU 9000 as you can see
The ping
[root@TGCSESXI-9:~] vmkping -I vmk2 -s 1472 -d 10.2.8.62
PING 10.2.8.62 (10.2.8.62): 1472 data bytes
1480 bytes from 10.2.8.62: icmp_seq=0 ttl=64 time=0.312 ms
1480 bytes from 10.2.8.62: icmp_seq=1 ttl=64 time=0.249 ms
1480 bytes from 10.2.8.62: icmp_seq=2 ttl=64 time=0.344 ms
--- 10.2.8.62 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.249/0.302/0.344 ms
[root@TGCSESXI-9:~]
Hosts TGCSESXI-4 still shows error after changing MTU to 9000 and I also changed the MTU to 9000 to all hosts in the cluster.