Skip to main content

whm using wrong storage calculation

Comments

5 comments

  • cPRex Jurassic Moderator
    Hey there! Can you confirm on the command line of the server with the du and df commands that this disk space is not actually present?
    0
  • retechpro
    Hey there! Can you confirm on the command line of the server with the du and df commands that this disk space is not actually present?

    Yes. Disk space not showing. I"ve checked everything.
    0
  • cPRex Jurassic Moderator
    Running fixquotas would fix the disk quota in the user file, but it likely wouldn't update the interface as that is cached. We have to cache those values, as pulling disk usage in real-time from the system for every page load would use a large amount of resources. You could confirm this behavior by running the following command, just replacing your username with the actual cPanel username of the account: mv /home/username/.cpanel/datastore{,.bak-`date +%Y%m%d`}
    That renames the cached files directory to datastore.bak.timestamp which isn't what cPanel expects to see. After that, try accessing the cPanel interface to see if the numbers change.
    0
  • retechpro
    Running fixquotas would fix the disk quota in the user file, but it likely wouldn't update the interface as that is cached. We have to cache those values, as pulling disk usage in real-time from the system for every page load would use a large amount of resources. You could confirm this behavior by running the following command, just replacing your username with the actual cPanel username of the account: mv /home/username/.cpanel/datastore{,.bak-`date +%Y%m%d`}
    That renames the cached files directory to datastore.bak.timestamp which isn't what cPanel expects to see. After that, try accessing the cPanel interface to see if the numbers change.

    I"ve mentioned, acc has been terminated. How can i access using username?
    0
  • cPRex Jurassic Moderator
    This would be in the main reseller account, so whatever the username of the reseller is.
    0

Please sign in to leave a comment.