6.5.1

Table Of Contents
3 Activate the core dump file for the host:
esxcli system coredump file set
The command takes the following options:
Option Description
--path | -p
The path of the core dump file to use. The file must be pre-allocated.
--smart | -s
This flag can be used only with --enable | -e=true. It causes the file to be
selected using the smart selection algorithm.
For example,
esxcli system coredump file set --smart --enable true
4 Verify that the core dump file is active and configured:
esxcli system coredump file list
The output similar to the following indicates that the core dump file is active and configured:
Path Active Configured Size
------------------------------------------------ ------ ---------- ---------
/vmfs/volumes/52b021c3-.../vmkdump/test.dumpfile True True 104857600
What to do next
For information about other commands you can use to manage the core dump files, see the vSphere
Command-Line Interface Reference documentation.
Deactivate and Delete a Core Dump File
Deactivate a configured core dump file and, if needed, remove it from the VMFS datastore.
You can temporarily deactivate the core dump file. If you do not plan to use the deactivated file, you can
remove it from the VMFS datastore. To remove the file that has not been deactivated, you can use the
system coredump file remove command with the --force | -F parameter.
Prerequisites
Install vCLI or deploy the vSphere Management Assistant (vMA) virtual machine. See Getting Started with
vSphere Command-Line Interfaces. For troubleshooting, run esxcli commands in the ESXi Shell.
Procedure
1 Deactivate the core dump file by running the following command:
esxcli system coredump file set --unconfigure | -u
vSphere Storage
VMware, Inc. 196