This article provides information on extracting a core dump file from the diagnostic partition following a purple diagnostic screen error.
During a purple diagnostic screen, ESXi attempts to write a VMkernel core dump to a previously-configured VMKCore
(type 0xFC
) partition. This file is normally created during start up or while collecting vm-support
logs.
In ESXi 5.5 and higher, a VMkernel core dump may be written to a dump file, either in addition or instead of a partition. For such cases, see Generating a VMkernel zdump manually from a dump file in ESXi (2081902).
For more information on related topics, see:
VMware vSphere ESXi 7.x
VMware vSphere ESXi 6.x
The command line utility for extracting a VMkernel core dump differs between versions of ESXi/ESX.
Use command-line tools on the ESXi host to identify the diagnostic partition and copy its contents to a file.
esxcli system coredump partition list
esxcfg-dumppart -t
mpx.vmhba1:C0:T0:L0:7
/vmfs/devices/disks/mpx.vmhba1:C0:L0:7
cd /vmfs/volumes/DatastoreName/
esxcfg-dumppart
command, specifying the full path from step 2:esxcfg-dumppart --copy --devname "/vmfs/devices/disks/identifier" --zdumpname /vmfs/volumes/datastore1/filename.1
esxcfg-dumppart --copy --devname "/vmfs/devices/disks/mpx.vmhba2:C0:T0:L0:2" --zdumpname /vmfs/volumes/datastore1/hostname-date-zdump
scp
to retrieve the produced zdump
file, and share it with VMware Support.