Go to main content

Oracle® ZFS Storage Appliance 管理ガイド、Release OS8.8.x

印刷ビューの終了

更新: 2021 年 8 月
 
 

特定の IQN と RADIUS 認証による iSCSI ターゲットの追加 (CLI)

  • 特定の IQN を持ち RADIUS 認証を使用する iSCSI ターゲットを追加するには、次の CLI コマンドを使用します。
    hostname:configuration san iscsi targets> create
    hostname:configuration san iscsi targets target (uncommitted)> set alias="Target 1"
    hostname:configuration san iscsi targets target (uncommitted)> set iqn=iqn.2001-02.com.acme:12345
    hostname:configuration san iscsi targets target (uncommitted)> set auth=radius 
    hostname:configuration san iscsi targets target (uncommitted)> set interfaces=igb1 
    hostname:configuration san iscsi targets target (uncommitted)> commit
    hostname: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

関連トピック