Posted in 17/08/2009 ¬ 12:52 amh.ali.sogukpinar
virsh is a command line management interface for your virtual machines. Using this program you can manage your local or remove virtual machines. virsh application comes with several commands and options, but for your day to day work you will be using small set of them. search
Read the rest of this entry »
Posted in 13/08/2009 ¬ 2:41 pmh.ali.sogukpinar
Lets start with the requirements. Does our system support KVM? KVM requires a cpu with virtualization support. You need a cpu with INTEL-VT or AMD-V support. With following command you can check if your cpu supports one of the virtualization techniques : egrep ‘(vmx|svm)’ /proc/cpuinfo If you don’t see anything it is a pitty but [...]
Read the rest of this entry »