- Hands-On Enterprise Automation with Python.
- Bassem Aly
- 145字
- 2021-06-18 19:22:29
Installation over Red Hat KVM
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:
- Untar the downloaded OVA to extract the VMDK file (the HDD of the image):
tar -xvf EVE\ Community\ Edition.ova EVE Community Edition.ovf EVE Community Edition.vmdk
- Install the qemu-utils tools:
sudo apt-get install qemu-utils
- Now, convert the VMDK to QCOW2. It may take a few minutes for the conversion to be complete:
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 and choose the Import existing disk image option from the menu:

Then, choose the path of the converted image and click on Forward:

推薦閱讀
- 黑客攻防從入門到精通(實(shí)戰(zhàn)秘笈版)
- Learning Scala Programming
- TypeScript入門與實(shí)戰(zhàn)
- Power Up Your PowToon Studio Project
- Building Mobile Applications Using Kendo UI Mobile and ASP.NET Web API
- Quarkus實(shí)踐指南:構(gòu)建新一代的Kubernetes原生Java微服務(wù)
- Active Directory with PowerShell
- HTML5 APP開發(fā)從入門到精通(微課精編版)
- App Inventor創(chuàng)意趣味編程進(jìn)階
- PHP 7從零基礎(chǔ)到項(xiàng)目實(shí)戰(zhàn)
- 寫給程序員的Python教程
- 創(chuàng)意UI:Photoshop玩轉(zhuǎn)APP設(shè)計(jì)
- Hack與HHVM權(quán)威指南
- Maven for Eclipse
- Learning WordPress REST API