Difference between revisions of "Virsh console"
Jump to navigation
Jump to search
↑ https://www.cyberciti.biz/faq/how-to-enable-kvm-virsh-console-access-for-ubuntu-linux-vm/
Line 30: | Line 30: | ||
* <code>[[virsh vncdisplay]] VM_NAME</code> | * <code>[[virsh vncdisplay]] VM_NAME</code> | ||
* <code>[[/var/log/libvirt/]]qemu/</code> | * <code>[[/var/log/libvirt/]]qemu/</code> | ||
+ | * <code>[[virsh edit]]</code> | ||
* [[Console]] | * [[Console]] | ||
Revision as of 18:02, 29 June 2022
virsh console YOUR_MACHINE
Connect the virtual serial console for the guest
Syntax:
virsh console YOUR_VM_NAME [devname] [--safe] [--force]
- Man page: https://www.libvirt.org/manpages/virsh.html#console
Examples
virsh console MACHINE_NAME Connected to domain MACHINE_NAME Escape character is ^] error: operation failed: Active console session exists for this domain
virsh console error: command 'console' requires <domain> option
Enable serial console
You need to enable serial console in your VM machine.[1]
1) Enable serial console on VM_MACHINE:
2) Connect to VM:
virsh console MACHINE
Kill old console
ps -ef | grep console kill -9 {PID}
Related
virsh ttyconsole
virsh list
virsh start
virsh --connect
virsh domdisplay VM_NAME
virsh vncdisplay VM_NAME
/var/log/libvirt/qemu/
virsh edit
- Console
See also
- Conneting:
virsh [ console | ttyconsole | domdisplay | vncdisplay
],virsh --connect
,virt-manager
,virt-viewer
, VNC virsh
: Storage information, Connecting, Operations, Memory, Snapshots, Networking, CPU, release notes,virsh nodedev-list
Advertising: