Ajouter 'virsh.md'

This commit is contained in:
vincent 2019-04-08 19:19:45 +02:00
parent 219263d851
commit a83c7a309b

9
virsh.md Normal file
View File

@ -0,0 +1,9 @@
##virsh usefull command
- recover configuration xml from VM: `virsh dumpxml windows7> windows7.xml`
- start VM: `virsh start nas`
- shutdown VM: `virsh shutdown win7`
- rename VM: `virsh domrename --domain generic2 --new-name windows7`
- list all vm: `virsh list --all`
- create with xml file:`create --file debian8.xml`
-