A Confused Programmer's Blog

This blog is dedicated to C# and Java programming that I happen to do for living – with accent on curious cases and with sincere intent to make the world of coding a slightly better place as a result

Configuring and debugging vCenter server appliance proxy settings

As a part of one of the projects I am currently working on, I was required to set up a new Vmware vCenter server instance. Until recently, I has been installing vCenter manually from scratch on Windows server machines. This time I was advised to try a vCenter server appliance (vCSA). The deployment of the new vCenter server instance is indeed quicker and smoother, but the fact that the operating system is Linux presents several little less documented challenges.

For instance, in order to allow incoming HTTP connections from modules like Vmware View (not that it is normally recommended – I am setting internal testing environment and want to avoid certificates installation), proxy.xml configuration file should be modified according to the following guidelines. Since we are no longer in good old Windows world, folders like c:\Documents and Settings\AllUsers\Application Data\VMware VirtualCenter do not exist. In this case, find / -name proxy.xml command comes to help. The full path is /etc/vmware-vpx/proxy.xml and the configuration changes will take effect just like on windows machine after service vmware-vpxd restart.

One last thing: initially I misconfigured the proxy.xml file and vpxd service got stuck during initialization. In this case it was very useful to look at vxpd log: – /storage/log/vmware/vpx/vpxd.log which clearly mentioned the misconfigured section.

Comments are closed.

Subscribe to email feed

  • RSS
  • Delicious
  • Digg
  • Facebook
  • Twitter
  • Linkedin
  • Youtube

REST Assured and une

If you stumbled onto this article, it is safe to ...

Getting rid of Error

Since I upgraded my Windows 8 to Windows 10, I ...

Bypassing EULA step

We are working on automated testing of virtual appliance. This appliance ...

How I got rid of "Ac

OVF is a VMware virtual appliance format which allows you ...

My use-case of Perfo

In my blog I am set on a mission to ...

Twitter updates

RSS not configured