This article describes how to remove a machine with a missing status where the deployment has been deleted, the machine no longer exists and the UI has no option to delete the machine.
Symptoms:
VMware Aria Automation 8.x
When deployments with missing resources are deleted those resources are still displayed as missing.
This issue is resolved in the vRealize Automation 8.11.1 release. If a deployment is deleted with missing resources the resources will be deleted when the delete deployment request is issued.
Workaround:
Before making any changes, always ensure you back up the Aria Automation environment.
Assembler -> Virtual Machines -> Managed
and locate the VM with a "MISSING
" status.Custom Properties
and locate the 'resourceId'.
resourceId
' and save it to a notepad file for later reference.root
' user.vracli dev psql
\c catalog-db
resourceId'
from step 6 to locate the resource:select * from dep_resource where id = 'resourceidfromstep6xxxxx';
MISSING
" status and correct resource details.delete from dep_resource where id = 'resourceidfromstep6xxxxx';
Once this is done, the "MISSING
" VM will no longer be visible in the Aria Automation Cloud Assembly resources.
Machines are present which no longer exist on the backing infrastructure, the deployment has been deleted but we have no option to delete machines in the UI.