vSphere Replication 8.x
vSphere Replication 9.x
hms-eventlog-maxage
to the following: <hms-eventlog-maxage>10800</hms-eventlog-maxage>
#DefaultTasksMax
to DefaultTasksMax=infinity
/opt/vmware/vpostgres/current/bin/psql -U vrmsdb
> select count(*) from outgoingeventlogentity
> select count(*) from incomingeventlogentity
h) Check the current epoch time first - https://www.epochconverter.com/
You must add 3 zeroes to this number (Example: 1712583312000)
e.g.DELETE from incomingeventlogentity WHERE timestamp < 1712583312000;
DELETE from outgoingeventlogentity WHERE timestamp < 1712583312000;
i) Start the hms service:
# service hms start
j) Reload Site Recovery UI to check the 'Last Instance Sync Point'. It should show the correct date and time for 'Last Instance Sync Point' for each of the Replicating VMs.