Difference between revisions of "Virsh console"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
* <code>[[virsh]] console YOUR_MACHINE</code>
+
<code>[[virsh]] console YOUR_MACHINE</code>
 +
* Man: https://www.libvirt.org/manpages/virsh.html#console
  
 
== Connecting ==
 
== Connecting ==
Line 36: Line 37:
 
* {{virsh connectivity}}
 
* {{virsh connectivity}}
 
* {{virsh}}
 
* {{virsh}}
 
  
 
[[Category:Linux]]
 
[[Category:Linux]]
 
[[Category:KVM]]
 
[[Category:KVM]]

Revision as of 03:25, 15 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]

Kill old console

ps -ef | grep console
kill -9 {PID}

Related

See also

  • https://www.cyberciti.biz/faq/how-to-enable-kvm-virsh-console-access-for-ubuntu-linux-vm/
  • Advertising: