뽀로

메일,홈계정 쿼터 적용하기

· 19년 전 · 2758
쿼터 설정 입니다
음 안녕 1.2기준입니다
메일은 계정단 5M
홈계정은 200M 이런거 보셨죠
이게 바로 쿼터입니다

[root@ns root]# cat /etc/fstab
/dev/hda1 / ext3 defaults,noatime 1 1
none /dev/pts devpts gid=5,mode=620 0 0
none /proc proc defaults,noatime 0 0
none /dev/shm tmpfs defaults 0 0
/dev/hdb3 /usr ext3 defaults,noatime 1 2
/dev/hdb5 /usr/local ext3 defaults,noatime 1 2
/dev/hda2 /var ext3 defaults,usrquota 1 2
/dev/hdb2 /var/log ext3 defaults,noatime 1 2
/dev/hdb1 /web ext3 defaults,noatime 1 2
/dev/cdrom /mnt/cdrom iso9660 noauto,owner,kudzu,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0
[root@ns root]#

[root@ns root]# vi /etc/fstab
/dev/hda1 / ext3 defaults,noatime 1 1
none /dev/pts devpts gid=5,mode=620 0 0
none /proc proc defaults,noatime 0 0
none /dev/shm tmpfs defaults 0 0
/dev/hdb3 /usr ext3 defaults,noatime 1 2
/dev/hdb5 /usr/local ext3 defaults,noatime 1 2
/dev/hda2 /var ext3 defaults,usrquota 1 2
/dev/hdb2 /var/log ext3 defaults,noatime 1 2
/dev/hdb1 /web ext3 defaults,usrquota 1 2
/dev/cdrom /mnt/cdrom iso9660 noauto,owner,kudzu,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0

[var] /dev/hda2 /var ext3 defaults,usrquota 1 2
[web] /dev/hdb1 /web ext3 defaults,usrquota 1 2
잘보세요 usrquota 철자 주의 틀리면 골때리는 문제 발생한담니다
책보면 그렇게 써서 저도 모르겠는 데 아마 그렇겠죠

[root@ns root]# touch /web/quota.user
[root@ns root]# chmod 600 /web/quota.user
[root@ns root]# reboot


[root@ns web]# quotacheck -a -m

음 처음 설치시 쿼터 데이터 베이스 점검및 갱신이래요
했든 뭐라고 나옵니다
처음 적용시 하시고요

아래는 2번째 부터 쿼터 적용시 점검시 사용하세요
[root@ns web]# quotacheck -a -m -f
quotacheck: WARNING - Quotafile /web/quota.user was probably truncated. Can't save
quota settings...
이건 지금 제가 /var /web를 2개 쿼터 적용해서
2번째 이렇게 하면 될것입니다
모르겠거든요 했든 .....

[root@ns web]# ll
합계 24
drwx-----x 4 root root 4096 9월 1 00:35 ./
drwx--x--x 18 root root 4096 9월 1 00:32 ../
drwx-----x 4 root root 4096 8월 28 13:24 home/
drwx-----x 2 root root 4096 8월 27 20:30 home2/
-rw------- 1 root root 16224 9월 1 00:35 quota.user
[root@ns web]# convertquota /web
이건 2.4.XX커널를 위한 데이터 베이스 생성이래요
아래 보시면 파일 하나생성 되었을 것입니다
[root@ns web]# ll
합계 32
drwx-----x 4 root root 4096 9월 1 00:35 ./
drwx--x--x 18 root root 4096 9월 1 00:32 ../
-rw------- 1 root root 7168 9월 1 00:35 aquota.user
drwx-----x 4 root root 4096 8월 28 13:24 home/
drwx-----x 2 root root 4096 8월 27 20:30 home2/
-rw------- 1 root root 16224 9월 1 00:35 quota.user

[root@ns web]# edquota rmcobol 음 사용자 쿼터 적용입다
Disk quotas for user rmcobol (uid 505):
Filesystem blocks soft hard inodes
soft hard
/dev/hda2 16 20 20 1
0 0
/dev/hdb1 37764 400000 400000 2429
0 0

위 보시면 /hda2 - 이건 메일 쿼터 고요
/hdb1 - 홈 계정 쿼터여요
히히 저는 처음 잘 몰라서 아래로 쭉 사용자를 쓸려구 했는 데
[root@ns web]# edquota <사용자> 이런식으로 사용하시면 돼요 ^^
[root@ns web]# edquota rmcobol 이래하면 위처럼 나오거든요 그럼 용량입력하세요
kbyte 기준이닌까 400000 / 1000 = 400M 가 인가요 1Mbyte 1000 kbyte
블럭이 용량이어요[계정용량 100M~50M]이런거요 저쪽건 볼필요 없구요
[root@ns web]# edquota webmail
Disk quotas for user webmail (uid 506):
Filesystem blocks soft hard inodes
soft hard
/dev/hda2 12 20 20 1
0 0
/dev/hdb1 141452 250000 250000 1128
0 0

[root@ns web]# quotaon /web 쿼터 적용해제 그런거죠
[root@ns web]# quotaoff /web

[root@ns web]# repquota -a
*** Report for user quotas on device /dev/hda2
Block grace time: 7days; Inode grace time: 7days
Block limits File limits
User used soft hard grace used soft hard grace
----------------------------------------------------------------------
root -- 22964 0 0 1013 0 0
mail -- 56 0 0 14 0 0
rpm -- 8528 0 0 14 0 0
pcap -- 264 0 0 15 0 0
apache -- 48 0 0 11 0 0
mysql -- 6028 0 0 189 0 0
named -- 92 0 0 24 0 0
rmcobol -- 16 20 20 1 0 0
webmail -- 12 20 20 1 0 0


*** Report for user quotas on device /dev/hdb1
Block grace time: 7days; Inode grace time: 7days
Block limits File limits
User used soft hard grace used soft hard grace
----------------------------------------------------------------------
root -- 4460 0 0 14 0 0
rmcobol -- 37764 50000 50000 2429 0 0
webmail -- 141452 250000 250000 1128 0 0
#500 -- 13700 0 0 21 0 0
#501 -- 1428 0 0 3 0 0


음 여기서 1k byte 1000 이닌까요 250,000 / 1000 = 250 M
50000 / 1000 = 50 M
이런식으로 주시면 됩니다

[root@ns web]# repquota -a
*** Report for user quotas on device /dev/hda2
Block grace time: 7days; Inode grace time: 7days
Block limits File limits
User used soft hard grace used soft hard grace
----------------------------------------------------------------------
root -- 23020 0 0 1027 0 0
mail -- 56 0 0 14 0 0
rpm -- 8528 0 0 14 0 0
pcap -- 264 0 0 15 0 0
apache -- 48 0 0 11 0 0
mysql -- 6028 0 0 189 0 0
named -- 92 0 0 24 0 0
rmcobol -- 16 20 20 1 0 0
webmail -- 12 20 20 1 0 0


*** Report for user quotas on device /dev/hdb1
Block grace time: 7days; Inode grace time: 7days
Block limits File limits
User used soft hard grace used soft hard grace
----------------------------------------------------------------------
root -- 4476 0 0 15 0 0
rmcobol -- 50000 50000 50000 7days 2445 0 0
제가 테스트 했거든요 음 50 이상 자료 업하려니 안되더라구요
이유야 길죠 ^^ soft , hard 이건 아시죠
webmail -- 141452 250000 250000 1128 0 0
#500 -- 13700 0 0 21 0 0
#501 -- 1428 0 0 3 0 0

이로써 메일 쿼터랑 홈계정 쿼터를 배웠습니다
정균님 강좌 참조하세요
http://www.oops.org/?t=lecture&s=quota<div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:32:05 Linux에서 이동 됨]</div>
|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
19년 전 조회 3,767
19년 전 조회 2,714
19년 전 조회 2,003
19년 전 조회 2,620
19년 전 조회 1,868
19년 전 조회 1,548
19년 전 조회 1,682
19년 전 조회 1,961
19년 전 조회 1,725
19년 전 조회 1,923
19년 전 조회 1,711
19년 전 조회 2,105
19년 전 조회 1,993
19년 전 조회 1,607
19년 전 조회 1,600
19년 전 조회 1,502
19년 전 조회 1,384
19년 전 조회 1,556
19년 전 조회 2,128
19년 전 조회 2,537
19년 전 조회 3,045
19년 전 조회 2,453
19년 전 조회 1,958
19년 전 조회 7,173
19년 전 조회 3,872
19년 전 조회 2,490
19년 전 조회 2,505
19년 전 조회 2,995
19년 전 조회 5,919
19년 전 조회 5,710
19년 전 조회 2,391
19년 전 조회 3,446
19년 전 조회 3,009
19년 전 조회 2,365
19년 전 조회 2,883
19년 전 조회 1,738
19년 전 조회 1,885
19년 전 조회 1,983
19년 전 조회 2,161
19년 전 조회 1,827
19년 전 조회 1,963
19년 전 조회 1,925
19년 전 조회 2,011
19년 전 조회 1,672
19년 전 조회 2,796
19년 전 조회 2,125
19년 전 조회 3,392
19년 전 조회 3,425
19년 전 조회 2,680
19년 전 조회 2,759
19년 전 조회 2,589
19년 전 조회 2,835
19년 전 조회 2,831
19년 전 조회 3,311
19년 전 조회 3,019
19년 전 조회 5,422
19년 전 조회 2,260
19년 전 조회 2,337
19년 전 조회 2,161
19년 전 조회 2,081
19년 전 조회 2,079
19년 전 조회 2,277
19년 전 조회 3,354
19년 전 조회 3,208
19년 전 조회 2,998
19년 전 조회 2,690
19년 전 조회 2,779
19년 전 조회 2,440
19년 전 조회 2,481
19년 전 조회 1,753
19년 전 조회 2,459
19년 전 조회 2,823
19년 전 조회 2,824
19년 전 조회 3,111
19년 전 조회 2,900
19년 전 조회 1,866
19년 전 조회 1,970
19년 전 조회 2,874
19년 전 조회 2,370
19년 전 조회 4,124
19년 전 조회 2,633
19년 전 조회 2,523
19년 전 조회 3,665
19년 전 조회 3,252
19년 전 조회 2,376
19년 전 조회 3,171
19년 전 조회 2,381
19년 전 조회 3,225
19년 전 조회 3,633
19년 전 조회 5,338
19년 전 조회 3,253
19년 전 조회 3,270
19년 전 조회 2,856
19년 전 조회 2,598
19년 전 조회 2,844
19년 전 조회 2,570
19년 전 조회 2,701
19년 전 조회 2,489
19년 전 조회 2,843
19년 전 조회 3,106