vSphere: How to Decrypt Encrypted Zdump Files After a PSOD and Create Support Bundle

Résumé: vSphere 7.x and later ESXi host experiences a Purple Screen of Death (PSOD) creates a zdump core dump that is auto‑encrypted This happens when the host is using Virtual Machine encryption ...

Cet article concerne Cet article ne concerne pas Cet article n’est associé à aucun produit spécifique. Toutes les versions du produit ne sont pas identifiées dans cet article.

Instructions

Decrypt Core Dump Files and Create Support Bundle

Prerequisites

  • SSH access to the ESXi host that experienced the PSOD.
  • vSphere version 7.x or later.

Procedure

  • Connect to the affected ESXi host via SSH.
  • Check whether each core dump in /var/core is encrypted.
  • If encrypted, decrypt the core dump file.
  • Create a new support bundle.
  • Upload the support bundle directly to the case for analysis 

Step‑by‑Step Commands

# SSH to the ESXi host
$ ssh root@[ESXI_HOST_IP]
# Verify encryption status of the first core dump
crypto-util envelope describe --offset 4096 /var/core/vmkernel-zdump.1
# Decrypt the first core dump if it is encrypted
crypto-util envelope extract --offset 4096 /var/core/vmkernel-zdump.1 /var/core/unenc-vmkernel-zdump.1
# Decrypt additional core dump files (repeat for each .zdump file)
crypto-util envelope extract --offset 4096 /var/core/vmkernel-zdump.2 /var/core/unenc-vmkernel-zdump.2
# Create a new support bundle
vm-support
vm-support -w use the -w to specify loaction example: ( vm-support -w /vmfs/volume/DATASTORE_NAME )
# The default bundle location is:
/var/tmp/ /var/log/ depending on which loacation has the most space
Caution: Decrypting core dumps may expose sensitive customer data. Handle the unencrypted files securely and delete them after the support bundle is created.

Produits concernés

VxRail, VMware ESXi 7.x, VMware ESXi 8.x, VMware ESXi 9.x, VMware OEM Products with ProSupport, VMware VSAN, VxRail Appliance Series, VxRail Software
Propriétés de l’article
Numéro d’article: 000393489
Type d’article: How To
Dernière modification: 04 mars 2026
Version:  2
Trouvez des réponses à vos questions auprès d’autres utilisateurs Dell
Services de support
Vérifiez si votre appareil est couvert par les services de support.