Using Selective LUN Map in SnapDrive for UNIX
Beginning with clustered Data ONTAP 8.3, Selective LUN Map (SLM) is enabled by default on all new LUN maps. When you create a new LUN map, the LUN is accessible only through paths found on the node that owns that LUN and its HA partner.
By default, LUNs are accessible on all the LIFs of a Storage Virtual Machine (SVM). You should assign LIFs to the SVMs on each cluster node in your network. As the number of nodes in the cluster increases, the number of potential paths also multiplies. This can result in an excessive number of paths to a LUN, multiple igroups per host, and disruptive mobility events. SLM solves these problems by restricting LUN accessibility to the node that owns the LUN and the HA partner node. It also creates a single igroup per host and supports non-disruptive LUN mobility operations that do not require portset manipulation or LUN remapping.
SLM does not automatically apply to LUN maps created prior to clustered Data ONTAP 8.3. |
If you are accessing the LUN through the node that owns the LUN, the path is called "active optimized." However, if you access that LUN through the HA partner node, the path is called "active non-optimized."
SnapDrive command | Description | ||
---|---|---|---|
|
The
snapdrive lun showpaths lun path device filename asymmetric access state ------------------------------------------------------------------------------ vs1:/vol/vol2/lun10 /dev/mapper/3600a09807746505a4e24455450473655 Non-optimized vs1:/vol/vol2/lun2 /dev/mapper/3600a09807746505a4d3f455432474b30 Optimized vs1:/vol/vol2/lun1 /dev/mapper/3600a09807746505a4e24455450473656 Optimized |
||
|
The
snapdrive lun fixpaths The following LUNs are using Non-optimized paths ------------------------------------------------- vs1:/vol/vol2/lun10 Path correction successful for the following LUNs -------------------------------------------------- vs1:/vol/vol2/lun10
|
The lunpath-monitor-frequency
parameter allows you to specify the frequency in which SnapDrive for UNIX automatically fix path for LUNs. The default value is 24 hours.
If the snapdrive lun fixpaths
operation fails, an AutoSupport (ASUP) message is generated for all the LUNs. The ASUP message contains the following details:
-
computerName
-
eventSource
-
appVersion
-
eventID
-
category
-
subject
The following is an example of an ASUP message:
computerName="owhyee" eventSource="snapdrive" appVersion="5.2.2 for UNIX" eventID="6" category="lun path" subject="Paths are misconfigured for the Luns /vol/June12v1/LUN2 in storage system sdu_100_101_60_62_vs1 on owhyee host."
Related information