본문 바로가기 메뉴 바로가기

blog.helperchoi.com

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

blog.helperchoi.com

검색하기 폼
  • 블로그 전체보기 (179)
    • System Story (144)
      • CentOS 5,6 (104)
      • CentOS 7 (14)
      • Ubuntu (4)
      • Suse Linux (0)
      • Windows (5)
      • Database (7)
      • Ansible (0)
      • Python3 (3)
      • Perl (0)
      • Go Language (0)
      • Project (1)
      • ETC (1)
      • Youtube - Tip4Linux (5)
    • Cloud Story (10)
      • Cloud Stack (6)
      • Open Stack (1)
      • Vmware vSphere (0)
      • KVM (0)
      • Xen Server (1)
      • Type2 Hypervisor (2)
    • Life Story (25)
      • 소소한 이야기 (8)
      • 담는 법 (3)
      • Review (8)
      • 꽁치네집 (5)
      • 6x6 (1)
  • 방명록

iSCSI (6)
iSCSI로 할당받은 SCSI Device의 정보 확인하기

Linux OS이하에서 iSCSI 로 할당 받은 SCSI Device 정보는 아래와 같이 확인이 가능하다. [root@DEDI-01 ~]# [root@DEDI-01 ~]# iscsiadm -m session tcp: [1] 10.217.97.231:3260,2 iqn.1986-03.com.sun:02:ea886003-c52b-cac6-ae11-dccde68a8d14 [root@DEDI-01 ~]# [root@DEDI-01 ~]# [root@DEDI-01 ~]# iscsiadm -m session -r 1 -P3 | grep -i "Attached SCSI devices" -B1 -A4 ************************ Attached SCSI devices: *******************..

System Story/CentOS 5,6 2014. 4. 1. 17:35
iSCSI 기반 Storage Multipath 설정

Centos multipathd 데몬을 통한 iSCSI Storage Multipath 설정 [root@iSCSI-TEST ~]# [root@iSCSI-TEST ~]# [root@iSCSI-TEST ~]# for LIST in `ifconfig -a | grep eth | awk '{print $1}'`; do echo "${LIST} - `ethtool ${LIST} | grep 'Link detected'`"; done eth0 - Link detected: yes eth1 - Link detected: yes eth2 - Link detected: yes eth3 - Link detected: yes [root@iSCSI-TEST ~]# [root@iSCSI-TEST ~]# [root@iSCSI-T..

System Story/CentOS 5,6 2013. 11. 27. 13:35
iSCSI Target에 Login시 Source IQN 확인

iSCSI를 사용할 Source 서버 IQN 정보 확인 Linux : cat /etc/iscsi/initiatorname.iscsi widnows : 시작->관리도구->ISCSI초기자->구성->초기자 이름 확인 [root@TEST02 ~]# [root@TEST02 ~]# cat /etc/iscsi/initiatorname.iscsi InitiatorName=iqn.1994-05.com.redhat:2f7377814fdc [root@TEST02 ~]#

System Story/CentOS 5,6 2013. 11. 19. 14:15
iSCSI target Logout 및 삭제

※ 사용중인 iSCSI 로그인 정보를 삭제 [root@TEST02 ~]# [root@TEST02 ~]# [root@TEST02 ~]# iscsiadm -m node --targetname iqn.2013-09.192.168.137.10:storage.iscsi1 --logout Logging out of session [sid: 2, target: iqn.2013-09.192.168.137.10:storage.iscsi1, portal: 192.168.137.10,3260] Logout of [sid: 2, target: iqn.2013-09.192.168.137.10:storage.iscsi1, portal: 192.168.137.10,3260] successful. [root@TEST02 ~]# [r..

System Story/CentOS 5,6 2013. 11. 10. 20:22
iSCSI Target 서버 구성

1. 별도의 Storage 장비가 없을 경우 Linux 에서 간단히 iSCSI 형태의 Shared Volume을 제공 가능 [root@TEST01 ~]# [root@TEST01 ~]# yum list | grep scsi iscsi-initiator-utils.x86_64 6.2.0.872-13.el5 installed iscsi-initiator-utils.x86_64 6.2.0.872-16.el5 base lsscsi.x86_64 0.17-3.el5 base scsi-target-utils.x86_64 1.0.14-2.el5 base [root@TEST01 ~]# [root@TEST01 ~]# yum info scsi-target-utils.x86_64 Loaded plugins: fastestmir..

System Story/CentOS 5,6 2013. 11. 10. 20:20
iSCSI Initiator 설정 및 Target 마운트

※ Linux 에서 iSCSI 프로토콜을 이용하여 iSCSI Disk volume 마운트 [root@TEST02 ~]# [root@TEST02 ~]# chkconfig --list | grep iscsi iscsi 0:off 1:off 2:off 3:on 4:off 5:on 6:off iscsid 0:off 1:off 2:off 3:on 4:off 5:on 6:off [root@TEST02 ~]# [root@TEST02 ~]# service iscsi status iscsid (pid 1259) is running... [root@TEST02 ~]# [root@TEST02 ~]# service iscsid status iscsid (pid 1259) is running... [root@TEST02 ~]#..

System Story/CentOS 5,6 2013. 11. 10. 20:19
이전 1 다음
이전 다음
반응형
공지사항
  • ::::::: 이 블로그는? :::::::
최근에 올라온 글
  • Shell - 변수 타입 확인하기
  • Linux OS에서 CPU Architecture⋯
  • PS4 Remote Play 테스트 영상
  • 파일을 지울 수 없어?! Argument list⋯
최근에 달린 댓글
  • 안녕하세요 혹시 해당 내용처럼 vi /etc/modpr⋯
  • 네 도움이 되셨다니 다행입니다.
  • 덕분에 유용하게 잘썼습니다. 감사합니다.
  • 도움이 되셨다니 저도 기분좋네요!
Total
298,037
Today
28
Yesterday
114

Blog is powered by Tistory / Designed by Tistory

티스토리툴바