1. 조닝이란
SAN 스토리지 환경에서 SAN 스위치에 연결된 서버가 지정한 스토리지만 액세스할 수 있도록 권한부여하는
것을 의미한다.
2. 시스템 구성 예
- 16포트의 SAN 스위치(Brocade Silkworm 모델)
- 서버 5대
mng1(15번 포트), web1(14번), st1(13번), st2(12번), test(11번)
- SAN 스토리지 2대에 4개의 볼륨
main_a(0번 포트), main_b(1번), bak_a(2번), bak_b(3번)
각 서버는 다음 볼륨만 볼 수 있도록 조닝한다.
- mng1는 모든 볼륨을 사용
- web1은 main_b볼륨만
- st1은 main_a볼륨만
- st2는 main_a, main_b 볼륨만
- test는 main_b 볼륨만
3. 포트 조닝 설정
telnet이나 시리얼 케이블로 SAN 스위치에 로긴한 후 다음 명령으로 설정한다.
Fabric OS (tm) Release v3.?.? login: admin Password: ???????? sw1:admin> zonecreate "mng1_stor_all", "1,15;1,0;1,1;1,2;1,3" sw1:admin> zonecreate "web1_stor_main_b", "1,14;1,1" sw1:admin> zonecreate "st1_stor_main_a", "1,13;1,0" sw1:admin> zonecreate "st2_stor_main_ab", "1,12;1,0;1,1" sw1:admin> zonecreate "test_stor_main_b", "1,11;1,1" sw1:admin> sw1:admin> cfgcreate "coffeenix_cfg", "mng1_stor_all;web1_stor_main_b; st1_stor_main_a; st2_stor_main_ab; test_stor_main_b" sw1:admin> zoneshow Defined configuration: cfg: coffeenix_cfg mng1_stor_all; web1_stor_main_b; st1_stor_main_a; st2_stor_main_ab; test_stor_main_b zone: mng1_stor_all 1,15; 1,0; 1,1; 1,2; 1,3 zone: st1_stor_main_a 1,13; 1,0 zone: st2_stor_main_ab 1,12; 1,0; 1,1 zone: test_stor_main_b 1,11; 1,1 zone: web1_stor_main_b 1,14; 1,1 Type Effective configuration: cfg: coffeenix_cfg zone: mng1_stor_all 1,15 1,0 1,1 1,2 1,3 zone: st1_stor_main_a 1,13 1,0 zone: st2_stor_main_ab 1,12 1,0 1,1 zone: test_stor_main_b 1,11 1,1 zone: web1_stor_main_b 1,14 1,1 sw1:admin> sw1:admin> cfgenable "coffeenix_cfg" Starting the Commit operation... 0x102914f0 (tRcs): Jun 19 14:20:03 INFO ZONE-MSGSAVE, 4, cfgSave completes successfully. cfgEnable successfully completed sw1:admin> cfgsave |
4. 기타 명령
이외에 조닝할 때 유용한 명령은 다음과 같은 것이 있다.
1) 지정한 존을 삭제한다.
admin> zonedelete "st3_stor_main_ab"
2) 스위치 이름을 지정한 것으로 변경한다.
admin> switchname "sw1"
3) 이더넷과 FC IP 주소를 출력한다.
admin> ipaddrshow
4) 비밀번호를 변경한다.
admin> passwd "admin"
출처 : http://coffeenix.net/
'IT > Storage' 카테고리의 다른 글
How To Create a MetaLUN (0) | 2012.01.20 |
---|---|
PowerPath and Navisphere install on a Linux (0) | 2012.01.20 |
Naviseccli to get message[Security file not found.] (2) | 2012.01.16 |
EMC - forgot password (0) | 2012.01.16 |
What are the differences between failover modes on a CLARiiON array? (0) | 2012.01.16 |