vSphere: PSOD 후 암호화된 zdump 파일의 암호를 해독하고 지원 번들을 생성하는 방법
Summary: vSphere 7.x 이상 ESXi 호스트에서 PSOD(Purple Screen of Death)가 발생하여 자동 암호화된 zdump 코어 덤프가 생성됨 이 문제는 호스트가 가상 머신 암호화를 사용 중일 때 발생합니다
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
코어 덤프 파일 암호 해독 및 지원 번들 생성
필수 구성 요소
- PSOD가 발생한 ESXi 호스트에 대한 SSH 액세스입니다.
- vSphere 버전 7.x 이상
절차
- SSH를 통해 영향을 받는 ESXi 호스트에 연결합니다.
- 각 코어 덤프가
/var/core암호화되어 있습니다. - 암호화된 경우 코어 덤프 파일의 암호를 해독합니다.
- 새 지원 번들을 생성합니다.
- 분석을 위해 지원 번들을 케이스에 직접 업로드
단계별 명령
# 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
주의: 코어 덤프의 암호를 해독하면 중요한 고객 데이터가 노출될 수 있습니다. 암호화되지 않은 파일을 안전하게 처리하고 지원 번들이 생성된 후 삭제합니다.
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.