Tag archives for kvm
HowTo Add Memory in KVM Virtual Machine
In Linux, we have kernel virtual machine (KVM )tool which provide very nice features to create virtual machine for various test and production work. it also has many advanced features…
How to Reduce Disk Size of kvm Virtual Machine through virt-sparsify
This is another way to decrease disk size of kvm virtual machines. we have another post which shows same thing through qemu-img command. But in this post we will see…
How To Do Mac-binding For KVM Virtual Machine in KVM DHCP
For most of my Setup, I used KVM virtual machines on Ubuntu Host Machine (Ubuntu ). These Virtual machines get dynamic IP Address through KVM in-build DHCP. But today my…
Define New Virtual Machine through xml file
I Do most of my research for various post on KVM Guest machine on my Ubuntu machine. But whenever i need to transfer Guest machine from one Host machine to…
How To Rename KVM Virtual Machine
I like to Rename KVM Virtul Machine for same reasons. In Linux, we have KVM Virtualisation tools that support our most of virtualisation this post we would see How to…