Difference between revisions of "Virsh console"

From wikieduonline
Jump to navigation Jump to search
Line 11: Line 11:
 
  Escape character is ^]
 
  Escape character is ^]
 
  error: operation failed: Active console session exists for this domain
 
  error: operation failed: Active console session exists for this domain
 +
 +
Example using ID from VM, you can obtain it with <code>[[virsh list]]</code>
 +
virsh console 5
  
 
  virsh console
 
  virsh console

Revision as of 18:09, 29 June 2022

virsh console YOUR_MACHINE Connect the virtual serial console for the guest

Syntax:

Examples

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

Example using ID from VM, you can obtain it with virsh list

virsh console 5
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:

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: