Virsh Commands: Difference between revisions
From Xen
Jump to navigationJump to search
Rcpavlicek (talk | contribs) (Created page with "The libvirt toolkit is focused primarily on KVM virtual machines, but it is intended to be usable for multiple virtualization technologies, including the Xen Project Hypervis…") |
Rcpavlicek (talk | contribs) mNo edit summary |
||
Line 3: | Line 3: | ||
Some of the essential virsh commands for manipulating Xen Project VMs include: |
Some of the essential virsh commands for manipulating Xen Project VMs include: |
||
<pre> |
|||
virsh list |
virsh list |
||
virsh dominfo |
virsh dominfo |
||
Line 10: | Line 11: | ||
virsh destroy |
virsh destroy |
||
virsh create |
virsh create |
||
</pre> |
|||
[[Category:libvirt]] |
[[Category:libvirt]] |
Revision as of 19:53, 10 January 2015
The libvirt toolkit is focused primarily on KVM virtual machines, but it is intended to be usable for multiple virtualization technologies, including the Xen Project Hypervisor. As a result, some commands are essential when using Xen Project software, but others do not apply as they are targeted for KVM concepts.
Some of the essential virsh commands for manipulating Xen Project VMs include:
virsh list virsh dominfo virsh dumpxml virsh start virsh shutdown virsh destroy virsh create