+7 (495) 660-35-00

info@iteron.ru

129226, РФ, Москва

Сельскохозяйственная, д. 11, к.3, оф. 148

09:00 - 21:00

без выходных

Vspere Web Client external «connection timed out»

We found a work around and I forgot to come back and post it...

In our case, the DNS name to the vCenter server (externally accessible) is different than the hostname of the server itself, so I believe that to be the problem in our case.

We found the code that specifies the connection in this file:

C:\Program Files\VMware\Infrastructure\vSphereWebClient\server\work\org.eclipse.virgo.kernel.deployer_3.0.3.RELEASE\
staging\global\bundle\com.vmware.vsphere.client.containerapp\5.1.0\container-app-war-5.1.0.war\vmrc\vmrc.jsp

  1. //Connect
  2. connectVmrc("<%= host %>");

And modified it to the following:

  1. //Connect
  2. //connectVmrc("<%= host %>");
  3. connectVmrc("externaldns.domain.com:443");

Some notes:

The above lines of code are at approximately line 536 in the vmrc.jsp file.

The vmrc.jsp file is located in the vCenter installation directory on the vCenter server.

This is working with vCenter 5.1 (haven't upgraded this vCenter to 5.5 yet).

The modifications to the vmrc.jsp file get reset back to default on each reboot of the server.

(Всего просмотров: 363, просмотров сегодня: 1)