zeldor.biz

Linux, programming and more

Copyright © 2023
Log in

KVM manage virtual machines with virsh

March 16, 2011 by Igor Drobot Leave a Comment

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…]

Filed Under: Linux Tagged With: KVM, qemu, virsh