KVM console 串口连接虚拟机
生活随笔
收集整理的這篇文章主要介紹了
KVM console 串口连接虚拟机
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
KVM宿主機,在使用virsh console時,發現控制臺(console)無法使用
報出如下錯誤:
error: operation failed: Active console session exists for this domain
現象:
# virsh console v03 Connected to domain v03 Escape character is ^] error: operation failed: Active console session exists for this domain解決辦法:
# ps aux | grep console root 19449 0.0 0.0 300964 3648 pts/1 Sl 2013 33:33 /usr/bin/virsh --connect qemu:///system console 2殺死進程 # kill -9 19449重新連接 # virsh console v03 Connected to domain v03 Escape character is ^]原文地址:https://www.sudops.com/kvm-console-and-freecell-issue.html
總結
以上是生活随笔為你收集整理的KVM console 串口连接虚拟机的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Prometheus Targets动态
- 下一篇: 【Docker】网络模式