Site Recovery Manager (SRM) or vSphere Replication (VR) plugin may display a "Not Accessible" status accompanied by a red exclamation point. Specific symptoms include:
https:///dr).The issue is caused by stale, corrupted, or duplicate vSphere UI plugin packages cached within the vCenter Server Appliance (VCSA) filesystem. During a vCenter upgrade or patch, multiple build versions of the plugin directories (e.g., com.vmware.drui.plugin) may persist. This creates an initialization mismatch when the vsphere-ui service attempts to load extension metadata, blocking the rendering of the plugin in the client console.
To resolve this issue, purge the vSphere UI plugin cache on the affected vCenter Server:
service-control --stop vsphere-uivc-packages folder and remove the cached Site Recovery (DR UI) packages: rm -rf /etc/vmware/vsphere-ui/vc-packages/vsphere-client-serenity/com.vmware.drui*cm-service-packages folder and remove the cached vSphere Replication (VR UI) packages: rm -rf /etc/vmware/vsphere-ui/cm-service-packages/com.vmware.cis.vsphereclient.plugin/com.vmware.vrui*service-control --start vsphere-uiIf the Site Recovery plugin appears accessible (e.g., the status is "OK" or "Healthy") but you are still encountering functional errors—such as "Unknown error," site pairing failures, or configuration issues—the problem may be caused by stale or duplicate service registrations in the vCenter Lookup Service rather than a cache issue.
In these scenarios, please refer to to identify and remove orphaned service IDs or stale extension entries that may be conflicting with your current environment.