"Backup Manager encountered an exception. See logs for details"./var/log/vmware/applmgmt/backup.log file:ERROR: rc: 120, stderr: Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>BrokenPipeError: [Errno 32] Broken pipeErr: curl: (2) Failure establishing ssh session: -43, Failed getting bannerVMware vCenter Server 7.x
VMware vCenter Server 8.x
The issue occurs due to a limitation of concurrent SSH Sessions on the SFTP Server.
This can affect the functionality of the SFTP Backup because the file transfers are initiated in parallel in VCSA.
Below are the steps to change the File Transfer Mode to 'Serial' that will prevent the creation of concurrent SSH sessions:
cp /etc/applmgmt/appliance/appliance.conf /storage/appliance.conf.bak
vi /etc/applmgmt/appliance/appliance.conf
"fileTransferMode": "parallel",
"fileTransferMode": "serial",Esc -> :wq!
service-control --restart applmgmt