Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Friday, 13 June 2014

[FIX] Reset Bandwidth Limit Exceeded user/domain

If domain is giving the error of “Bandwidth Limit Exceeded” you can Reset/Increase it from WHM or terminal as well.

From WHM :

To bring the website back online and reset the bandwidth exceeded, use the option.
  • WHM >> Account Functions >> Reset  Account Bandwidth Limit
This will reset the bandwidth usage to zero for the account. To increase the bandwidth limit for the account, use the option
  • WHM >> Account Information >> “View Bandwidth Usage”
From Terminal :
  • # vi /var/cpanel/users/USERNAME
change BWLIMIT (Increase the value)
  • # /scripts/updateuserdomains
  • # cd /var/cpanel/bandwidth.cache/
  • # vi domainname.com
Delete the numbers in that file and retype 0 instead of the number 
Save and quit and show bandwidth usage in WHM you will find its 0.

If the above steps doesn’t work well, use the below steps.
  • # cd /var/cpanel/bwlimited/
remove the files related to that user or domain
(or)
rename the fies with suffix _bk/.bak etc.
Example:
user_bk
domainname.com_bk
www.domainname.com_bk

 This will bring the website back online. :-)

No comments:

Post a Comment