Link to home
Start Free TrialLog in
Avatar of sysprof
sysprof

asked on

Performance overview tab not showing data

I have vSphere 5.1 comprising of 3 esx hosts. All is working fine except
that "overview" under tab "Performance" saying "Navigation to the webpage was canceled"

WEb client shows performance overview data fine. Also the "advanced" tab under
performance also ok

I have changed extension.xml (located at C:\Program Files\VMware\Infrastructure\VirtualCenter Server\extensions\com.vmware.vim.stats.report)
 

****************
<?xml version="1.0" encoding="UTF-8"?>
<config>
&#9;<extension>
&#9;&#9;<name>com.vmware.vim.stats.report</name>
&#9;&#9;<version>1.0.0</version>
&#9;&#9;<description>Performance charts built-in extension.</description>

&#9;&#9;<servers>
&#9;&#9;&#9;<server>
&#9;&#9;&#9;&#9;<url>https://10.237.1.101:8443/statsreport/vicr.do</url>
&#9;&#9;&#9;&#9;<description>STATs extension entry point</description>
&#9;&#9;&#9;&#9;<company>VMware, Inc.</company>
&#9;&#9;&#9;&#9;<type>HTTP</type>
                                <adminEmail>#EMAIL#</adminEmail>
&#9;&#9;&#9;</server>
&#9;&#9;</servers>
&#9;</extension>
</config>
****************


10.237.1.101 is IP address of my vCenter5.1 Server


Any ideas?
Avatar of Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Flag of United Kingdom of Great Britain and Northern Ireland image

I've often seen this issue, related to Web Browser issues.
Avatar of sysprof
sysprof

ASKER

Any suggestions? I have tried to add https://vcenter:8443 to trusted sites and lowered security in Internet explorer to no vain Also I have db hosted on sql2008 r2
Avatar of sysprof

ASKER

No I tried on an xp machine Didn't want to change Internet explorer settings on server
Avatar of sysprof

ASKER

Yes
Having a similar issue.  Performance page is working from the server that is hosting vcenter, but not from workstations on the network.  Also from an XP workstation, Security settings on WS have no effect. I will be looking to see if you find an answer.
Avatar of sysprof

ASKER

VMware sent me ciphers to be changed in server.xml file and it fixes problem I can send u ciphers if u like
ASKER CERTIFIED SOLUTION
Avatar of sysprof
sysprof

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I found the cipher keys in the line beginning "<Connector SSLEnabled="true". Mine is a default installation, and as such does not have the "port=8443".  
Replaced keys per attachment and performance graphs now working from server and workstations.

Thank You for posting.
Avatar of sysprof

ASKER

vmware provided ciphers to change