Remove-SdLunMap
Contributors
Suggest changes
Unmaps your LUN from your igroup.
Syntax
Remove-SdLunMap [-StorageSystem] <String> [-LunPath] <String> [-Igroup] <String> [-Session] <String> [-Host] <String>
Detailed Description
Unmaps your LUN from your igroup.
Parameters
Name | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|
StorageSystem |
Specifies the storage system on which the igroup, to which your LUN is mapped, resides. |
true |
true (ByPropertyName) |
|
LunPath |
Specifies the path of the LUN on your storage system. If you are working in an ONTAP environment, specify the path to your LUN. If you are working in a Flashray, specify the LUN name. |
true |
true (ByPropertyName) |
|
Igroup |
Specifies the igroup from which you want to unmap your LUN. |
true |
true (ByPropertyName) |
|
Session |
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) |