/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to Administration/Virtualization/kvm.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2009-04-09 03:21:08 UTC
  • Revision ID: csa@dside.dyndns.org-20090409032108-w4edamdh4adrgdu3
import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
modprobe kvm-intel|kvm-amd
 
2
 
 
3
 
 
4
qemu-img create -f qcow2 vdisk.qcow2 32G
 
5
kvm -hda vdisk.qcow2 -cdrom /path/to/boot-media.iso -boot d  -m 1024
 
6
kvm -hda vdisk.qcow2 -m 1024
 
7
kvm -hda solaris.qcow2 -m 1024 -net nic,model=rtl8139 -net vde,ck=/var/run/vde.ctl
 
8
kvm -hda solaris.qcow2 -m 1024 -net nic,model=rtl8139 -net vde,sock=/var/run/e.ctl -nographic -monitor null -serial none
 
9
 
 
10
    vde problem, after daemon restart the qemu should be restarted
 
11
 
 
12
-nographic -serial null -monitor null
 
13
-nographic
 
14
-daemonize
 
15
-localtime
 
16
-soundhw es1370 -no-acpi -snapshot -localtime -boot c -usb -usbdevice tablet -net nic,vlan=0,macaddr=00:00:10:52:37:48 -net tap,vlan=0,ifname=tap0,script=no
 
17
 
 
18
 
 
19
screen accessible later
 
20
screen -dmS MyQemu qemu -hda /dev/hda -snapshot -m 512 
 
21
screen -r MyQemu