YYYY-MM-DD TT:MM:SS.mss ERROR [pool-3-thread-24] c.v.v.l.p.c.v.t.VraVaUpgradeStatusCheckTask - – Failed to check upgrade status on vRealize Automation VA <VRA-FQDN>. Un-expected status in upgrade status check response. To know more about the failure, run command "vracli upgrade status --details" on the vRealize Automation VA <VRA-FQDN>. Optionally, the existing stale upgrade request can be cancelled and upgrade can be started afresh by clicking RETRY with cancelAndStartAfresh property set to true
This issue occurs if either of below files have been manually truncated on Aria Automation appliance:
/var/log/vmware/prelude/upgrade-report-latest
/var/log/vmware/prelude/upgrade-report-latest.json
You have API access and the necessary tools to create an API request to the system. Curl is made available out-of-the-box.
GET https://LCM-hostFQDN/lcm/request/api/v2/requests
POST https://LCM-hostFQDN/lcm/request/api/requests/cancel/REQUEST_ID
ls -l /var/log/vmware/prelude/upgrade-report-latest*
rm /var/log/vmware/prelude/upgrade-report-latest*