Oracle® ZFS Storage Appliance 관리 설명서, 릴리스 2013.1.5.0

인쇄 보기 종료

업데이트 날짜: 2016년 2월
 
 

CLI를 사용하여 특정 IQN 및 RADIUS 인증으로 iSCSI 대상 추가

  • 특정 IQN 및 RADIUS 인증을 사용하는 iSCSI 대상을 추가하려면 다음 CLI 명령을 사용합니다.
    ahi:configuration san iscsi targets> create
    ahi:configuration san iscsi targets target (uncommitted)> set alias="Target 1"
    ahi:configuration san iscsi targets target (uncommitted)>
         set iqn=iqn.2001-02.com.acme:12345
    ahi:configuration san iscsi targets target (uncommitted)> set auth=radius 
    ahi:configuration san iscsi targets target (uncommitted)> set interfaces=igb1 
    ahi:configuration san iscsi targets target (uncommitted)> commit
    ahi:configuration san iscsi targets> list
    TARGET     ALIAS          
    target-000 Target 0       
               |
               +-> IQN
                   iqn.1986-03.com.sun:02:daf0161f-9f5d-e01a-b5c5-e1efa9578416
    target-001 Target 1       
               |
               +-> IQN
                   iqn.2001-02.com.acme:12345