We have a couple of VM running on CentOS for quite some time, recently we were trying to install new VM, surprisingly we found out that virt-install has gone missing! Where is virt-install in CentOS 6.x?
Pathetically, we didn’t realize the structure of kvm has changed, and now virt-install comes with separate package. To install virt-install;
# yum install python-virtinst
Congrats, virt-install tool comes back again 😉