Multi-machine deployment contains 1 or more missing machines after restore from backup
search cancel

Multi-machine deployment contains 1 or more missing machines after restore from backup

book

Article ID: 326169

calendar_today

Updated On:

Products

VMware Aria Suite

Issue/Introduction

Symptoms:
  • A virtual machine in a multi machine deployment has a status of missing
  • The missing machine has been recently restored from backups
  • All virtual machine options are missing


Environment

VMware vRealize Orchestrator 7.x
VMware vRealize Automation 7.0.x
VMware vRealize Automation 7.2.x
VMware vRealize Automation 7.3.x
VMware vRealize Automation 7.1.x

Cause

This issue can occur if a vRealize Automation managed virtual machine requires to be restored from backup.

Resolution

  1. Find the original value of the instance UUID.  In the database, look at the dbo.VirtualMachine table and find the missing machine.  You can use this SQL statement to narrow down the options:

SELECT *
FROM [vCAC].[dbo].[VirtualMachine]
WHERE [IsMissing] = 1

  1. Power off the machine in vCenter
  2. Unregister the VM -- IMPORTANT!!!
    • Use "Remove from inventory" -- do not delete the machine and its virtual disk
  3.  Edit the .vmx file.  Find the line that contains the vc.uuid, and replace it with the value from step 1.
> vc.uuid = "50 3a 0e 38 49 67 85 e5-d9 0f 27 09 13 8d 7a f4"
  1. If you cannot get on an ESX host (using SSH), then you will need to download the file and upload it after it is changed, using the datastore browser.
  2. Register the VM by going to the datastore browser, clicking on the vmx file and choosing "Register VM..."
  3. Power on the virtual machine.
  4. Force a data collection in vRealize Automation.
  5. Review the status in vRealize Automation.
The machine should now have status other than "Missing" in the vRA inventory.


Additional Information

If there are a large number of systems impacted, open a Service Request with Global Support Services with this Knowledge article in reference requesting assistance restoring these virtual machines.