An ESXi host becomes unresponsive with the following symptoms:
VMware vSphere ESXi 7.x
VMware vSphere ESXi 8.x
These symptoms may be caused by the service 'vmsyslogd' hanging.
This is a known issue, which is fixed in ESXi 7.0 U3v and ESXi 8.0 U3e.
If the known bug is already addressed, but the DCUI hang symptom is still observed, collect a VMKernel memory dump and DCUI memory dump by following the steps below:
When the DCUI and the system are running normally, connect to the ESXi shell.
Identify the Cartel ID (CID) of the DCUI service using the process list:ps -C | { head -1; grep dcui; } (Note: The CID is located in the second column of the output.)
Verify the current configuration of the memory dump parameter. A return value of 0 indicates it is currently disabled. Substitute <CID> with the value retrieved in Step 2:vsish -e get /userworld/cartel/<CID>/debug/dumpOnKernelPanic
Enable the parameter so that the DCUI memory dump is included when a VMKernel memory dump is generated:vsish -e set /userworld/cartel/<CID>/debug/dumpOnKernelPanic 1
When the hang-up symptom is observed, send an NMI from the hardware BMC (e.g., iLO, iDRAC, XCC) to force a system panic and generate the dump.
After the host reboots, collect a vm-support log bundle and open a case with Broadcom Support for further investigation.