Difference between revisions of "Virsh console"

From wikieduonline
Jump to navigation Jump to search
Line 24: Line 24:
  
 
== Quit console ==
 
== Quit console ==
Use [[CTRL + 5]] to exit the console.
+
Use <code>[[CTRL + 5]]</code> to exit the console.<ref>https://ravada.readthedocs.io/en/latest/docs/config_console.html</ref>
  
 
== Kill old console ==
 
== Kill old console ==

Revision as of 18:11, 29 June 2022

virsh console YOUR_MACHINE Connect the virtual serial console for the guest

Syntax:

Connection examples

Connecting using VM name:

virsh console MACHINE_NAME
Connected to domain MACHINE_NAME
Escape character is ^]
error: operation failed: Active console session exists for this domain

Connecting using VM id. You can obtain it with virsh list

virsh console 3

Error when no argument is provided:

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:

Quit console

Use CTRL + 5 to exit the console.[2]

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/
  • https://ravada.readthedocs.io/en/latest/docs/config_console.html
  • Advertising: