Error Code: LCMVRAVACONFIG90030 when upgrading or applying Aria Automation patch
book
Article ID: 372059
calendar_today
Updated On:
Products
VCF Operations/Automation (formerly VMware Aria Suite)
Issue/Introduction
- Error Code: LCMVRAVACONFIG90030 when upgrading or applying Aria Automation patch
- Running command 'vracli upgrade status --details' on the Aria Automation VA returns the below example error:
"No patch for the current product found in the repository. Expected 8.14.1 , found: 8.16.2"
Environment
Aria Automation 8.16.x
Aria Automation 8.17.x
Aria Automation 8.18.x
Cause
Old upgrade files cause an issue blocking new upgrade or patching.
Resolution
- Connect to the Aria Automation node via SSH as the root user.
- If the environment is a 3 node cluster only run the following from a single node as the command is cluster aware.
- Execute the following command on the appliance:
- vracli cluster exec -- bash -c 'rm -rf /data/restorepoint /var/vmware/prelude/upgrade /var/log/vmware/prelude/upgrade-report-latest*; crontab -u root -l | grep -v -F "/opt/scripts/upgrade/upg-mon.sh" | crontab -u root -'
- Return to the Aria Suite Lifecycle Manager UI
- Navigate to the failed request and select "Retry"
Feedback
thumb_up
Yes
thumb_down
No