Tuesday, March 27, 2012

vSphere Client idle timeout setting

  1. Stop the VMware VirtualCenter Server service.
  2. Open the vpxd.cfg file using a text editor, default location is at C:\ProgramData\VMware\VMware VirtualCenter\vpxd.cfg.
  3. Add the following <soap> elements within the <vmacore> </vmacore> tags:
    <soap>
    <!-- Minutes before idle sessions time out -->
    <sessionTimeout>30</sessionTimeout>
    <!-- Maximum number of open sessions -->
    <maxSessionCount>1000</maxSessionCount>
    </soap>
  4. Start the VMware VirtualCenter Server service.

No comments:

Post a Comment