Difference between revisions of "Virsh console"

From wikieduonline
Jump to navigation Jump to search
Line 16: Line 16:
 
* <code>[[virsh]] [[console]] MACHINE</code>
 
* <code>[[virsh]] [[console]] MACHINE</code>
  
== o kill old console ==
+
== Kill old console ==
 
  ps -ef | grep console
 
  ps -ef | grep console
 
  [[kill -9]] {PID}
 
  [[kill -9]] {PID}
 
virsh console
 
error: command 'console' requires <[[domain]]> option
 
  
 
== Related commands ==
 
== Related commands ==

Revision as of 20:46, 26 May 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

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 commands

See also

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