New-SdPortSet
Contributors
Suggest changes
Creates a new portset.
Syntax
New-SdPortSet [-PortSetName] <String> [-PortSetType] <String> [-StorageSystem] <String> [-Session] <String> [-Host] <String>
Detailed Description
Creates a new portset.
Parameters
Name | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|
PortSetName |
Specifies the name of the portset you want to create. |
true |
true (ByPropertyName) |
|
PortSetType |
Specifies the protocol you want to use for your new portset. Valid options are iSCSI, Fibre Channel (FCP), or mixed. |
false |
true (ByPropertyName) |
|
StorageSystem |
Specifies the storage system on which you want your new portset to reside. |
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) |