Virsh: Difference between revisions
Jump to navigation
Jump to search
Line 43: | Line 43: | ||
|- | |- | ||
| [[virsh edit|edit]] || [[virsh dumpxml|dumpxml]] | | [[virsh edit|edit]] || [[virsh dumpxml|dumpxml]] | ||
|- | |||
| [[virsh start|start]] || [[virsh shutdown|shutdown]] | |||
|} | |} |
Revision as of 20:43, 26 June 2017
External
Internal
Overview
virsh is a command-line tool for managing the KVM hypervisor and guest virtual machines. It is the primary tool to manage RHEL 7 virtualization.
It can be used to:
- create virtual machines
- configure virtual machines
- pause virtual machines
- list virtual machines
- shut down virtual machines
- manage virtual networks
- manage storage
- load virtual machine disk images
Installation
yum install libvirt-client