VTL 구조
VTL 구조
VTL 구성 요소
- VTL Library
- VTL Group
- drive (device)
- L180 (Auto Changer)
- Initiator
- VTL Pool
- tape (media)
- VTL Group
- endpoint
VTL Library
Library 생성
vtl add ohsvtl model L180 slots 50
사용 가능한 Auto Changer Model 확인
Library 조회
VTL drive 생성
Drive 생성
VTL Library 내에 Drive 생성
vtl drive add ohsvtl count 5 model IBM-LTO-7
Drive 모델명 확인
Drive 조회
VTL Library를 조회하여 확인
vtl show config ohsvtrl
자세히 보고 싶을 때 드라이브 조회
vtl drive show vtl ohsvtl drive
VTL Pool 생성
VTL Pool 생성
vtl pool add ohspool
pool 안에 tape 생성
tape 생성
vtl tape add OHS001L7 capacity 5 count 50 pool ohspool
capacity 단위는 GB
tape 삭제
vtl tape del OHS040L7 count 10 pool ohspool
OHS040L7 ~ OHS049L7 바코드의 tape 10개를 삭제
tape 조회
vtl tape show pool ohspool
Location이 vault면 VTL Library에 할당되어 있지 안흥ㄴ 상태
VTL Group 생성
VTL Group 생성
vtl group create ohsgroup
Initiator 확인
이니시에이터 목록 확인
scsitarget initiator show list
zoning 되어 있는 endpoint 확인
scsitarget initiator show detailed kibksvp1l
하단에 endpoint-fc-3과 zoning 되어 있는 것 확인 가능
endpoint 확인
scsitarget endpoint show list
사용할 initiator : kibksvp1l
사용할 endpoint : 4b
group에 요소 추가
initiator 추가
vtl group add ohsgroup initiator kibksvp1l
drive 추가
vtl group add ohsgroup vtl ohsvtl drive 1-5 primary-port 4b secondary-port none
changer 추가
vtl group add ohsgroup vtl ohsvtl changer primary-port 3a secondary-port none
VTL Group 조회
vtl group show kibksvp1l
Tape Import
Tape Import
VTL Library에 Tape 임폴트 시키기
vtl import ohsvtl barcode OHS001L7 count 20 pool ohspool
Tape Location 확인
VTL Library에 제대로 tape이 import 됐는지 확인
vtl pool show ohspool
Loaction에 vtl 이름과 slot이 적힌다