1. 程式人生 > >How to change vCenter log size

How to change vCenter log size

vCenter

  • Login vCenter server as administrator

  • Open Windows Explorer and go to
  • C:\ProgramData\VMware\VMware VirtualCenter\

    1. Backup the vpxd file copy and paste vpxd.cfg in the same path, rename it to vpxd<YYYYMMDD>.cfg

    <YYYYMMDD> is the date performing the change

    1. Open vpxd.cfg using Notepad

    2. Modify the following entries
      <log>
      <maxFileSize>52428800</maxFileSize>
      <maxFileNum>50</maxFileNum>
      <level>info</level>

    3. Open Services.msc and Restart the VMware VirtualCenter Server service

    4. Click Yes to restart other dependent services.

    How to change vCenter log size