vracli disk-mgr
", there isn't any space issues.VMware Aria Automation 8.x
VMware Aria Suite Lifecycle 8.x
Steps to resolve:
vracli disk-mgr
SSH to each Aria Automation appliance as the root user & Run below command to execute health check manually
/opt/health/run.sh
The output should indicate which health check is not allowing patching to proceed , most common issues are disk space and DNS resolution issue.
if it fails with single-aptr error
[/opt/health/Makefile:38: single-aptr] Error 1
see VMware Aria Automation / Orchestrator, deploy.sh fails with /opt/health/Makefile:38: single-aptr] Error 1
if it fails with disk space:
Command to check space on all 3 nodes:
vracli cluster exec -- bash -c 'current_node; vracli disk-mgr; exit 0'
If there is indeed a space issue, e.g. /home is above 90%, check for old log bundles in /home/root (usually in the primary node) and remove them.