Virsh: Difference between revisions
Jump to navigation
Jump to search
Line 37: | Line 37: | ||
|- | |- | ||
| [[virsh vol-info|vol-info]] || [[virsh vol-name|vol-name]] || [[virsh vol-path|vol-path]] || [[virsh vol-key|vol-key]] | | [[virsh vol-info|vol-info]] || [[virsh vol-name|vol-name]] || [[virsh vol-path|vol-path]] || [[virsh vol-key|vol-key]] | ||
|- | |||
| [[virsh vol-create-as|vol-create-as]] | |||
|} | |} |
Revision as of 16:56, 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
Commands
pool-list | pool-info | ||
pool-define-as | pool-build | pool-start | pool-autostart |
pool-destroy | pool-delete | pool-undefine | |
vol-info | vol-name | vol-path | vol-key |
vol-create-as |