Linux Virtualization Info
Jump to navigation
Jump to search
Internal
Info
Storage Pool
virsh pool-list <pool-name> --all [--details] virsh pool-info virsh pool-dumpxml
Storage Volume
Network
DHCP range of a virtual network: virsh net-edit <virtual-network-name>. More details: virsh net-edit and DNS and DHCP server's (dnsmasq).
Guest Virtual Machine
Dump the guest virtual machine XML definition with:
virsh dumpxml <vm-name>
State of a guest virtual machine:
virsh domstate <vm-name>