Installed cPanel with out quota's

Edwiin

Member
Jan 14, 2009
6
0
51
Hey, I installed my cPanel with out quotas is there any way i can add that quotas are watched without installing the whole thing over?
 

cPanelKenneth

cPanel Development
Staff member
Apr 7, 2006
4,607
80
458
cPanel Access Level
Root Administrator
tried that didnt work :(
IF you are on a FreeBSD machine then you need to compile the kernel with quota support.

If you are on a Linux machine then you need to insure the quota tools ( e.g. yum install quota ) are installed.
 

Edwiin

Member
Jan 14, 2009
6
0
51
IF you are on a FreeBSD machine then you need to compile the kernel with quota support.

If you are on a Linux machine then you need to insure the quota tools ( e.g. yum install quota ) are installed.
how can i do it on centos like how to do the yum install quota thing.
 

Spiral

BANNED
Jun 24, 2005
2,018
8
193
how can i do it on centos like how to do the yum install quota thing.
CentOS is Linux and it uses "yum" just like most of the other Linux distributions
so to answer your question, you do exactly what you were told above ...

Code:
# yum install quota
You may already have the quota module installed and yum will tell you if that is the case.

Once that is done, all you need to do is login to WHM and go to "Initial Quota Setup"
and initialize quotas for all your accounts and your quotas should be up and running!