When I check View Bandwidth Usage in WHM I got error though the domain below is there.

tvguide travelvacationguide.info (deleted) 0.00 Meg 0.00 Meg N/A N/A Meg C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_image001 I receives error under whm >> Account Functions >> View Bandwidth Usage. 0% used

Ans :-

Client delete account travelvacationguide.info then recreate same account but domain not properly show under whm >> account information >> view bandwidth usage. Client receives this error because file with username is missing from directory /var/cpanel/users
1)
Go to directory /var/cpanel/bandwidth
root@server1[/]# cd /var/cpanel/bandwidth
2)
Create file with accounts username and domain name.
root@server1[/var/cpanel/bandwidth]# touch tvguide root@server1[/var/cpanel/bandwidth]# touch travelvacationguide.info
3)
Change group of the above both files to username.
root@server1[/var/cpanel/bandwidth]# chgrp tvguide tvguide
root@server1[/var/cpanel/bandwidth]# chgrp tvguide travelvacationguide.info

4)

root@server1[/]# /scripts/runweblogs tvguide

5)
Check account under whm >> Account Functions >> View Bandwidth Usage. It shows as per below

tvguide travelvacationguide.info 0.00 Meg 0.00Meg 9.77 Gig 1% used

In above case username = tvguide domain name = travelvacationguide.info
Please remember you have to replace username and domain name as per your requirement.

If domain name is missing from “whm >> Account Functions >> View Bandwidth Usage” use steps to solve the problem.