This is an old revision of the document!
This is not always installed by default. When run, it will bring up a full console window that shows all virtuals running on a system, similar to the top command.
The main controller for virt-lib. The basic format of the command is
virsh command parameters
. man virsh or simply virsh –help are your friends.
Some common commands are:
virsh net-list --all virsh net-destroy br1 virsh net-undefine br1 virsh net-list --all
virsh -c xen:/// domxml-to-native --format xen-xl \ /path/to/libvirt/vm.domxml.cfg > vm.xenxl.cfg
domxml to native