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 5: Line 5:
 
First you need to enable [[serial]] console in your VM Machine.<ref>https://www.cyberciti.biz/faq/how-to-enable-kvm-virsh-console-access-for-ubuntu-linux-vm/</ref>
 
First you need to enable [[serial]] console in your VM Machine.<ref>https://www.cyberciti.biz/faq/how-to-enable-kvm-virsh-console-access-for-ubuntu-linux-vm/</ref>
  
*<code>sudo [[systemctl enable]] [email protected]</code>
+
*<code>sudo [[systemctl enable]] [[serial-getty]]@ttyS0.service</code>
 
*<code>sudo [[systemctl start]] [email protected]</code>
 
*<code>sudo [[systemctl start]] [email protected]</code>
  
Line 21: Line 21:
 
  virsh console
 
  virsh console
 
  error: command 'console' requires <[[domain]]> option
 
  error: command 'console' requires <[[domain]]> option
 
  
 
== Related commands ==
 
== Related commands ==

Revision as of 15:38, 8 November 2021

virsh console 

Enable serial console

First you need to enable serial console in your VM Machine.[1]

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

To kill old console

ps -ef | grep console
kill -9 {PID}
virsh console
error: command 'console' requires <domain> option

Related commands

See also

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