Finding VirtualCenter 2 log files
I am having a problem getting the VirtualCenter 2 Management service to start. Where are its log files stored?

    Requires Free Membership to View

    When you register, my team of editors will also send you the latest expert resources covering all areas of server virtualization, such as platforms, architectures and strategies, server hardware, managing virtual environments, application issues and more.

    Cathleen A. Gagne, Senior Editorial Director

    By submitting your registration information to SearchServerVirtualization.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchServerVirtualization.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

I also had trouble finding these logs. They are not in the VC2 installation directory or any of its sub-directories. They are not in
%SYSTEMROOT%\system32\LogFiles
where the IIS and SMTP logs are. So where are they?

Curiously, the VC2 logs files are stored in

%SYSTEMROOT%\temp\vpx .
Just like the vpx daemon on an ESX 3 server, there are several log files and an index file. On VC2 the files are named vpxd-[0-9].log and there is also a file called vpxd-index that contains the index for which log file is currently active. For example, if vpxd-index contains 7 then the log file vpxd-7.log is the one currently being written to. Hope this helps!

This was first published in August 2006