Сервер VCenter 5.0 показывает ошибку в состоянии оборудования для хостов (порт 8443)

Сервер VCenter 5.0 показывает ошибку в состоянии оборудования для хостов (порт 8443)

У меня есть следующее:

  • vCenter 5.0.0 сборка 755629

Проблема:

В менеджере плагинов:

Состояние оборудования 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.)

Что я пробовал

  • Прочитайте много статей в Интернете по этому вопросу.
  • Включено — служба протокола туннелирования защищенных сокетов
  • Я могу получить доступ к URL-адресам, расположенным выше, только с помощьюhttp, поэтому я предполагаю, что здесь должна быть проблема с SSL.

Примечания:

  • На данный момент у нас нет планов по обновлению до vCenter 5.1.

  • Я уже два дня ищу решение.

Кто-нибудь знает решение этой проблемы?

решение1

  • Пробовали ли вы подключиться к хостам напрямую, чтобы просмотреть состояние оборудования?
  • Какой тип хостов у вас есть?
  • Вы обновили свой браузер?
  • Вы перезагрузили vCenter?
  • Что такое 192.168.1.1? Это хост или vCenter?

Вы должны иметь возможность просматривать эти URL-адреса через https: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>

Связанный контент