Go to main content
Oracle® ZFS Storage Appliance Administration Guide, Release OS8.7.0

Exit Print View

Updated: July 2017
 
 

Configuring SRP Targets (CLI)

The following example demonstrates how to create an SRP target group named targetSRPgroup using the CLI configuration san targets srp groups context:

  • To configure SRP targets, use the following CLI commands:
    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
    
Example 1  Creating a LUN associated with the Target SRP Group using the CLI

The following example shows how to create a LUN and associate it with the targetSRPgroup using the CLI shares CLI context:

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

Related Topics