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

Exit Print View

Updated: July 2017
 
 

Associating a LUN with an FC Initiator Group (CLI)

The following example demonstrates creating a LUN called lefty and associating it with the fera initiator group.

  • To associate a LUN with an FC initiator group, use the following CLI commands:
    dory:shares default> lun lefty
    dory:shares default/lefty (uncommitted)> set volsize=10
                          volsize = 10 (uncommitted)
    dory:shares default/lefty (uncommitted)> set initiatorgroup=fera
                   initiatorgroup = default (uncommitted)
    dory:shares default/lefty (uncommitted)> commit
    

Related Topics