Difference between revisions of "Virsh console"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Line 14: Line 14:
 
  error: operation failed: Active console session exists for this domain
 
  error: operation failed: Active console session exists for this domain
  
To kill old console:
+
===To kill old console===
 
  ps -ef | grep console
 
  ps -ef | grep console
 
  [[kill -9]] {PID}
 
  [[kill -9]] {PID}

Revision as of 15:22, 4 October 2021

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: