libvirt

vagrant box to libvirtd (QEMU) VM

2018/03/26

Like ova images, you can use box images as well with Qemu. After all, both have the disk images, so here is the script to do that. Just put the script somewhere in your path and run with ova or box …

Add ova file as VM on Linux with libvirt (Qemu)

2018/02/12

Although the commands are very simple and just 2-3 steps but I keep forgetting them and hence wrote the following script: The script takes input as “ova” filename and then creates the qcow2 image and …

Python script to manage virtual machines with python API for libvirt.

2016/07/04

Most of times I use virt-manager to manage VMs but sometimes, I have to manage VMs on other hosts over ssh when connected over VPN or while I am working remotely. GUI like virt-manager thus becomes …

virsh – show ip address of all running VMs

2016/02/01

If you are using the libvirt and associated tools, then you must be aware about virt-manager. However this being a GUI tools, it is not possible to always use this. “virsh” is a good option for this. …


This website uses cookies to ensure you get the best experience on our website. Learn more Got it