In a vCenter Server Enhanced Linked Mode (ELM) environment, scheduled file-based backups intermittently fail for one or more nodes with the following symptoms:
Backup job failed to start due to server validation failure./var/log/vmware/applmgmt/backupValidation.log: ERROR: Failed in backup connection validation: Plugin error occurred. ErrCode: 50, Args: ()/var/log/vmware/applmgmt/applmgmt.log (or rotated logs): ERROR:plugins.HttpStorageIOLib:MKDIR request failed. httpcode: 405, url: https://<backup-server>/.../ ERROR:plugins.HttpStorageIOLib:RMDIR request failed. httpcode: 207, url: .../ indicating a HTTP/1.1 500 Internal Server Error and HTTP/1.1 424 Failed Dependency.vCenter 8.x
This issue occurs due to concurrent access conflicts on the backup target. When multiple vCenter nodes in an ELM environment attempt to validate the same backup location or create backup directories at the exact same time, the backup server may experience resource locking or session limits, returning a 405 (Method Not Allowed) or 500 (Internal Server Error).
To resolve this issue, stagger the backup start times for each vCenter node in the ELM environment to prevent simultaneous validation requests.
https://<vcenter-fqdn>:5480), navigate to Backup > Configure, and update the schedule./var/log/vmware/applmgmt/backupScheduler.log after the next scheduled run.