The steps in this article capture a memory dump from a VMware virtual machine without stopping its execution. This is useful in cases where forcing a crash or changing the Windows dump parameters is not permitted.
VMware vSphere ESXi 8.x
VMware vCenter Server 8.x
.vmsn) or suspend file (.vmss) in the virtual machine directory, and a non‑monolithic memory (.vmem) file, all with the same base name (e.g., servername-Snapshot3) with different suffixes (.vmsn, .vmss, and/or .vmem). If there are different snapshots (e.g., servername-Snapshot1, 2, 3, etc.), locate the correct files for the recent snapshot or suspension by examining the time/date stamps..vmsn, .vmss, and .vmem) for the snapshot. In vSphere Client, right-click the files, choose download, and save them to the local machine. Zip them up and send them to the Technical Support Vendor requesting the core dump.vmss2core.exe file: Where to Download vmss2core.exevmss2core tool can be downloaded as a standalone utility in the Free Downloads section of the Broadcom Support Portal: Download VMware Flings for Free)vmss2core.exe utility to the location where the .vmsn or .vmss and .vmem files are located locally.vmss2core.exe -W8 snapshot.vmsn snapshot.vmem
vmss2core.exe snapshot.vmsn snapshot.vmemvmss2core.exe -W snapshot.vmsn snapshot.vmemvmss2core.exe -N snapshot.vmsn snapshot.vmem
Note: The .vmsn file may be a .vmss file, and the .vmem file may not be present or necessary. Successful output generates a memory.dmp file (or vmss.core in the case of Linux).Note: If the memory dump generates with 0KB, verify if Hyper-V is enabled for the virtual machine. Open the .vmx configuration file and check for the following line:
vhv.enable = "TRUE"TRUE", change it to vhv.enable = "FALSE".0KB and Hyper-V is not enabled on the virtual machine, check the Windows OS build. If it is an older build, update it to the latest version.The vmss2core tool may be downloaded as a standalone utility from the Free Downloads section of the Broadcom Support Portal: Download VMware Flings for Free , Direct Download link for vmss2core