KVM环境:Active console session exists for this domain
2023-05-13 08:28 AlfredZhao 阅读(855) 评论(0) 编辑 收藏 举报做测试过程中被迫换电脑,但没有关掉原电脑的连接,所以用其他电脑连接测试环境时,发现之前的kvm测试环境因没有断开,无法连接:
error: operation failed: Active console session exists for this domain
[root@bogon ~]# virsh console db11g
Connected to domain db11g
Escape character is ^]
error: operation failed: Active console session exists for this domain
直接查询console相关进程并杀掉,
直接kill不成功,需要使用kill -9的方式:
[root@bogon ~]# ps -ef|grep console
root 11001 10035 0 08:11 pts/13 00:00:00 grep --color=auto console
root 28536 28270 0 07:52 pts/7 00:00:00 virsh console db11g
root 28643 28332 0 07:53 pts/11 00:00:00 virsh console db11gadg
root 28741 28383 0 07:53 pts/12 00:00:00 virsh console db11gcas
[root@bogon ~]# kill 28536
[root@bogon ~]# ps -ef|grep console
root 11300 10035 0 08:12 pts/13 00:00:00 grep --color=auto console
root 28536 28270 0 07:52 pts/7 00:00:00 virsh console db11g
root 28643 28332 0 07:53 pts/11 00:00:00 virsh console db11gadg
root 28741 28383 0 07:53 pts/12 00:00:00 virsh console db11gcas
[root@bogon ~]# kill -9 28536
[root@bogon ~]# ps -ef|grep console
root 11454 10035 0 08:12 pts/13 00:00:00 grep --color=auto console
root 28643 28332 0 07:53 pts/11 00:00:00 virsh console db11gadg
root 28741 28383 0 07:53 pts/12 00:00:00 virsh console db11gcas
再次尝试连接OK:
[root@bogon ~]# virsh console db11g
Connected to domain db11g
Escape character is ^]
[root@db11g ~]#
若要连接其他console也一样的操作方法。
AlfredZhao©版权所有「从Oracle起航,领略精彩的IT技术。」
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· DeepSeek 开源周回顾「GitHub 热点速览」
· 物流快递公司核心技术能力-地址解析分单基础技术分享
· .NET 10首个预览版发布:重大改进与新特性概览!
· AI与.NET技术实操系列(二):开始使用ML.NET
· 单线程的Redis速度为什么快?