You can change the number of the log files for all virtual machines on an ESXi host or for individual virtual machines.
This procedure discusses limiting the virtual machine log file number on an individual virtual machine.
To limit the number of log files for all virtual machines on a host, edit the /etc/vmware/config file. If the vmx.log.KeepOld
property is not defined in the file, you can add it. For example, to keep ten log files for each virtual machine, add the following to /etc/vmware/config:
vmx.log.keepOld = "10"You can use a PowerCLI script to change this property on all the virtual machines on a host.
You can use the log.keepOld parameter to affect all log files, not just the virtual machine log files.
Prerequisites
Turn off the virtual machine.