Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tools:kvm [2024/01/20 08:37] – [VM] darrontools:kvm [2024/08/15 00:35] (current) – [VM] darron
Line 119: Line 119:
 virsh autostart debian12 virsh autostart debian12
 </code> </code>
 +
 +== No auto start==
 +
 +<code>
 +virsh autostart --disable debian12
 +</code>
 +
 +== Information ==
 +
 +<code>
 +virsh dominfo debian12
 +</code>
 +
  
 ==Console== ==Console==
Line 127: Line 140:
  
 ==Stop== ==Stop==
 +
 +<code>
 +virsh shutdown debian12
 +</code>
 +
 +NB there are optional modes
 +
 +== Force stop==
  
 <code> <code>
Line 136: Line 157:
 <code> <code>
 virsh undefine debian12 virsh undefine debian12
 +</code>
 +
 +==Export==
 +
 +<code>
 +virsh dumpxml debian12 > debian12.xml
 +</code>
 +
 +==Import==
 +
 +<code>
 +virsh define debian12.xml
 </code> </code>
 ===Resources=== ===Resources===
Line 143: Line 176:
 [[https://www.golinuxcloud.com/virt-install-examples-kvm-virt-commands-linux/|virt-install examples]] [[https://www.golinuxcloud.com/virt-install-examples-kvm-virt-commands-linux/|virt-install examples]]
  
 +[[https://cdimage.debian.org/debian-cd/current/amd64/iso-dvd/|DVD ISO Debian Current]]
 +
 +[[https://cloud.debian.org/cdimage/archive/11.10.0/amd64/iso-dvd/|DVD ISO Debian Bullseye 11.10]]
 +
 +[[https://cloud.debian.org/cdimage/archive/10.13.0/amd64/iso-dvd/|DVD ISO Debian Buster 10.13]]