27 July 2013

The Performance Overview tab fails to display into vSphere Client and VCSA 5.1

Problem:
I cannot view the Performance Overview tab when connecting to vCenter Server Appliance using the vSphere Client 5.1 on MS Windows XP / 2003.

Variations of the error message in the Performance Overview tab:

- This program cannot display the webpage - more often seen
- Navigation to the webpage was cancelled - rarely viewed


Resolution:

Usually the problem is ciphers attribute in the VCSA Tomcat config file - server.xml

1. Log in to console of VCSA as the root user

2. Locate file under /usr/lib/vmware-vpx/tomcat/conf/
3. Make file backup (for your peace of mind)
4. Edit file - Find and replace "ciphers" attribute in the server.xml with following value:

ciphers="SSL_RSA_WITH_RC4_128_MD5, SSL_RSA_WITH_RC4_128_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, SSL_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA"

4. Restart the vmware-vpxd service:

via console
vcsa-lab:~# service vmware-vpxd restart

or via web management:

https:/"VCSA-IP address/:5480




6 comments:

  1. Interesting article, Milen. Thank you. What are the benefits of deploying vCSA vs. dedicated Windows VM + vCenter Server on top of it ? (except except Windows license)

    Regards

    Boyan

    ReplyDelete
  2. @Boyan
    Depends on scale. VCSA is much more black box with belonging pros and cons. For small (or dedicated) environments (infrastructure) usually there aren't so much IT engineers and approach "setup and forget" is preferable. After same amount of dev and QA effort spent on VCSA as Win one experience should be the same.

    Nanyo

    ReplyDelete
  3. Thank you for your prompt response, guys.

    Cheers

    Boyan

    ReplyDelete
  4. Thank you very much.

    I had the same issue with a physical VC and the solution is valid for the file C:\Program Files\VMware\Infraestructure\tomcat\conf\server.xml

    Mario.

    ReplyDelete
  5. Thank you very much to.

    I had the same issue with a physical VC and the solution is valid for the file C:\Program Files\VMware\Infraestructure\tomcat\conf\server.xml

    ReplyDelete

Note: only a member of this blog may post a comment.