# virsh list --all
Then, connect to the text console of the VM you're interested in:
# virsh console VMNAMEImportant: To exit the console, use CTRL-] (To connect to the graphics console, use VNC.)
Other useful commands:
# # Hard power off: # virsh destroy VMNAME # # # Power on: # virsh create VMNAME # # # Remove a VM that you can't destroy # virsh undefine VMNAME
Read more here:
- SUSE Linux Enterprise Server Virtualization with KVM
- Using virsh to manage your virtual machines in Red Hat Enterprise Linux
No comments:
Post a Comment