KVM环境:Active console session exists for this domain

kvm,环境,active,console,session,exists,for,this,domain · 浏览次数 : 141

小编点评

## 总结内容 1. 原电脑的 kvm测试环境因没有断开,无法连接。 2. 使用其他电脑连接测试环境时,发现之前的 kvm测试环境因没有断开,无法连接。 3. 解决方案是重新启动原电脑,或使用其他方法重新连接 kvm测试环境。 ## 其他方法 除了重新启动电脑,还可以使用以下方法重新连接 kvm测试环境: * **使用 `kill -9` 命令强制退出 console 服务**: ```bash kill -9 28536[root@bogon ~]# ps -ef|grep consoleroot 11300 10035 0 08:12 pts/13 00:00:00 grep --color=auto consoleroot 28536 28270 0 07:52 pts/7 00:00:00 virsh console db11groot 28643 28332 0 07:53 pts/11 00:00:00 virsh console db11gadgroot 28741 28383 0 07:53 pts/12 00:00:00 virsh console db11gcas[root@bogon ~]# kill -9 28536[root@bogon ~]# ps -ef|grep consoleroot 11454 10035 0 08:12 pts/13 00:00:00 grep --color=auto consoleroot 28643 28332 0 07:53 pts/11 00:00:00 virsh console db11gadgroot 28741 28383 0 07:53 pts/12 00:00:00 virsh console db11gcas ``` * **使用 `netcat` 等工具连接 kvm测试环境**: ```bash netcat -l -n 192.168.1.100 5901 ``` * **使用其他工具连接 kvm 测试环境**: 您可以根据您的具体工具,使用不同的方法连接 kvm 测试环境。

正文

做测试过程中被迫换电脑,但没有关掉原电脑的连接,所以用其他电脑连接测试环境时,发现之前的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也一样的操作方法。

与KVM环境:Active console session exists for this domain相似的内容:

KVM环境:Active console session exists for this domain

做测试过程中被迫换电脑,但没有关掉原电脑的连接,所以用其他电脑连接测试环境时,发现之前的kvm测试环境因没有断开,无法连接: error: operation failed: Active console session exists for this domain [root@bogon ~]#

在QEMU-KVM环境下部署Oracle 19.16 RAC

KVM环境和其他虚拟化或真实生产最大差异主要就是在实施前期准备工作上: 具体在 DB节点 和存储环境 的准备工作上有差异,本文会详细说明。 而剩余基本软件安装和补丁应用部分无差异,若不清楚可以直接参考之前文章: Linux平台 Oracle 19c RAC安装Part1:准备工作 Linux平台 O

[1036]kvm虚拟机访问时提示no route to host分析

环境 宿主机: IP: 10.110.136.43 版本:Kylin Linux Advanced Server release V10 (Sword) KVM vm: IP: 10.110.136.59 版本:UnionTech OS Server 20 故障描述 kvm虚拟机136.59可以被其

[转帖]【银河麒麟V10】【服务器】kvm创建桥接

1、前置条件:安装好麒麟V10服务器操作系统、安装kvm、在kvm创建好麒麟V10系统的虚拟机 实验环境:宿主机:麒麟V10 0711 x86_64 ip:192.168.1.11 虚拟机:kvm + 麒麟V10 0711 x86_64 ip:192.168.1.110 2、宿主机配置 # yum

[转帖]IO虚拟化——SR-IOV 原理

摘要: 介绍SR-IOV 的概念、使用场景、VMware 和 KVM 中的配置方法。 第一部分:虚拟化通信延迟: 第二部分:IO 虚拟化 第三部分:SR-IOV 第四部分:Intel网卡在VMware 环境 实现 SR-IOV 需要的条件和配置方法 第五部分:SR-IOV 在Red Hat Virt

[转帖]方神: 银河麒麟V10SP1桥接配置网卡总结

简介 公司计划再XC服务器上做业务软件的兼容测试,为了满足需要,想利用操作系统自带的KVM虚拟化做些虚拟机。再配置过程中发现虚拟机无法与宿主机通信,无法访问外网。以下对该问题做些简要的故障分析记录。 环境说明 服务器: 飞腾S2500*2 128Core 1T内存 操作系统: #版本 Kylin L

kvm链接克隆虚拟机迁移到openstack机器的实验

总结 如果是完整克隆的那种虚拟机,是可以直接在openstack使用的,如果镜像格式没问题的话。 因为kvm虚拟机大部分都是链接克隆出来的镜像,不可用直接复制使用,所以需要创建新的镜像文件 创建空盘:qemu-img create -f qcow2 mcwlink1-new.qcow2 50G 将链

[转帖]KVM打快照

https://www.jianshu.com/p/98e12540d314 virsh snapshot-create-as +虚拟机名称+快照名 1.[root@localhost /]# virsh list #查看当前运行的虚拟机 2.[root@localhost /]# virsh sn

[转帖]KVM创建快照失败 “Operation not supported: internal snapshots of a VM with pflash based firmware are not supported”

https://www.cnblogs.com/anderly/p/14977989.html KVM/QEMU创建虚拟机快照时,报如下错误: Operation not supported: internal snapshots of a VM with pflash based firmware

[转帖]KVM——以桥接的方式搭建虚拟机网络配置

https://www.cnblogs.com/weilu2/p/kvm_bridge_centos7.html 以桥接的方式搭建虚拟机网络,其优势是可以将网络中的虚拟机看作是与主机同等地位的服务器。 在原本的局域网中有两台主机,一台是win7(IP: 192.168.0.236),一台是CentO