학습자료(~2017)/리눅스

[iSCSI] iSCSI 관련 링크 모음

단세포소년 2013. 7. 1. 10:13
반응형

http://blog.naver.com/PostView.nhn?blogId=sihal7&logNo=110118208571 - Linux iSCSI 설치

www.cisco.com/web/KR/products/pc/snp/5400/iscs_wp.pdf - CSCO iSCSI 설명

http://www.thecus.com/download/howtoguide/HowtoConnecttoaniSCSITargetUsingWindows.pdf - Windows iSCSI initiator

http://www.cyberciti.biz/tips/howto-setup-linux-iscsi-target-sanwith-tgt.html - Linux tgtadm: Setup iSCSI Target ( SAN )

http://www.cuddletech.com/articles/iscsi/ - A Quick Guide to iSCSI on Linux

http://www.cyberciti.biz/tips/howto-setup-linux-iscsi-target-sanwith-tgt.html - Linux tgtadm: Setup iSCSI Target ( SAN )

http://linux-iscsi.org/wiki/Main_Page

http://ceph.com/dev-notes/adding-support-for-rbd-to-stgt/ - Adding Support for RBD to stgt

http://www.hastexo.com/resources/hints-and-kinks/turning-ceph-rbd-images-san-storage-devices - LIO 를 이용한 방법

http://permalink.gmane.org/gmane.comp.file-systems.ceph.user/2028 - iscsi target은 무엇이 좋은지 모가 괜찮은지에 대해 토론

http://www.spinics.net/lists/ceph-users/msg00569.html - RBD + iSCSI 에 대해 TGT + librbd 를 찾았다는 내용

http://scst.sourceforge.net/comparison.html - SCSI TARGETS 들의 비교표

http://www.linux-iscsi.org/wiki/Features#cite_note-scstaio-3 - SCSI TARGETS 들의 비교표

http://lwn.net/Articles/424004/ - SCST vs LIO

http://wjkim-info.tistory.com/707 - 윈도우에서 iscsi 연결법




iSCSI Target 종류에는 아래와 같이 있음

Linux LIO, Sun COMSTAR, Other IET, Other SCST, Other STGT

모든 내용을 정리하기가 힘들어 링크만 걸었습니다. 굵은 글씨가 제가 보고 도움이 많이 되었던 사이트들 입니다. scst 는 커널 컴파일하고 모듈 올리고 실행시키다가 잘 안되고 포기했습니다.




lio/tcm (tcm 은 kernel 2.6.38 부터 LIO 로부터 합병한 새로운 generic Target Core Module 이다. 3.1 부터 iSCSI 를 지원한다.)

http://linux-iscsi.org/wiki/Main_Page - linux-iscsi

http://wiki.alpinelinux.org/wiki/Linux_iSCSI_Target_(TCM)

http://linux-iscsi.org/wiki/ISCSI - iscsi target 만들기

** 데모용으로 쓸 때는 set attribute demo_mode_write_protect=0 authentication=0 generate_node_acls=1 cache_dynamic_acls=1 을 지정해서 쓰자
** 설정 후에는 saveconfig 하자.

target 재시작은 /etc/init.d/target restart




tgt 

http://stgt.sourceforge.net/ - tgt project

https://wiki.archlinux.org/index.php/TGT_iSCSI_Target

http://cbspd.egloos.com/5689126 - tgt 설치법

https://github.com/fujita/tgt - tgt 소스

http://ceph.com/dev-notes/adding-support-for-rbd-to-stgt/ - tgt + ceph rbd

http://fedoraproject.org/wiki/Scsi-target-utils_Quickstart_Guide




scst (kernel 컴파일이 필요하다. ㅜㅜ 커널소스 받아야한다.)

http://scst.sourceforge.net/

http://scst.sourceforge.net/iscsi-scst-howto.txt - scst source 설치

https://launchpad.net/~ast/+archive/scst2 - ubuntu package 설치
   https://help.launchpad.net/Packaging/PPA - ppa (Personal Package Archive) 에 대한 설명

http://www.zimbio.com/Ubuntu+Linux/articles/5vq_mlaTjIT/How+To+Install+SCST+on+Ubuntu - how to install scst on ubuntu (source 설치에 도움이 많이 됨)

http://www.tomlecluse.be/blog/20110902/scst-and-scstadmin-ubuntu-1104 - Scst and scstadmin on Ubuntu 11.04

[scst source 설치시 커널 소스는 꼭 받아야할듯]


 


Initiator

http://www.open-iscsi.org/ - Open-iSCSI

http://linux-iscsi.org/wiki/Core-iSCSI - Core-iSCSI (kernel)

Core-iSCSI 가 Open-iSCSI 보다 향상된 기능과 성능을 갖고 알려진 문제를 해결했다 한다.



iscsitarget

http://iscsitarget.sourceforge.net/

 

 


반응형