wiki:experiences:igraltist:kvm
=>  Releases

Current version
Git/Latestdiff: 1.5.6

Latest Snapshots
Produced after each commit or rebase to new upstream version

GIT
RSBAC source code, can be unstable sometimes

=>  Events

No events planned

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
wiki:experiences:igraltist:kvm [2011/02/14 13:19]
127.0.0.1 (old revision restored)
wiki:experiences:igraltist:kvm [2011/02/14 13:23]
127.0.0.1 (old revision restored)
Line 186: Line 186:
  
 This site will describe on some example howto setup the [[wiki:​experiences/​igraltist/​kvm-network|Network]]. This site will describe on some example howto setup the [[wiki:​experiences/​igraltist/​kvm-network|Network]].
 +
  
  
Line 199: Line 200:
  
 I use my own scripts to manage the kvm guest'​s. I use my own scripts to manage the kvm guest'​s.
- 
-Its for free use. 
  
 It can be found here http://​hg.kasten-edv.de/​kvm-tools/​ It can be found here http://​hg.kasten-edv.de/​kvm-tools/​
  
-To use it, simple copy it to /​etc/​kvm. ​+ 
  
  
Line 218: Line 218:
  
 <code python> <code python>
-test-only = enabled does not execute it but show it fully cmd-line string +############################​ 
-name = example the name  +sample option for a disk 
- +############################​ 
-hda = /​var/​lib/​kvm/​test.img +drive = file=/dev/mapper/VG-example,if=virtio,index=0,​media=disk,​boot=off,cache=none 
-cdrom = debian-netinst.iso +sample option for a cdrom, can also be a second disk 
-boot = d +drive = file=/​path/​to/​my_cd_img.iso,​if=virtio,index=1,​media=cdrom,​boot=on
- +
-## if use the virtio driver or scsi use the file syntax +
-#file = file=/var/lib/kvm/​test.img,​if=virtio,​media=disk,​boot=off +
-#file = file=debian-netinst.iso,​if=virtio,​media=cdrom,​boot=on +
- +
-m = 265                        # default 128 MB => size in MB+
  
-net = nic,​macaddr=00:​50:​00:​00:​00:​10,​model=virtio +########################​ 
-net = tap,ifname=example,​script=/​etc/​kvm/​scripts/​kvm-ifup+# settings for network # 
 +########################​ 
 +net = nic 
 +# use tap device for briding 
 +net = tap,bridge=br0
  
-usb = enabled ​               turn on usb support +############################################################################​ 
-usbdevice ​tablet ​       is good if you used vnc with dektop on guest+# use monitor option other the default unix socket or override the default # 
 +############################################################################​ 
 +# example for overridding the default 
 +# monitor ​unix,​path_to_your_own_socketfile,​server,​nowait 
 +use tcp socket, every guest have to use a different port 
 +monitor = tcp,​localhost,​4444,​server,​nowait
  
-nographic = enabled # for headless machine 
-language = de             
-smp = 2                  # default is no smp enabled 
-k = de 
-localtime = enabled ​         # default is False 
-daemonize = enabled ​         # default is enabled 
-parallel = /​dev/​parport0 ​       # enable parallel support ​ 
-vnc = :1                        # vncviewr hostip:5901 
 </​code>​ </​code>​
  
//
wiki/experiences/igraltist/kvm.txt · Last modified: 2012/05/13 07:53 by 127.0.0.1

wiki/experiences/igraltist/kvm.txt · Last modified: 2012/05/13 07:53 by 127.0.0.1
This website is kindly hosted by m-privacy