Skip to main content
SnapCenter 6.0 cmdlets

Remove-SdLun

Contributors

Removes a LUN from your storage system.

Syntax

Remove-SdLun [-StorageSystem]  <String>  [-LunPath]  <String>  [-Session]  <String>  [-Host]  <String>

Detailed Description

Removes a LUN from your storage system.

Parameters

Name Description Required? Pipeline Input Default Value

StorageSystem

Specifies the storage system on which your LUN is located.

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)

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)

Examples