Symptoms:
vCenter database is greater than 300 GB. Verify through command line on the VCSA or the VAMI.
- Run df -h on the VCSA command line.
- Log into the VAMI and select monitor -> Disks
Backup progress is stuck at 95% in VAMI
BackupManager.py process is in a sleeping state. To confirm, run the below steps:
- Collect the PID's for BackupManager.py
root@vc-prod [~]# ps -eaf | grep "backup"
root 13443 1844 2 Jul23 ? 00:22:45 /usr/bin/python /usr/lib/applmgmt/backup_restore/py/vmware/appliance/backup_restore/BackupManager.py
root 13473 13443 0 Jul23 ? 00:00:00 /usr/bin/python /usr/lib/applmgmt/backup_restore/py/vmware/appliance/backup_restore/BackupManager.py
- Confirm the process state for PID's found in the first step are sleeping.
root@vc-prod [~]# cat /proc/13443/status
Name: python
State: S (sleeping)
Tgid: 13473
Ngid: 0
Pid: 13473
PPid: 13443
<snip>