Error: "There are errors in some of the advanced settings values. Resolve them to continue
." while editing ESXi Advanced System Settings from vCenter.
This is caused by an invalid advanced setting in ESXi configuration
esxcli system settings advanced list | grep -A5 /UserVars/VeeamCDP.TlogPreallocSize
Path: /UserVars/VeeamCDP.TlogPreallocSize
Type: integer
Int Value: 1073741824
Default Int Value: 1073741824
Min Value: 0
Max Value: 0
VeeamCDP.TlogPreallocSize has min and max values set to 0.
Default and current values of 1073741824 is out of bounds, making the configuration of this option invalid.
https://knowledge.broadcom.com/external/article?legacyId=1038578
esxcli system settings advanced list set -d -o /UserVars/VeeamCDP.TlogPreallocSize
Impact/Risks:
Unable to edit ESXi Advanced System Settings from vCenter