Installing KVM 88 + Libvirt 0.8.3 with netcf support in FrameOS

Follow this steps to install kvm-88 + libvirt 0.8.3 (with netcf support). First of all, install FrameOS :D download.frameos.org 1. Install KVM And Libvirt yum install kvm –enablerepo epel 2. Configure Libvirt to listen for TCP/IP connections (Optional) To simplify the setup, edit /etc/libvirt/libvirtd.conf and set: listen_tls = 0 WARNING: Disabling TLS connections is a security risk. Do not use that in a production environment. Edit /etc/sysconfig/libvirtd And make sure the line: LIBVIRTD_ARGS=”–listen” 3. Reboot After the reboot, you will be able to manage the FrameOS KVM box using virsh or RedHat virt-manager References: https://fedorahosted.org/netcf/ http://libvirt.org/ http://wiki.libvirt.org/page/Networking http://www.linux-kvm.org/

Leave a Reply