Differences

This shows you the differences between two versions of the page.

Link to this comparison view

workshop:libvirt_kvm [2010-06-22 23:09]
xro
workshop:libvirt_kvm [2015-09-16 12:41]
Line 1: Line 1:
-====== Workshop zu libVirt & KVM ====== 
-gehalten von Christian Pointner 
  
-===== tipps =====  
-  * [[http://​www.libvirt.org]] 
-  * man kvm 
- 
-===== libvirt example ===== 
- 
-<​file>​ 
-<domain type='​kvm'​ id='​7'>​ 
-  <​name>​kvm-vnc</​name>​ 
-  <​uuid>​c4809964-9be7-4d66-2957-3a88743e2ac6</​uuid>​ 
-  <​memory>​262144</​memory>​ 
-  <​currentMemory>​262144</​currentMemory>​ 
-  <​vcpu>​1</​vcpu>​ 
-  <os> 
-    <type arch='​i686'​ machine='​pc-0.12'>​hvm</​type>​ 
-    <boot dev='​cdrom'/>​ 
-  </os> 
-  <​features>​ 
-    <​acpi/>​ 
-    <​apic/>​ 
-    <​pae/>​ 
-  </​features>​ 
-  <clock offset='​utc'/>​ 
-  <​on_poweroff>​destroy</​on_poweroff>​ 
-  <​on_reboot>​restart</​on_reboot>​ 
-  <​on_crash>​restart</​on_crash>​ 
-  <​devices>​ 
-    <​emulator>/​usr/​bin/​kvm</​emulator>​ 
-    <disk type='​block'​ device='​disk'>​ 
-      <driver cache='​none'/>​ 
-      <source dev='/​home/​equinox/​Desktop/​disks/​kvm-graphic.img'/>​ 
-      <target dev='​vda'​ bus='​virtio'/>​ 
-      <alias name='​virtio-disk0'/>​ 
-      <address type='​pci'​ domain='​0x0000'​ bus='​0x00'​ slot='​0x04'​ function='​0x0'/>​ 
-    </​disk>​ 
-    <disk type='​file'​ device='​cdrom'>​ 
-      <driver name='​qemu'/>​ 
-      <source file='/​home/​equinox/​Downloads/​grml-small_2010.04.iso'/>​ 
-      <target dev='​hdc'​ bus='​ide'/>​ 
-      <​readonly/>​ 
-      <alias name='​ide0-1-0'/>​ 
-      <address type='​drive'​ controller='​0'​ bus='​1'​ unit='​0'/>​ 
-    </​disk>​ 
-    <​controller type='​ide'​ index='​0'>​ 
-      <alias name='​ide0'/>​ 
-      <address type='​pci'​ domain='​0x0000'​ bus='​0x00'​ slot='​0x01'​ function='​0x1'/>​ 
-    </​controller>​ 
-    <​interface type='​bridge'>​ 
-      <mac address='​52:​54:​00:​64:​ab:​1d'/>​ 
-      <source bridge='​lan'/>​ 
-      <target dev='​vnet1'/>​ 
-      <model type='​virtio'/>​ 
-      <alias name='​net0'/>​ 
-      <address type='​pci'​ domain='​0x0000'​ bus='​0x00'​ slot='​0x05'​ function='​0x0'/>​ 
-    </​interface>​ 
-    <serial type='​pty'>​ 
-      <source path='/​dev/​pts/​9'/>​ 
-      <target port='​0'/>​ 
-      <alias name='​serial0'/>​ 
-    </​serial>​ 
-    <console type='​pty'​ tty='/​dev/​pts/​9'>​ 
-      <source path='/​dev/​pts/​9'/>​ 
-      <target port='​0'/>​ 
-      <alias name='​serial0'/>​ 
-    </​console>​ 
-    <input type='​mouse'​ bus='​ps2'/>​ 
-    <​graphics type='​vnc'​ port='​5904'​ autoport='​no'/>​ 
-    <​video>​ 
-      <model type='​cirrus'​ vram='​9216'​ heads='​1'/>​ 
-      <alias name='​video0'/>​ 
-      <address type='​pci'​ domain='​0x0000'​ bus='​0x00'​ slot='​0x02'​ function='​0x0'/>​ 
-    </​video>​ 
-  </​devices>​ 
-</​domain>​ 
-</​file>​ 
- 
-===== ifaces example ===== 
-<​file>​ 
-# This file describes the network interfaces available on your system 
-# and how to activate them. For more information,​ see interfaces(5). 
- 
-# The loopback network interface 
-auto lo 
-iface lo inet loopback 
- 
-# The primary network interface 
-# bridge for kvm 
-auto eth0 
-iface eth0 inet manual 
- 
-auto lan 
-iface lan inet dhcp 
-  bridge_ports eth0 
-</​file>​ 
- 
-===== grub2 example ===== 
-<​file>​ 
-GRUB_CMDLINE_LINUX_DEFAULT="​quiet"​ 
-GRUB_CMDLINE_LINUX="​quiet console=ttyS0,​115200n8"​ 
- 
-# Uncomment to disable graphical terminal (grub-pc only) 
-#​GRUB_TERMINAL=console 
-GRUB_TERMINAL=serial 
-GRUB_SERIAL_COMMAND="​serial --speed=115200 --unit=0 --word=8 --parity=no --stop=1"​ 
-</​file>​ 
- 
----- 
-{{tag>​workshop}} 
realraum Graz, Brockmanngasse 15, 8010 Graz, realraum - Verein für Technik in Kultur und Gesellschaft
  • /var/lib/dokuwiki/data/pages/workshop/libvirt_kvm.txt
  • Last modified: 2015-09-16 12:41
  • (external edit)