Welcome to the JaguarPC Community
JaguarPC
Sales: (888) 338-5261
Support: (888)-551-3050
Results 1 to 2 of 2

This is a discussion on Novice question: diskspace usage in the VPS & Dedicated forum
I know just enough to be dangerous when it comes to WHM, Cpanel, etc. I'm trying to figure out where diskspace is being used. According ...

  1. #1
    Loyal Client
    Join Date
    Oct 2005
    Posts
    87

    Novice question: diskspace usage

    I know just enough to be dangerous when it comes to WHM, Cpanel, etc.

    I'm trying to figure out where diskspace is being used. According to the VPS control panel, Approximately 18 GB of diskspace is in use on my VPS. Adding up the total amount in use under WHM by all accounts adds up to just under 12GB.

    Where is the other 6GB coming from? That seems like an awful lot of overhead.

    Are the web logs for each domain included in the amount reported by WHM or is that part of the overhead?

    In lay terms, what is the best way to ferret out what the 6GB extra is comprised of, and what can be pruned/cleaned? What directories should I be looking at, both at the domain level and at the root level?

    Thanks.

  2. #2
    I didn't do it! Daniel_DBS's Avatar
    Join Date
    Aug 2007
    Location
    Mars
    Posts
    1,204
    Well being that you have a VPS that means you have more counting against your quota that you think...

    On a VPS, the entire operating system, all the logs, MySQL databases, cPanel/WHM files, and EVERYTHING else is also included in your usage summary.

    You can find out exactly where the most space being used by logging in to the shell as root.

    Type the following at the command prompt:

    Code:
    cd /
    du --max-depth=1
    That will give you a basic overview of what is the largest... Usually it is /usr

    I would suggest logging into VZ and going to your file manager to the /home directory and DELETING the following:

    .cpan
    .cpcpan
    MySQL-Install
    cpbackuptmp
    cpeasyapache

    Those are all related to various cpanel updates... Once the update is finished, those files are no longer needed and are not auto deleted. Although, the next cPanel update you run, it will recreate those junk folders, so the best thing to do would be to write a small script and set it to CRON about 3 hours AFTER the cpanel update goes through.
    -Daniel

    If the automobile had followed the same development cycle as the computer, a Rolls-Royce today would cost $100, get a million miles to the gallon, and explode once every few weeks.

    My scripts never have bugs. They just develop random features.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •