Aria Automation upgrade precheck fails with LCMVRAVACONFIG590047 "Disk space check on data partition"
search cancel

Aria Automation upgrade precheck fails with LCMVRAVACONFIG590047 "Disk space check on data partition"

book

Article ID: 370320

calendar_today

Updated On: 05-30-2025

Products

VMware Aria Suite

Issue/Introduction

  • Error LCMVRAVACONFIG590047 when trying to apply Patch to Aria Automation using Lifecycle manager
  • Aria Automation upgrade precheck fails with "Disk space check on data partition", but when running command on the appliance to check disk space "vracli disk-mgr", there isn't any space issues.

Environment

VMware Aria Automation 8.x

VMware Aria Suite Lifecycle 8.x

Resolution

Steps to resolve:

  1. SSH to all appliances and check disk space to confirm.
  2. Run command to check disk space: vracli disk-mgr
  3. If disk space is good, Ignore precheck and continue with upgrade.

 

 

Additional Information

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.