Multiple Linux Virtual Machines (VMs) running on a specific ESXi host report errors in the guest OS kernel logs:
watchdog: BUG: soft lockup - CPU#X stuck for XsIn the ESXi host logs, the following indicators are present:
In the var/run/log/vmkernel.log:
[YYYY:MM:DDTHH:MIN:SEC] In(182) vmkernel: cpu[ID]:[ID])Tcpip_Vmk: 123: arp: [##:##:##:##:##:##] is using my IP address [192.0.2.1] on vmk2![YYYY:MM:DDTHH:MIN:SEC] In(182) vmkernel: cpu[ID]:[ID])Tcpip_Vmk: 123: arp: [##:##:##:##:##:##] is using my IP address [192.0.2.1] on vmk2!.....[YYYY:MM:DDTHH:MIN:SEC] In(182) vmkernel: cpu[ID]:[ID])Tcpip_Vmk: 123: arp: [##:##:##:##:##:##] is using my IP address [192.0.2.1] on vmk2!
In the var/run/log/vobd.log: Reports duplicate IP detection events:
[YYYY:MM:DDTHH:MIN:SEC] In(14) vobd[[ID]]: [netCorrelator] [ID]us: [vob.net.vmknic.ip.duplicate] Duplicate IP address detected for [192.0.2.1] on interface vmk#, current owner being [##:##:##:##:##:##][YYYY:MM:DDTHH:MIN:SEC] In(14) vobd[[ID]]: The event ([esx.problem.net.vmknic.ip.duplicate] Duplicate IP address detected for [192.0.2.1] on interface vmk#, current owner being [##:##:##:##:##:##].) was sent immediately to hostd;[YYYY:MM:DDTHH:MIN:SEC] In(14) vobd[[ID]]: [netCorrelator] [ID]us: [vob.net.vmknic.ip.duplicate] Duplicate IP address detected for [192.0.2.1] on interface vmk#, current owner being [##:##:##:##:##:##][YYYY:MM:DDTHH:MIN:SEC] In(14) vobd[[ID]]: [netCorrelator] [ID]us: [vob.net.vmknic.ip.duplicate] Duplicate IP address detected for [192.0.2.1] on interface vmk#, current owner being [##:##:##:##:##:##][YYYY:MM:DDTHH:MIN:SEC] In(14) vobd[[ID]]: The event ([esx.problem.net.vmknic.ip.duplicate] Duplicate IP address detected for [192.0.2.1] on interface vmk#, current owner being [##:##:##:##:##:##].) was sent immediately to hostd;In the var/run/log/vmkwarning.log: Reports severe performance degradation on NFS or storage volumes:
[YYYY:MM:DDTHH:MIN:SEC] Wa(180) vmkwarning: cpu[ID]:[ID])WARNING: NFS: 5927: NFS volume [VOLUME_NAME] performance has deteriorated. I/O latency increased from average value of [VALUE](us) to [VALUE](us).[YYYY:MM:DDTHH:MIN:SEC] Wa(180) vmkwarning: cpu[ID]:[ID])WARNING: NFS: 5965: NFS volume [VOLUME_NAME] performance has deteriorated. I/O latency increased from average value of [VALUE](us) to [VALUE](us). Exceeded threshold 10000(us)[YYYY:MM:DDTHH:MIN:SEC] Wa(180) vmkwarning: cpu[ID]:[ID])WARNING: NFS: 5965: NFS volume [VOLUME_NAME] performance has deteriorated. I/O latency increased from average value of [VALUE](us) to [VALUE](us). Exceeded threshold 10000(us)An IP conflict exists on the network for the VMkernel interface used for storage traffic. This duplication results in intermittent MAC/IP routing ambiguity, leading to storage timeouts that trigger the Guest OS kernel watchdog.
To resolve this issue, the duplicate IP conflict must be cleared at the network layer.
Identify the Conflict:
vobd.log (##:##:##:##:##:##)Remediate the IP Assignment:
Verify Storage Stability:
vmkwarning.log to ensure NFS/Storage latency returns to normal levels."soft lockup" messages have ceased.