如下SSH登录到ESXi主机执行命令即可删除。
1 WARNING: 2 All commands run on the ESXi shell are logged and may be included in 3 support bundles. Do not provide passwords directly on the command line. 4 Most tools can prompt for secrets or accept them from standard input. 5 6 VMware offers supported, powerful system administration tools. Please 7 see www.vmware.com/go/sysadmintools for details. 8 9 The ESXi Shell can be disabled by an administrative user. See the 10 vSphere Security documentation for more information. 11 [root@localhost:~] vmkfstools -D /vmfs/volumes/615def9b-686cf9e2-d82e-00e0ed357c04/vmkdump/4C4C4544-0033-3410-8044-C6C04F4B4D32.dumpfile 12 Lock [type 10c00001 offset 84148224 v 38, hb offset 3309568 13 gen 349, mode 1, owner 61da2d96-ed7ae72e-6d9e-d89ef3243212 mtime 599 14 num 0 gblnum 0 gblgen 0 gblbrk 0] 15 Addr <4, 20, 0>, gen 1, links 1, type reg, flags 0x8, uid 0, gid 0, mode 600 16 len 1440743424, nb 1374 tbz 0, cow 0, newSinceEpoch 1374, zla 3, bs 1048576 17 affinityFD <4,58,0>, parentFD <4,58,0>, tbzGranularityShift 20, numLFB 0 18 lastSFBClusterNum 3712, numPreAllocBlocks 0, numPointerBlocks 1 19 [root@localhost:~] esxcli system coredump file list 20 Path Active Configured Size 21 ------------------------------------------------------------------------------------------------------- ------ ---------- ---------- 22 /vmfs/volumes/615def9b-686cf9e2-d82e-00e0ed357c04/vmkdump/4C4C4544-0033-3410-8044-C6C04F4B4D32.dumpfile true true 1440743424 23 [root@localhost:~] esxcli system coredump file remove --force 24 [root@localhost:~] esxcli system coredump file list 25 [root@localhost:~]