Administrators are unable to unregister a vCenter Server from the VMware Live Cyber Recovery (VLCR) inventory.
The Force Unregister action in the VLCR UI fails or errors out.
The vCenter Server is standalone (not in Linked Mode).
VMware Live Cyber Recovery (VLCR)
VLCR Cloud Connector (Release 10.7.x or later)
The vCenter Server registration has become stale or desynchronized within the Cloud Connector's local configuration database. While the SaaS management plane attempts to trigger removal, the local connector retains the entry, causing the workflow to fail.
To resolve this issue, you must manually remove the vCenter reference from the Cloud Connector using the Command Line Interface (CLI).
SSH into the VLCR Cloud Connector appliance using the root credentials.
Identify the site-id and the vcenter-ip of the vCenter you wish to remove.
Verify the vCenter exists in the connector's database by running the following command:
vcenter show --site-id <SITE_ID> --vcenter <VCENTER_IP>
Execute the force removal command:
vcenter remove --site-id <SITE_ID> --vcenter <VCENTER_IP>
Verify the removal by running the show command again. The output should be empty or indicate the record is not found.
vcenter show --site-id <SITE_ID> --vcenter <VCENTER_IP>
Warning: Ensure you are removing the correct vCenter IP. This command modifies the connector's local configuration immediately.
If the vCenter remains visible in the UI after these steps, contact Broadcom Support to clear the stale entry from the SaaS backend.