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/
Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
Line 23: | Line 23: | ||
[[kill -9]] {PID} | [[kill -9]] {PID} | ||
− | == Related | + | == Related == |
* <code>[[virsh list]]</code> | * <code>[[virsh list]]</code> | ||
* <code>[[virsh start]]</code> | * <code>[[virsh start]]</code> | ||
Line 31: | Line 31: | ||
* <code>[[virsh ttyconsole]]</code> | * <code>[[virsh ttyconsole]]</code> | ||
* <code>[[/var/log/libvirt/]]qemu/</code> | * <code>[[/var/log/libvirt/]]qemu/</code> | ||
+ | * [[Console]] | ||
== See also == | == See also == |
Revision as of 23:12, 11 June 2022
virsh console YOUR_MACHINE
Connecting
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
First you need to enable serial console in your VM Machine.[1]
sudo systemctl enable serial-getty@ttyS0.service
sudo systemctl start [email protected]
Kill old console
ps -ef | grep console kill -9 {PID}
Related
virsh list
virsh start
virsh --connect
virsh domdisplay VM_NAME
virsh vncdisplay VM_NAME
virsh ttyconsole
/var/log/libvirt/qemu/
- 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: