Get-VsanIscsiLun
This cmdlet retrieves the vSAN iSCSI LUNs from a cluster or target.
Syntax
Parameters
Required | Parameter Name | Type | Position | Features | Description |
---|---|---|---|---|---|
optional | Cluster | Cluster[] | named |
|
Specifies the clusters from which to retrieve LUNs. |
optional | LunId | Int32[] | named |
|
Filters the retrieved vSAN iSCSI LUNs by LUN ID. |
optional | Name | String[] | named |
|
Filters the retrieved vSAN iSCSI LUNs by name. |
optional | ProgressAction | ActionPreference | named |
|
|
optional | Server | VIServer[] | named |
|
Specifies the vCenter Server systems on which you want to run the cmdlet. If no value is provided or $null value is passed to this parameter, the command runs on the default servers. For more information about default servers, see the description of Connect-VIServer. |
optional | VsanIscsiTarget | VsanIscsiTarget[] | named |
|
Specifies the vSAN iSCSI targets from which to retrieve LUNs. |
Parameters
Required | Parameter Name | Type | Position | Features | Description |
---|---|---|---|---|---|
required
|
Id | String[] | named |
|
Filters the retrieved vSAN iSCSI LUNs by ID. |
optional | ProgressAction | ActionPreference | named |
|
|
optional | Server | VIServer[] | named |
|
Specifies the vCenter Server systems on which you want to run the cmdlet. If no value is provided or $null value is passed to this parameter, the command runs on the default servers. For more information about default servers, see the description of Connect-VIServer. |
Output
VMware.VimAutomation.Storage.Types.V1.Vsan.Iscsi.VsanIscsiLunExamples
Example 1
Get-VsanIscsiLun -Cluster "vsan-cluster"
Retrieves all vSAN iSCSI LUNs from the "vsan-cluster" cluster.
Example 2
Get-VsanIscsiLun -Target $target -LunId 1
Retrieves the vSAN iSCSI LUNs with LunId 1 from the $target iSCSI target.
Related Commands
VsanIscsiInitiatorGroup
This cmdlet retrieves vSAN iSCSI initiator groups.
This cmdlet adds a new vSAN iSCSI initiator group to a cluster.
This cmdlet removes the specified vSAN iSCSI initiator groups from their clusters.
This cmdlet modifies the specified vSAN iSCSI initiator groups.
VsanIscsiInitiatorGroupTargetAssociation
This cmdlet retrieves all pairs of associations between vSAN iSCSI targets and initiator groups, which have access to the corresponding targets.
This cmdlet associates the specified vSAN iSCSI initiator group with specified vSAN iSCSI target to provide access to the target.
This cmdlet removes the specified association of vSAN iSCSI initiator group and target.
VsanIscsiLun
This cmdlet retrieves the vSAN iSCSI LUNs from a cluster or target.
This cmdlet adds a new vSAN iSCSI LUN to a target.
This cmdlet removes vSAN iSCSI LUNs from their iSCSI targets.
This cmdlet modifies the specified vSAN iSCSI LUNs.
VsanIscsiTarget
This cmdlet retrieves vSAN iSCSI targets from clusters.
This cmdlet adds a new vSAN iSCSI target to a cluster.
This cmdlet removes vSAN iSCSI targets form their clusters.
This cmdlet modifies the settings of the specified vSAN iSCSI targets.