the terminal server has exceeded the maximum number of allowed connections

简介:

the terminal server has exceeded the maximum number of allowed connections

参考解决方法:

http://dog.xmu.edu.cn/2007/07/22/mstsc-3389/

 

电脑用太久了,最近一直无缘无故重起,重起就会导致连接到的远程终端断开,再也无法再连接,会提示the terminal server has exceeded the maximum number of allowed connections。原来远程管理模式下的终端服务器最多允许 2 个并发会话(包括活动的和断开的)。以前一直都是暴力重起的:shutdown -r -m \\xxx.xxx.xxx.xxx

最近找了个新方法,使用mstsc去连接控制台,mstsc /v:xxx.xxx.xxx.xxx /console,然后在控制台找到被断开的用户connect过去,再把控制台注销掉,相当于控制台是一个永远的备份。

还有一个方法,win2k3才可以的
query session /server:servername
reset session [ID] /server:servername

目录
相关文章
|
3月前
|
测试技术
Could not proxy command to the remote server. Original error: timeout of 240000ms exceeded 的解决办法
Could not proxy command to the remote server. Original error: timeout of 240000ms exceeded 的解决办法
126 0
|
4月前
|
SQL 关系型数据库 MySQL
[ERR] 2006 - MySQL server has gone away,Got a packet bigger than 'max_allowed_packet' bytes
[ERR] 2006 - MySQL server has gone away,Got a packet bigger than 'max_allowed_packet' bytes
29 0
|
6月前
|
网络安全
解决WARN: Establishing SSL connection without server‘s identity verification is not recommended警告问题~
解决WARN: Establishing SSL connection without server‘s identity verification is not recommended警告问题~
|
10月前
|
网络安全
WARN: Establishing SSL connection without server‘s identity verification is not recommended
WARN: Establishing SSL connection without server‘s identity verification is not recommended
80 0
|
SQL 关系型数据库 MySQL
mysql的 max_allowed_packet 和 max_connections
mysql的 max_allowed_packet 和 max_connections
170 0
|
安全 对象存储
set_time_limit() has been disabled for security reasons
set_time_limit() has been disabled for security reasons
142 0
set_time_limit() has been disabled for security reasons
|
缓存 网络协议 关系型数据库
从Host blocked报错学习max_connect_errors
1.案发现场-Host blocked 一个案例场景是大数据抽取job任务连接MySQL实例抽数,任务报错如下图所示:报错表示,host被锁是由于有大量的连接错误,如果要解锁就执行mysqladmin flush-hosts;知识点!!!线索:host被锁,大量连接错误证人提示线索:确认最近新加p.
1216 0
从Host blocked报错学习max_connect_errors