Virsh is the main interface for managing virsh guest domains. The program can be used to create, pause, and shutdown domains.
Some of this commands may be helpful if you have no chance to run virt-manager.
Show guest information:
Show a list of all running guests: virsh list
Show a list of all available guests: virsh list –all
Show a guest’s info: virsh dominfo GUEST_NAME
[Read more…]