Qce-jan22-disk1.vmdk -
While native to VMware, this disk format is widely supported by VirtualBox and QEMU . Common Use Cases & Conversions
The disk can be mounted directly on a host system for file-level operations or expanded using VMware's Virtual Disk Manager if you Performance Tip
Users often modify or convert this specific disk to run QRadar in different virtual environments: QCE-jan22-disk1.vmdk
You can use tools like qemu-img to convert it to a .vhdx or .vhd format. A common command for this is:
A Virtual Machine Disk (VMDK) file that contains the operating system and pre-installed QRadar software for testing and development. While native to VMware, this disk format is
qemu-img convert -f vmdk -O vhdx QCE-jan22-disk1.vmdk QCE-jan22-disk1.vhdx .
It is frequently converted to the .qcow2 format to improve performance on KVM-based hypervisors. qemu-img convert -f vmdk -O vhdx QCE-jan22-disk1
Are you trying to this disk for a specific platform, or are you having trouble booting it? HowTo: Qradar CE 7.3.3 v1.0 GA to Azure image | IBM QRadar