SDDC Manager backup configuration fails during validation after an upgrade or in scale environments due to specific files exceeding the default safety threshold.
Backup configuration fails validation immediately, preventing the setup of automated backups.
Error Messages:
Large files detected in /opt/vmware/vcf that may cause backup timeouts. Files larger than 30 MB found: /opt/vmware/vcf/OSL/open_source_license.txtLarge files detected in /opt/vmware/vcf that may cause backup timeouts. Files larger than 30 MB found: /opt/vmware/vcf/commonsvcs/data/.ehcache/file/task-aggregator_<UUID>/offheap-disk-store/ehcache-disk-store.data
open_source_license.txt file ranges from 31 MB to 60 MB. Although optimized to 1 MB in newer versions, legacy files retained after an upgrade exceed the 30 MB validation threshold in VCF 5.2.4 and 9.1.1.ehcache-disk-store.data file can naturally grow beyond 30 MB, triggering the same safety threshold validation failure.Note: Systems upgraded directly from VCF 5.2.0.0 or higher are typically unaffected as the OSL file size was reduced in those builds
To allow the backup configuration to pass validation, temporarily increase the file size threshold in the Operations Manager configuration.
Log in to the SDDC Manager VM via SSH and change to root, then edit the configuration file:
Add the following line to the end of the file. In this example, the limit is set to 80 MB, but this value can be adjusted higher if your specific large file exceeds 80 MB:
Apply the new setting by restarting the operationsmanager service:
Return to the SDDC Manager UI and attempt the configuration backup again.