1. Home
  2. Security Hardening
  3. CIS VMware ESXi 5.1 V1.0.1 L1
  4. Limit informational messages from the VM to the VMX file

Limit informational messages from the VM to the VMX file

Details

Limit informational messages from the virtual machine to the VMX file to avoid filling the

datastore and causing a Denial of Service (DoS).

*Rationale*

The configuration file containing these name-value pairs is limited to a size of 1MB. This

1MB capacity should be sufficient for most cases, but you can change this value if

necessary. You might increase this value if large amounts of custom information are being

stored in the configuration file. The default limit is 1MB; this limit is applied even when the

sizeLimit parameter is not listed in the .vmx file. Uncontrolled size for the VMX file can

lead to denial of service if the datastore is filled.

Solution

To implement the recommended configuration state, run the following PowerCLI
command-# Add the setting to all VMs
Get-VM | New-AdvancedSetting -Name ‘tools.setInfo.sizeLimit’ -value 1048576

Default Value-The prescribed state is the default state.

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: Audit and Accountability.This control applies to the following type of system VMware.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles