find /var/log/cb -type f -iname "*.hprof.*"
rm -f {full path}/*hprof.old
find / -type f -iname "cbdiag*"
rm -f {full path}/*.cbdiag
yum clean all
If disk usage is still near 100%, following command will help determine if SOLR or Modulestore are accounting for disk space usage:
du -h /var/cb/data/ --max-depth=1