The TCA-CP root partition is filled 100%
book
Article ID: 382558
calendar_today
Updated On:
Products
VMware Telco Cloud Automation
Issue/Introduction
The root partition for the TCA Control Plane appliance is filled to 100%
Cause
- The logrotate functionality fails to rotate the messages log file under the
/var/log/ directory
- This file should normally rotate once it reaches 10MB in size but fails to and can grow into multiple GB in size
Resolution
Resolved in TCA 3.x.
Workaround:
- Access the TCA-CP appliance using SSH
- Confirm the partition is full using the following command
# du -h
- Navigate to the /var/log directory and confirm the messages file has grown large in size
# cd /var/log
# ls -lh
# rm messages
- Restart the syslog service
# systemctl restart syslog-ng
Feedback
thumb_up
Yes
thumb_down
No