KVM |
These notes are my personal online notebook of useful commands and "how-to's". You are welcome to make use of them if you find them helpful. They obviously don't come with any warranty! Click on one of the category tags above for the notes in any category. |
|||
KVM: setting up bridged mode
systemctl disable NetworkManager systemctl enable network systemctl stop NetworkManager systemctl start network
chkconfig --list network # shows that it should be running systemctl start network # the |
|||
I am testing using iozone. Here is a recommendation from serverfault.com/…o-performance The optimal configuration is (usually) as follows:
|
|||
Red Hat's own documentation can be found here: Set up bridging on server:
|
|||
Note that this now only works for the 64 bit version of CentOS useful link: http://itscblog.tamu.edu/startup-guide-for-kvm-on-centos-6/ yum groupinstall "Virtualization*" |
|||
