Isilon 클러스터 파일시스템 주요 관리 명령어
종류 | 구분 | 명령어 |
1) 생성 관련 명령어 | # mkdir /ifs/경로명/디렉토리명 | |
# chmod 777 /ifs/경로명/디렉토리명 | ||
2) cifs share 생성 | – share 추가 하는 법 | # isi smb shares create 공유명 –create-path –path=/ifs/디렉토리명 |
# isi smb config share modify –sharename=공유명 –directory-create-mask=770 –file-create-mask=770 | ||
3) 권한 | – 삭제 | # isi smb shares permission delete –user=test –share=test01 |
# isi smb shares permission delete –share=공유명 –group=도메인명\\domain\ users | ||
– 추가 | // create permission 새로운 permission 주기 full 권한 | |
# isi smb shares permission create –user=도메인명\\유저명 –share=공유명 –permission-type=allow –permission=full | ||
//create permission 새로운 permission 주기 change (read/write) 권한 | ||
# isi smb shares permission create –share=test01 –group=도메인명\\domain\ users –permission-type=allow –permission=change | ||
//create permission 새로운 permission 주기 read | ||
# isi smb shares permission create –share=test01 –group=도메인명\\domain\ users –permission-type=allow –permission=read | ||
3) 쿼터 명령어 ( Quota 생성 관련 명령어) | – user quota 명령어 | #isi quota quotas create –type=user –user=유저명 –path=/ifs/경로 –hard-threshold=용량 –soft-threshold=용량 –soft-grace=day –advisory-threshold=용량 |
예시) |
#isi quota quotas create –type=user –user=test –path=/ifs/test –hard-threshold=1G –soft-threshold=1G –soft-grace=1 –advisory-threshold=1G | |
– group quota 명령어 | #isi quota quotas create –type=group –group=그룹명 –path=/ifs/경로 –hard-threshold=용량 –soft-threshold=용량 –soft-grace=day –advisory-threshold=용량 | |
예시) |
#isi quota quotas create –type=group –group=test –path=/ifs/test –hard-threshold=1G –soft-threshold=1G –soft-grace=1 –advisory-threshold=1G | |
– directory quota 명령어 | #isi quota quotas create –type=directory –path=/ifs/경로명 –hard-threshold=용량 –advisory-threshold=용량 –soft-threshold=용량 –soft-grace=day –container=true | |
예시) |
#isi quota quotas create –type=directory –path=/ifs/test –hard-threshold=1G –advisory-threshold=1G –soft-grace=1 –soft-threshold=1G –container=true | |
4) quota 조회 ( 할당량 조회, 사용량 조회 등….) | -user quota 조회 | # isi quota quotas list –user=유저명 or # isi quota quotas list -v |
예시) |
# isi quota quotas list –user=test or # isi quota quotas list -v | |
– group quota 조회 | # isi quota quotas list –group=그룹명 or # isi quota quotas list -v | |
예시) |
# isi quota quotas list –group=test or # isi quota quotas list -v | |
– directory quota 조회 | # isi quota quotas list –path=/ifs/경로명 or # isi quota quotas list -v | |
예시) |
# isi quota quotas list –path=/ifs/test or # isi quota quotas list -v | |
5) quota 사이즈 변경. (quota 생성 , 용량 설정 후 용량 수정 명령어) |
# isi quota quotas modify –type=타입(directory,user,group) –path=/ifs/경로명 –hard-threshold=용량 –soft-threshold=용량 –soft-grace=day –advisory-threshold=용량 | |
예시) |
# isi quota quotas modify –type=directory –path=/ifs/test –hard-threshold=2G –soft-threshold=2G –soft-grace=1 –advisory-threshold=2G | |
6) quota 삭제 ( 폴더를 삭제 하기 위한 명령어. quota 이름 삭제, 할당된 quota size 삭제, share 제거등 ..) | – user quota 삭제 | #isi quota quotas delete –type=user –user=유저명 –path=/ifs/경로 |
– group quota삭제 | #isi quota quotas delete –type=group –group=그룹명 –path=/ifs/경로 | |
– directory quota 삭제 | #isi quota quotas delete –type=directory –path=/ifs/경로 | |
예시) |
#isi quota quotas delete –type=directory –path=/ifs/test | |
7) share 제거 | # isi smb shares delete –share=공유명 | |
8) folder 삭제.. | rm -rf /ifs/경로명 | |
9) 볼륨 ( or FS) 용량 조회. | – 크기, 사용량 , 사용률…. 등 필요… | # df -h |
I agree with your point of view, your article has given me a lot of help and benefited me a lot. Thanks. Hope you continue to write such excellent articles.
Your point of view caught my eye and was very interesting. Thanks. I have a question for you.