"BackupManager encountered an exception. See logs for details. https://<fqdn>/appliance/support-bundle"
YYYY-MM-DDThh:mm:ss.###[###] [ComponentScriptsBackup:PID-###] [Proc::GetProcsStatus:Proc.py:345] ERROR: Process returncode is 1, but expected exit codes are [0].YYYY-MM-DDThh:mm:ss.###[###] [ComponentScriptsBackup:PID-###] [Proc::GetProcsStatus:Proc.py:327] ERROR: rc: 1, stderr: Traceback (most recent call last): File "/usr/lib/applmgmt/backup_restore/py/vmware/appliance/backup_restore/plugins/../util/Calculate.py", line 59, in <module> main(sys.argv[1], sys.argv[2] sys.argv[3] File "/usr/lib/applmgmt/backup_restore/py/vmware/appliance/backup_restore/plugins/../util/Calculate.py", line 46, in main stdout_obj.write(data)BrokenPipeError: [Errno 32] Broken pipe..YYYY-MM-DDThh:mm:ss.###[###] [ComponentScriptsBackup:PID-###] [Proc::GetProcsStatus:Proc.py:332] INFO: Skip to report the error.YYYY-MM-DDThh:mm:ss.###[###] [ComponentScriptsBackup:PID-###] [Proc::GetProcsStatus:Proc.py:345] ERROR: Process returncode is 1, but expected exit codes are [0].YYYY-MM-DDThh:mm:ss.###[###] [ComponentScriptsBackup:PID-###] [Proc::GetProcsStatus:Proc.py:361] ERROR: rc: 79, stderr: b'curl: (79) Error in the SSH layer\n'YYYY-MM-DDThh:mm:ss.###[###] [ComponentScriptsBackup:PID-###] [Proc::UpdateExceptionStatus:Proc.py:383] ERROR: Checksum not generated at /dev/shm/backupRestoreSumFile-###-###YYYY-MM-DDThh:mm:ss.###[###] [ComponentScriptsBackup:PID-###] [ComponentScripts::ComponentScriptsBackup:ComponentScripts.py:88] ERROR: Component backup command "/etc/vmware/backup/component-scripts/vum/backup_restore.py --startBackup" failed 1.YYYY-MM-DDThh:mm:ss.###[###] [ComponentScriptsBackup:PID-###] [Log::run:Log.py:64] ERROR: Unable to perform backup: [Errno 32] Broken pipeYYYY-MM-DDThh:mm:ss.###[###] [ComponentScriptsBackup:PID-###] [ComponentScripts::ComponentScriptsBackup:ComponentScripts.py:115] ERROR: Error during component vum backup
VMware vCenter Server 7.x
VMware vCenter Server 8.x
The issue is caused by a corruption or inconsistency in the vCenter Update Manager (VUM) database.
To fix this issue, take the following steps:
backup-history.json and backup_schedule.json from /storage/applmgmt/backup_restore/ to /storage/core/
# mv /storage/applmgmt/backup_restore/backup-history.json /storage/core/
# mv /storage/applmgmt/backup_restore/backup_schedule.json /storage/core/
# service-control --stop applmgmt && service-control --start applmgmt