After migrating a Virtual Machine (VM) from ESXi 6.x to ESXi 8.0 U3, customers may observe the following symptoms with VM OS's that are running RHEL 6.x:
VMware ESXi 8.0 U3
Red Hat Enterprise Linux (RHEL) 6.10
RHEL kernel version: 2.6.32-504.el6 (typically associated with RHEL 6.6) or lower
The issue is caused by a kernel-level incompatibility. While the Guest OS may be updated to RHEL 6.10 (which is supported), the underlying kernel may still be running version 2.6.32-504.el6. This specific kernel version, originally part of the RHEL 6.6 distribution, experiences stability issues on the ESXi 8.0 U3 networking stack.
To resolve this issue, upgrade the guest operating system kernel to version 2.6.32-754.el6 or newer to match the RHEL 6.10 distribution standards.
Steps to Verify and Fix:
uname -r
cat /etc/redhat-release
sudo yum update kernel
uname -r