Skip to main content
We are aware of an issue with a recent Apache update that causes proxied sites to return a "421 Misdirected Request" error. Please see the following article for more information and updates:
Websites show 421 Misdirected Request error while using EA Nginx

Disk space on server?

Comments

3 comments

  • cPanelLauren
    Identifying where the disk space is being allocated is usually the most helpful method of doing this but it does take some investigation. Typically if I'm investigating an issue such as this I'll start from the / directory and work my way through the highest space-consuming directories: Run the following starting in / du -h --max-depth=1
    You can even decide to only show usage in GB as opposed to MB with grep du -h --max-depth=1 |grep G
    For example the output from my test server: [root@server /]# du -h --max-depth=1 |grep G 6.4G ./backup 6.1G ./home 3.7G ./var 9.2G ./usr 1.1G ./opt 27G . [root@server /]#
    From there I'll go in to the next highest consuming directory so in this case it's /usr and run the command again.
    0
  • ffeingol
    Just wondering where/how you are getting the numbers for JetBackup. If it's from the JB dashboard (Total Account Usage) I'm pretty sure that number is telling you the amount of disk they are using (in cPanel) not in the backup. We have not found a way to have JetBackup give us it's usage numbers. When we want it we cd into the folder where backups go and run: du -sh .
    It's going to be very unlikely that the JB storage will be the same as your web sites. MySQL dumps (for example) are typically larger than the actual database. JB can't create incremental database backups, so that just causes it to grow more.
    0
  • MrIver
    Thank you very much for your anwsers. Using Lauren"s commands I was able to find out that:
    • We had about 60 GB of crash-logs under /var/crash/ from a previous crash-problem
    • JetBacup took, as suspected by ffeingol, up about twize as much space as the Jetbaup plugin states in WHM.
    So now everything makes more sense - thanks!
    0

Please sign in to leave a comment.