vSphere: So entschlüsseln Sie verschlüsselte Zdump-Dateien nach einem PSOD und erstellen ein Support-Bundle
Summary: vSphere 7.x und höher Beim ESXi-Host tritt ein Purple Screen of Death (PSOD) auf, der einen zdump-Core-Speicherabbild erstellt, das automatisch verschlüsselt wird. Dies geschieht, wenn der Host die Verschlüsselung virtueller Maschinen verwendet ...
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
Kernspeicherabbilddateien entschlüsseln und Support-Bundle erstellen
Voraussetzungen
- SSH-Zugriff auf den ESXi-Host, auf dem PSOD aufgetreten ist.
- vSphere Version 7.x oder höher.
Verfahren
- Stellen Sie über SSH eine Verbindung zum betroffenen ESXi-Host her.
- Überprüfen Sie, ob jeder Core-Speicherabbild in
/var/coreverschlüsselt ist. - Falls verschlüsselt, entschlüsseln Sie die Core-Speicherabbilddatei.
- Erstellen Sie ein neues Supportbündel.
- Laden Sie das Supportbündel zur Analyse direkt in den Fall hoch.
Schritt-für-Schritt-Befehle
# 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
Achtung: Durch das Entschlüsseln von Core-Speicherabbildern können sensible Kundendaten offengelegt werden. Behandeln Sie die unverschlüsselten Dateien sicher und löschen Sie sie, nachdem das Support-Bundle erstellt wurde.
Affected Products
VxRail, VMware ESXi 7.x, VMware ESXi 8.x, VMware ESXi 9.x, VMware OEM Products with ProSupport, VMware VSAN, VxRail Appliance Series, VxRail SoftwareArticle Properties
Article Number: 000393489
Article Type: How To
Last Modified: 06 May 2026
Version: 3
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.