Hi,
Check your server disk space utilization through below command;
# df -h
This will give you an overview of disk utilization.
Below command will give you disk space utilization top-folder wise
# du -sch /
Based on the output, you can decide where the space is being occupied more.