The following article outlines how to reset the VMware Update Manager Database and Patch Store on a vCenter Server Appliance.
shell
service-control --stop vmware-updatemgr
/usr/lib/vmware-updatemgr/bin/updatemgr-util reset-db
python /usr/lib/vmware-updatemgr/bin/updatemgr-utility.py reset-db
rm -rf /storage/updatemgr/patch-store/*
service-control --start vmware-updatemgr
To reset the Update Manager database if NSX-T is installed in a vLCM-enabled cluster (applicable for vCenter Server Appliance 7.0 U1 and beyond).
Note : The following additional steps are NOT required in case of NSX-V.
After running the reset-db script, perform the following steps.
The NSX depot gets uploaded to vCenter when NSX is configured on a vLCM cluster only if the depot is not already present. So, if the reset-db script removes this depot from vCenter, then this depot can be uploaded again by creating an empty vLCM cluster and enabling NSX on that cluster.