Go to main content
Oracle® ZFS Storage Appliance 管理ガイド、Release OS8.7.0

印刷ビューの終了

更新: 2017 年 3 月
 
 

SRP ターゲットの構成 (CLI)

次の例では、CLI の configuration san targets srp groups コンテキストを使用して、targetSRPgroup という SRP ターゲットグループを作成する方法を示します。

  • SRP ターゲットを構成するには、次の CLI コマンドを使用します。
    swallower:configuration san targets srp groups> create
    swallower:configuration san targets srp group (uncommitted)> set name=targetSRPgroup
                             name = targetSRPgroup (uncommitted)
    swallower:configuration san targets srp group (uncommitted)> 
    set targets=eui.0002C903000489A4
                          targets = eui.0002C903000489A4 (uncommitted)
    swallower:configuration san targets srp group (uncommitted)> commit
    swallower:configuration san targets srp groups> list
    GROUP     NAME
    group-000 targetSRPgroup
             |
             +-> TARGETS
                 eui.0002C903000489A4
    
使用例 1  CLI を使用したターゲット SRP グループに関連付けられた LUN の作成

次の例では、CLI shares CLI コンテキストを使用し、LUN を作成して targetSRPgroup に関連付ける方法を示します。

swallower:shares default> lun mylun
swallower:shares default/mylun (uncommitted)> set targetgroup=targetSRPgroup
                  targetgroup = targetSRPgroup (uncommitted)
swallower:shares default/mylun (uncommitted)> set volsize=10
                      volsize = 10 (uncommitted)
swallower:shares default/mylun (uncommitted)> commit
swallower:shares default> list
Filesystems:
NAME             SIZE    MOUNTPOINT
test             38K     /export/test
LUNs:
NAME              SIZE    GUID
mylun             10G     600144F0E9D19FFB00004B82DF490001

関連トピック