June 2018
Intermediate to advanced
398 pages
9h
English
You need to convert the downloaded OVA image to QCOW2 format, which is supported by KVM. Follow these steps to convert one format into another. We will need a special utility called qemu-img available inside the qemu-utils package:
tar -xvf EVE\ Community\ Edition.ova EVE Community Edition.ovf EVE Community Edition.vmdk
sudo apt-get install qemu-utils
qemu-img convert -O qcow2 EVE\ Community\ Edition.vmdk eve-ng.qcow
Finally, we have our own qcow2 file ready to be hosted inside the Red Hat KVM. Open the KVM console ...
Read now
Unlock full access