Ajouter 'virsh.md'
This commit is contained in:
parent
219263d851
commit
a83c7a309b
9
virsh.md
Normal file
9
virsh.md
Normal 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`
|
||||||
|
-
|
Reference in New Issue
Block a user