/opt/vmware/support/logs/hms directory has a list of big filesVMware Live recovery Appliance 9.0.3 and above
hms-stderr.log file is deleted by logrotate but still referenced by the hms process.HMS process holds a massive log file that was technically "deleted" from the file system.This issue us fixed in Protection and Recovery 9.1.1
Workaround:
admin" credentials.root".HMS service: systemctl stop hms /opt/vmware/support/logs/hmshms-stderr.log* and hms-stdout.log* files by running:rm hms-stderr.log*rm hms-stdout.log*/etc/logrotate.d/Edit file hms-service.conf to remove "nocreate" and add "copytruncate" as per below:vi hms-service.conf
/var/log/vmware/hms/hms-stdout.log
/var/log/vmware/hms/hms-stderr.log {
size 50M
rotate 5
compress
copytruncate
nodateext
su root vrms
}cat /etc/logrotate.d/hms-service.confsystemctl start hms systemctl restart logrotate