Disk space on the VMware Aria Suite Lifecycle appliance is consumed by syslog log files that are either not being rotated frequently enough or growing beyond acceptable size limits. The following symptoms may be observed:
/ or the log volume is filling up unexpectedly/var/log/ and /var/log/vmware/ growing beyond several hundred MBVMware Aria Suite Lifecycle 8.18.x
Insufficient rotation frequency and no size cap:
The default /etc/logrotate.d/syslog configuration rotates logs on a daily schedule with no size threshold, allowing log files to grow unboundedly between rotation windows.
- /var/log/vmware/messages
To apply the fix, you will need to execute the fix_syslog_logrotate.sh script using the replacement syslog logrotate configuration file as the input.
fix_syslog_logrotate.zip file./data or /tmp directory.unzip fix_syslog_logrotate.zipsh fix_syslog_logrotate.sh syslog
Finally, if the main service was crashed, showing the "Waiting for services to start" message instead of the webpage, then you may need to restart this:
systemctl restart vrlcm-server.service