To resolve the issue, perform the below steps
Windows vCenter Server:
- Log in to the vCenter server machine
- Navigate to the location <vCenter Install directory>\ProgramData\VMware\vCenterServer\data\vmware-vmon\.svcStats\
- Move all the files within .svcStats directory to a different location
- Restart the vCenter services
service-control --stop --all
service-control --start --all
vCenter Server Appliance:
- Log in to the vCenter Server appliance via ssh
- Navigate to the directory using the below command
cd /storage/vmware-vmon/.svcStats/
- Move the files from the directory to a different location
mkdir /backup
mv /storage/vmware-vmon/.svcStats/*.json /backup/
- Restart all the services on the vCenter Server
service-control --stop --all && service-control --start --all