VCenter 5.0 Server在主机的硬件状态(端口8443)上显示错误

我有以下几点:

  • vCenter 5.0.0生成755629

问题:

在插件pipe理器中:

vCenter硬件状态

VMware, Inc. 5.0 Disabled Displays the hardware status of hosts (CIM monitoring) The following error occured while downloading the script plugin from https://192.168.1.1:8443/cim-ui /scriptConfig.xml: The client could not send a complete request to the server. (The underlying connection was closed : An unexpected error occurred on a send.) 

vCenter服务状态

 VMware, Inc. 5.0 Disabled Displays the health status of vCenter services The following error occured while downloading the script plugin from https://192.168.1.1:8443/health -ui/scriptConfig.xml: The client could not send a complete request to the server. (The underlying connection was closed : An unexpected error occurred on a send.) 

我曾经尝试过

  • 在网上阅读很多关于这件事的文章。
  • 启用 – 安全套接字隧道协议服务
  • 我只能用http访问上面的URL,因此在这里我猜测SSL必须有问题。

边注:

  • 到目前为止,我们还没有计划升级到vCenter 5.1。

  • 到目前为止,我一直在寻找2天的解决scheme。

有谁知道这个任何解决scheme吗?

  • 你有没有尝试直接连接到主机查看硬件状态?
  • 你有什么types的主机?
  • 你刷新了你的浏览器?
  • 你重新启动了vCenter吗?
  • 什么是192.168.1.1? 它是主机还是vCenter?

您应该可以通过https浏览这些URL:https://172.16.2.8: https://172.16.2.8:8443/cim-ui/scriptConfig.xml cim-ui/ https://172.16.2.8:8443/cim-ui/scriptConfig.xml

 This XML file does not appear to have any style information associated with it. The document tree is shown below. <scriptConfiguration version="1.0"> <key>com.vmware.vim.cimmonitor.gwt</key> <description>Hardware Status (CIM Service)</description> <useInternalSSLProxy>true</useInternalSSLProxy> <extension parent="InventoryView.HostSystem"> <title locale="de">Hardwarestatus</title> <title locale="fr">État du matériel</title> <title locale="ja">ハードウェアのステータス</title> <title locale="ko">하드웨어 상태</title> <title locale="zh-CN">硬件状态</title> <title locale="en">Hardware Status</title> <url>https://*:8443/cim-ui/index.html</url> </extension> </scriptConfiguration>