VxRail: How to configure ESXi Coredump to File instead of Partition

Summary: This article provides the steps to configure a Coredump configuration file.

This article applies to This article does not apply to This article is not tied to any specific product. Not all product versions are identified in this article.

Instructions

To configure ESXi to generate the Coredump as a file on a Virtual Machine File System (VMFS): 

  1. Connect to the ESXi host using the SSH.
  2. Run this command to add a new file, used as a Coredump: 
    esxcli system coredump file add
    -d can be used to specify the VMFS datastore used for the Coredump file. If it is not provided, a datastore of sufficient size is automatically selected.
    -f can be used to specify a file name for the Coredump file. If it is not provided, a unique name is created.

    For Example:
    esxcli system coredump file add -d VMFS_VOLUME -f test   
  3. Run this command to get the list of all dump files:
    esxcli system coredump file list

    Output similar to the following appears:
    Path                                                                     Active Configured Size
    ------------------------------------------------------------------------ ------ ---------- ---------
    /vmfs/volumes/52b021c3-f6b3da50-4c76-001d0904c5a5/vmkdump/test.dumpfile  false  false      104857600

    If no Coredump file is specified, no output displays from running the command.
       
  4. Run this command to set the dump file for the host:
    esxcli system coredump file set -p /vmfs/volumes/DATASTORE_UUID/vmkdump/FILENAME 

    For Example:
    esxcli system coredump file set -p /vmfs/volumes/52b021c3-f6b3da50-4c76-001d0904c5a5/vmkdump/test.dumpfile
     
  5. Run this command to verify that the dump file is active and configured:
    esxcli system coredump file list

    Output similar to the following appears:
    Path                                                                     Active Configured Size
    ------------------------------------------------------------------------ ------ ---------- ---------
    /vmfs/volumes/52b021c3-f6b3da50-4c76-001d0904c5a5/vmkdump/test.dumpfile  True   True                    104857600


    The output indicates that the active and configured status of the file is True.

Additional Information

Affected Products

VxRail, VxRail Appliance Series, VxRail G Series Nodes, VxRail D Series Nodes, VxRail D560, VxRail D560F, VxRail E Series Nodes, VxRail E560, VxRail E560F, VxRail E560N, VxRail E660, VxRail E660F, VxRail E660N, VxRail E665, VxRail E665F, VxRail E665N , VxRail G560, VxRail G560F, VxRail P Series Nodes, VxRail P570, VxRail P570F, VxRail P580N, VxRail P670F, VxRail P670N, VxRail P675F, VxRail P675N, VxRail S Series Nodes, VxRail S570, VxRail S670, VxRail Software, VxRail V Series Nodes, VxRail V570, VxRail V570F, VXRAIL V670F, VxRail VD-4510C, VxRail VD-4520C, VxRail VD Series Nodes, VxRail VE-660, VxRail VE-6615, VxRail VE-670, VxRail VP-760, VxRail VP-7625, VxRail VP-770 ...
Article Properties
Article Number: 000010213
Article Type: How To
Last Modified: 25 آذار 2026
Version:  4
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.