htbzwd 发表于 2018-10-22 06:49:45

Unable to connect to the MKS : Failed to connect to server XXXXXX:903

  http://www.cnblogs.com/happig/p/3272373.html
  Issue : 通过 vSphere 连接VM控制台的时候, 报错      Unable to connect to the MKS : Failed to connect to server XXXXXX:903
  Error : Unable to connect to the MKS : Failed to connect to server XXXXXX:903
  Case :ESX防火墙阻止903端口。此端口用于通过控制台管理虚拟机。
  Solution : 我们可以用代理 “vmauthd” 来解决这个问题.
  To do so:

[*]  登录 ESX service 控制台
[*]  编辑 /etc/vmware/config
    vi /etc/vmware/config  3. 在下面添加一行,如下信心,
    vmauthd.server.alwaysProxy = “TRUE”  4.重启 xinetd 服务
    service xinetd restart  或者
    /etc/init.d/xinetd restart  OK 了
  vSphere 控制台可以连接上了,


页: [1]
查看完整版本: Unable to connect to the MKS : Failed to connect to server XXXXXX:903