New-SdLun
Contributors
Suggest changes
Creates a LUN on your storage system.
Syntax
New-SdLun [-StorageSystem] <String> [-LunPath] <String> [-Size] <String> [-Type] <String> [-Session] <String> [-Host] <String>
Detailed Description
Creates a LUN on your storage system.
Parameters
Name | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|
StorageSystem |
Specifies the storage system on which you want to create a new LUN. |
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) |
|
Size |
Specifies the size of your new LUN. Valid size specifications are MB, GB, or TB. |
true |
true (ByPropertyName) |
|
Type |
false |
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) |