VMware vSphere ESXi 8.0
VMware vSphere ESXi 7.0
VMware vSphere ESXi 6.7
VMware vSphere ESXi 6.5
VMware vSphere ESXi 6.0
Note: Please keep in mind that for troubleshooting purposes core dumps can be required. Therefore please make sure not to disable the local core dump file of any ESXi before first configuring network core dumps as in step 1 below:
# esxcli system coredump network set --interface-name vmkX --server-ipv4 X.X.X.X --server-port 6500
# esxcli system coredump network set --enable true
# esxcli system coredump file set --enable false
# esxcli system coredump file remove --force
# esxcli system settings kernel set -s autoCreateDumpFile -v FALSE
# esxcli system settings kernel list -o autoCreateDumpFile
Configure ESXi Dump Collector with ESXCLI
Set Up a File as Core Dump Location
Impact/Risks:
A core dump is the state of working memory in the event of host failure. It is needed in the investigation of an issue. If the core dump file is disabled, a network core dump collector should be configured.