Difference between revisions of "KVM"

From Linuxintro
imported>ThorstenStaerk
imported>ThorstenStaerk
Line 5: Line 5:
 
  yast -i virt-manager
 
  yast -i virt-manager
 
  /etc/init.d/libvirtd start
 
  /etc/init.d/libvirtd start
 +
chkconfig libvirtd on
 
  virt-manager
 
  virt-manager
 
Now comes the first pitfall: You have to select localhost, then new. Otherwise you will not be able to create new virtual machines.
 
Now comes the first pitfall: You have to select localhost, then new. Otherwise you will not be able to create new virtual machines.

Revision as of 14:17, 13 February 2010

Here is an example how to use KVM virtualization on SUSE Linux 11.1.

open a console and enter:

yast -i kvm
yast -i virt-manager
/etc/init.d/libvirtd start
chkconfig libvirtd on
virt-manager

Now comes the first pitfall: You have to select localhost, then new. Otherwise you will not be able to create new virtual machines.