Skip to main content
SnapCenter 6.0 cmdlets

Get-SdLunMap

Contributors

Gets information about all the mapped LUNs and the igroups to which they are mapped.

Syntax

Get-SdLunMap [-StorageSystem]  <String>  [-LunPath]  <String>  [-Session]  <String>  [-Host]  <String>

Detailed Description

Gets information about all the mapped LUNs and the igroups to which they are mapped.

Parameters

Name Description Required? Pipeline Input Default Value

StorageSystem

Specifies the storage system on which the igroup, to which you mapped your LUNs, is located.

true

true (ByPropertyName)

LunPath

Specifies the path of the LUN on your storage system.

false

true (ByPropertyName)

Session

Specifies the session ID from Open-SmConnection.

false

true (ByPropertyName)

Host

Specifies the name or IP address of the host on which you execute the operation. The default is your local machine.

false

true (ByPropertyName)

Examples