Unable to Connect to MKS: Connection Terminated by server on HP hardware

简介:

This post going to explain you with the procedure to troubleshoot the issues you might have faced on the HP Gen 8 servers. When you are trying to connect to your virtual machine console for the Virtual Machines which is running on top of ESXi host installed on HP hardware (especially Gen 8 hardware). You might be facing either one of the below errors

Unable to Connect to MKS: Connection Terminated by server

MKS error_1

 

 

 

 

 

 

 

 

 

 

 

 

 

Unable to Connect to MKS: Malformed response from server.

MKS error_2

These errors will not allow you access the virtual machine console neither with vSphere client nor with vSphere web client. This issue was due to excessive logging created by /var/log/hpHelper.log file. It can grow very large and fill the ESXi 5 ramdisk. This logs are generated by HP helper management agent (HP-ams). HP agentless Management Service (AMS) provides support for Agentless Management and Active Health. AMS provides a wider range of server information (e.g. OS type and version, installed applications, IP addresses) allowing customers to complement hardware management with OS information and alerting. Agentless Management provides iLO-based robust management without the complexity of OS-based agents. Active Health provides 24×7 mission control for servers, delivering maximum uptime through automated monitoring, diagnostics and alerting. The contents of the HP AMS offline bundle include the latest HP Common Information Model (CIM) Limited Providers, HP Integrated Lights Out (iLO) driver, and HP Agentless Management Service (AMS).

This issue can be fixed with 2 ways. Temporary fix is to stop the HP agentless management agent (HP-ams) agent and permanent fix will be installing the updated HP-ams offline bundle on your ESXi host.

Temporary Workaround

You can simply stop the HP Helper Management agent service on your ESXi host to temporarily fix this issue. It will be immediate solution to workaround and access your Virtual machine console. You can stop the service using the command

/etc/init.d/hp-ams.sh stop

Permanent Fix

Download the HP-ams offline bundle for your hardware model & ESXi version and install the updated hp-ams vib on your esxi host using the below command

esxcli software vib install -d /datastore/directory/hp-ams-esxi5.5-bundle-9.5.0-15.zip

Reboot is required for the changes to take effect. This updated hp-ams VIB stops the excessive logging to the hpHelper.log file. Once it done, you will be able to access your virtual machines console without any issues.I hope this is informative for you. Thanks for reading !!! Be social and share it in social media , if you feel worth sharing it.

本文转自学海无涯博客51CTO博客,原文链接http://blog.51cto.com/549687/1758101如需转载请自行联系原作者


520feng2007

相关文章
|
1月前
|
SQL 关系型数据库 MySQL
SQL Error (2013): Lost connection to MySQL server at 'waiting for initial communication packet', sys...
SQL Error (2013): Lost connection to MySQL server at 'waiting for initial communication packet', sys...
|
7月前
|
API
Deliver by interactive card server error
Deliver by interactive card server error
42 2
|
NoSQL MongoDB
运行 mongo 出现 Error: couldn‘t connect to server 127.0.0.1:27017, connection attempt failed
运行 mongo 出现 Error: couldn‘t connect to server 127.0.0.1:27017, connection attempt failed
531 0
运行 mongo 出现 Error: couldn‘t connect to server 127.0.0.1:27017, connection attempt failed
|
关系型数据库 MySQL 数据库
【mysql错误 Mac】ERR_WHEN_INSERT_TO_DB\nError:Connection lost: The server closed the connection.
ERR_WHEN_INSERT_TO_DB\nError:Connection lost: The server closed the connection.这个是数据库查询报出的错误,所以我们先登录一下数据库,查询看看具体报错
166 0
|
Java 关系型数据库 Oracle
Unable to read additional data from server sessionid
jenkins构建项目报错: Caused by: com.weibo.api.motan.exception.MotanFrameworkException: error_message: ClusterSupport No service urls for the refer:motan://192.
10401 0
|
SQL 关系型数据库 HIVE
MetaException(message:For direct MetaStore DB connections, we don't support retries at the client level.)
在mysql中执行以下命令:   drop database hive;   create database hive;   alter database hive character set latin1;   重启hive
2840 0