User Tools

Site Tools


docs:libvirt

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 Both sides next revision
docs:libvirt [2014-05-12 10:00]
glen add page heading
docs:libvirt [2014-05-12 10:01]
glen english
Line 13: Line 13:
  
 <​file>​ <​file>​
-virt-install -r 4096 --accelerate -n testowy ​-f /​var/​lib/​libvirt/​images/​test.qcow2 --cdrom /​CentOS-6.5-x86_64-bin-DVD1.iso --network=type=direct,​source=eth0 --graphics vnc,​listen=0.0.0.0 --noautoconsole+virt-install -r 4096 --accelerate -n test -f /​var/​lib/​libvirt/​images/​test.qcow2 --cdrom /​CentOS-6.5-x86_64-bin-DVD1.iso --network=type=direct,​source=eth0 --graphics vnc,​listen=0.0.0.0 --noautoconsole
 </​file>​ </​file>​
  
 (connect using vnc client to server IP to finish installation) (connect using vnc client to server IP to finish installation)
 +
 ==== Deleting guest ==== ==== Deleting guest ====
  
 <​file>​ <​file>​
 virsh virsh
-destroy ​testowy +destroy ​test 
-undefine ​testowy+undefine ​test
 </​file>​ </​file>​
  
 ==== Autostart ==== ==== Autostart ====
 +
 <​file>​ <​file>​
-virsh autostart ​testowy+virsh autostart ​test
 </​file>​ </​file>​
  
docs/libvirt.txt · Last modified: 2014-05-15 09:36 by arekm