KVM console 串口连接虚拟机
生活随笔
收集整理的這篇文章主要介紹了
KVM console 串口连接虚拟机
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
KVM宿主機(jī),在使用virsh console時(shí),發(fā)現(xiàn)控制臺(tái)(console)無法使用
報(bào)出如下錯(cuò)誤:
error: operation failed: Active console session exists for this domain
現(xiàn)象:
# 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殺死進(jìn)程 # kill -9 19449重新連接 # virsh console v03 Connected to domain v03 Escape character is ^]原文地址:https://www.sudops.com/kvm-console-and-freecell-issue.html
總結(jié)
以上是生活随笔為你收集整理的KVM console 串口连接虚拟机的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Prometheus Targets动态
- 下一篇: 【Docker】容器与系统时间同步