哪个VCenter Server Applience 5.5服务应在443 / tcp端口上运行?

时间:2018-11-05 04:10:41

标签: vmware

当尝试从vSphere Client和Web客户端进行连接时,出现错误“连接被拒绝”。 我检查命令netstat -tnpl的输出,但在侦听端口中没有看到443端口。 哪个VCenter Server Applience 5.5服务应在443 / tcp端口上运行?

1 个答案:

答案 0 :(得分:0)

我能够启动在端口443上运行的服务。该服务是vmware-vpxd:

  

$ netstat -tnpl | grep:443
  tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 4780 / vpxd
  tcp 0 0 ::: 443 ::: *听4780 / vpxd

就我而言,启动vpxd时出现错误:“ vpxd初始化失败” 如文章https://kb.vmware.com/s/article/2031331

中所述,该问题已通过更新VCenter Server Applience得到解决。

在博客中发现了类似的问题: https://blog.robinfourdeux.com/vcenter-5-1b-waiting-for-vpxd-to-initialize-failed/