Editing Virsh

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
{{lowercase}}
+
<code>virsh</code><ref>http://manpages.ubuntu.com/manpages/xenial/man1/virsh.1.html</ref><ref> https://github.com/libvirt/libvirt/blob/master/tools/virsh.c</ref> is a command line utility for managing virsh guest domains/virtual machines and the hypervisor<ref>https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/virtualization/chap-virtualization-managing_guests_with_virsh</ref>. Can be used to operate vm like create, list, start, [[shutdown]] or suspend and to manage storage, [[Virsh Snapshots|snapshots]] and [[checkpoints]]<ref>https://github.com/libvirt/libvirt/commit/689beaa47c51fb49fafa992dd468116b8f6b0782#diff-f41fa7374ab97c527387ea4ce48fd04e</ref> among other actions. <code>[[virt-manager]]</code> is a graphical alternative to virsh. It supports Xen, QEMU, [[KVM]], LXC, OpenVZ, VirtualBox and VMware ESX.
<code>virsh</code><ref>http://manpages.ubuntu.com/manpages/xenial/man1/virsh.1.html</ref><ref> https://github.com/libvirt/libvirt/blob/master/tools/virsh.c</ref> is a command line utility for managing virsh guest domains/virtual machines and the hypervisor<ref>https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/virtualization/chap-virtualization-managing_guests_with_virsh</ref>. Can be used to operate vm like create, list, start, [[shutdown]] or suspend and to manage [[Virsh storage information|storage]], [[Virsh Snapshots|snapshots]] and [[checkpoints]]<ref>https://github.com/libvirt/libvirt/commit/689beaa47c51fb49fafa992dd468116b8f6b0782#diff-f41fa7374ab97c527387ea4ce48fd04e</ref> among other actions. <code>[[virt-manager]]</code> is a graphical alternative to virsh. It supports Xen, QEMU, [[KVM]], [[LXC]], [[OpenVZ]], VirtualBox and VMware ESX.
 
  
 
<code>virsh</code>  is include in <code>[[libvirt|libvirt-client]]</code>  package in [[RHEL]] and [[Ubuntu]] and uses [[libvirt]] management API. Binaries included:
 
<code>virsh</code>  is include in <code>[[libvirt|libvirt-client]]</code>  package in [[RHEL]] and [[Ubuntu]] and uses [[libvirt]] management API. Binaries included:
*<code>virsh</code>
+
* virsh
*<code>[[virt-admin]]</code>
+
* [[virt-admin]]
*<code>[[virt-host-validate]]</code>
+
* [[virt-host-validate]]
*<code>[[virt-login-shell]]</code>
+
* [[virt-login-shell]]
*<code>[[virt-pki-validate]]</code>
+
* [[virt-pki-validate]]
*<code>[[virt-xml-validate]]</code>
+
* [[virt-xml-validate]]
  
 
== Basic Commands ==
 
== Basic Commands ==
Line 24: Line 23:
 
* <code>[[virsh blockresize]]</code>
 
* <code>[[virsh blockresize]]</code>
 
* <code>[[virsh change-media]]</code>
 
* <code>[[virsh change-media]]</code>
* <code>[[virsh create]] [[MY_XML_VM_DEFINITION.XML/]]</code>
+
* <code>[[virsh create]] [[/MY_XML_VM_DEFINITION.XML/]]</code>
* <code>[[virsh console]] YOUR_VM</code>
+
* <code>[[virsh define]] [[/MY_XML_VM_DEFINITION.XML/]]</code> (define machine but do not start it)
* <code>[[virsh define]] [[MY_XML_VM_DEFINITION.XML]]</code> (define machine but do not start it)
 
 
** <code>[[virsh define]] xmlfile.xml --validate</code>
 
** <code>[[virsh define]] xmlfile.xml --validate</code>
 
** <code>[[virsh destroy]] VM_MACHINE_NAME </code> (Ungraceful Shutdown but do not destroy data or VM but you can corrupt guest file systems)
 
** <code>[[virsh destroy]] VM_MACHINE_NAME </code> (Ungraceful Shutdown but do not destroy data or VM but you can corrupt guest file systems)
Line 41: Line 39:
 
* <code>[[virsh dommemstat]]</code>
 
* <code>[[virsh dommemstat]]</code>
 
* <code>[[virsh domname]]</code>
 
* <code>[[virsh domname]]</code>
* <code>[[virsh domrename]]</code> (since 2015)
 
 
* <code>virsh dump --memory-only --verbose</code>
 
* <code>virsh dump --memory-only --verbose</code>
 
* <code>[[virsh dumpxml]] VMNAME</code> - domain information in XML (Can be used to move VMs between hosts <ref>https://serverfault.com/questions/434064/correct-way-to-move-kvm-vm</ref>)
 
* <code>[[virsh dumpxml]] VMNAME</code> - domain information in XML (Can be used to move VMs between hosts <ref>https://serverfault.com/questions/434064/correct-way-to-move-kvm-vm</ref>)
Line 58: Line 55:
 
* <code>[[virsh reboot]]</code>
 
* <code>[[virsh reboot]]</code>
 
* <code>virsh restore</code>
 
* <code>virsh restore</code>
* <code>[[virsh resume]]</code>
+
* <code>virsh resume</code>
* <code>[[virsh save]]</code>
+
* <code>virsh save</code>
 
* <code>virsh set-lifecycle-action</code>. Added in November 2017 (v.3.9.0)<ref>https://libvirt.org/news.html</ref>
 
* <code>virsh set-lifecycle-action</code>. Added in November 2017 (v.3.9.0)<ref>https://libvirt.org/news.html</ref>
 
* <code>[[virsh setmaxmem]]</code>
 
* <code>[[virsh setmaxmem]]</code>
Line 68: Line 65:
 
* <code>[[virsh start]]</code>
 
* <code>[[virsh start]]</code>
 
* <code>[[virsh suspend]]</code>
 
* <code>[[virsh suspend]]</code>
 +
* <code>virsh save</code>
 
* <code>[[virsh shutdown]]</code>
 
* <code>[[virsh shutdown]]</code>
 
* <code>[[virsh undefine]]</code>
 
* <code>[[virsh undefine]]</code>
Line 73: Line 71:
 
* <code>[[virsh vcpuinfo]]</code>
 
* <code>[[virsh vcpuinfo]]</code>
 
* <code>[[virsh vncdisplay]]</code>
 
* <code>[[virsh vncdisplay]]</code>
* <code>[[virsh backup-begin]]</code>
 
* <code>[[virsh checkpoint-create]]</code>
 
* <code>[[virsh nodedev-list --tree]]</code>
 
* <code>[[virsh nodedev-dumpxml]]</code>
 
* <code>[[virsh nodedev-dettach]]</code>
 
  
 
== Getting Information ==
 
== Getting Information ==
Line 120: Line 113:
  
 
* <code>[[virsh version]]</code>
 
* <code>[[virsh version]]</code>
 
* <code>[[virsh capabilities]]</code>
 
  
 
== Operations ==
 
== Operations ==
Line 190: Line 181:
  
 
== See also ==
 
== See also ==
* <code>[[virtinst]]</code> package<ref>https://github.com/virt-manager/virt-manager/tree/master/virtinst</ref>, includes following python binaries: <code>[[virt-clone]]</code>, <code>virt-convert</code>, <code>[[virt-install]]</code><ref>https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/configuring_and_managing_virtualization/getting-started-with-virtualization-in-rhel-8_configuring-and-managing-virtualization</ref>
+
* <code>[[virtinst]]</code> package<ref>https://github.com/virt-manager/virt-manager/tree/master/virtinst</ref>, includes following python binaries: <code>virt-clone</code>, <code>virt-convert</code>, <code>[[virt-install]]</code><ref>https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/configuring_and_managing_virtualization/getting-started-with-virtualization-in-rhel-8_configuring-and-managing-virtualization</ref>
 
* [[virt-top]] 'top'-like utility for virtualization stats
 
* [[virt-top]] 'top'-like utility for virtualization stats
 
* [[ovirt-RHV module]]
 
* [[ovirt-RHV module]]
 +
* [[KVM]] and [[libvirt]]
 
* [[virt-admin]]
 
* [[virt-admin]]
* {{libvirtd}}
 
* {{KVM}}
 
* {{virsh}}
 
  
 
== References ==
 
== References ==

Please note that all contributions to wikieduonline may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Wikieduonline:Copyrights for details). Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)

Advertising: