virtualenvwrapper
Group of simple wrapper commands for Python's virtualenv tool.
virtualenv
Create virtual isolated Python environments.
virt-sysprep
Reset, unconfigure, or customize a virtual machine image.
virt-sparsify
Make virtual machine drive images thin-provisioned.Note: Use only for offline machines to avoid data corruption.
virt-install
Create virtual machines with libvirt and begin OS installation.
virt-clone
Clone a libvirt virtual machine.
virsh
Manage virsh guest domains. (Note: guest_id can be the ID, name or UUID of the guest).Some subcommands such as list have their own usage documentation.
guest_id
list
virsh-undefine
Delete a virtual machine.
virsh-pool-undefine
Delete the configuration file in /etc/libvirt/storage for a stopped virtual machine storage pool.See also: virsh, virsh-pool-destroy.
/etc/libvirt/storage
virsh-pool-destroy
virsh-pool-start
Start a previously configured but inactive virtual machine storage pool.See also: virsh, virsh-pool-define-as, virsh-pool-destroy.
virsh-pool-define-as
virsh-pool-list
List information about virtual machine storage pools.See also: virsh, virsh-pool-autostart, virsh-pool-define-as.
virsh-pool-autostart
virsh-pool-info
List information about a virtual machine storage pool.See also: virsh.
Stop an active virtual machine storage pool.See also: virsh, virsh-pool-delete.
virsh-pool-delete
Delete the underlying storage system of an inactive virtual machine storage pool.See also: virsh, virsh-pool-destroy, virsh-pool-undefine.
Create a configuration file in /etc/libvirt/storage for a persistent virtual machine storage pool from the provided arguments.See also: virsh, virsh-pool-build, virsh-pool-start.
virsh-pool-build
Build the underlying storage system for a virtual machine storage pool as defined in it's configuration file in /etc/libvirt/storage.See also: virsh, virsh-pool-define-as, virsh-pool-start.
Enable or disable autostart for a virtual machine storage pool.See also: virsh.
virsh-list
List the ID, name, and state of virtual machines.See also: virsh.
virsh-help
Display information about virsh commands or command groups.See also: virsh.
virsh-domblklist
List information about block devices associated with a virtual machine.See also: virsh.