Set-VsanIscsiLun Command | Vmware PowerCLI Reference

Set-VsanIscsiLun

This cmdlet modifies the specified vSAN iSCSI LUNs.

Syntax

Set-VsanIscsiLun
-Lun < VsanIscsiLun[] >
[-CapacityGB < Decimal > ]
[-IsOnline < Boolean > ]
[-LunId < Int32 > ]
[-Name < String > ]
[-RunAsync ]
[-Server < VIServer[] > ]
[-StoragePolicy < SpbmStoragePolicy > ]
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
required
Lun VsanIscsiLun[] named
  • pipeline
Specifies the vSAN iSCSI LUNs you want to modify.
optional CapacityGB Decimal named
Specifies the new capacity of the vSAN iSCSI LUN in gigabytes (GB). The LUN size can only increase. This operation is possible only when the LUN is in offline state.
optional IsOnline Boolean named
Puts the iSCSI LUN in offline or online state.
optional LunId Int32 named
Specifies the new LUN ID of the iSCSI LUN. The value must be in the range from 0 to 255. The LUN ID can be changed only when the LUN is in offline state.
optional Name String named
Specifies the new name of the vSAN iSCSI LUN.
optional RunAsync SwitchParameter named
Indicates that the command returns immediately without waiting for the task to complete. In this mode, the output of the cmdlet is a Task object. For more information about the RunAsync parameter run "help About_RunAsync" in the VMware PowerCLI console.
optional Server VIServer[] named
  • wildcards
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 StoragePolicy SpbmStoragePolicy named
  • wildcards
Specifies the storage policy associated with the vSAN iSCSI LUN.

Output

VMware.VimAutomation.Storage.Types.V1.Vsan.Iscsi.VsanIscsiLun

Examples

Example 1

Set-VsanIscsiLun -Lun $lun -CapacityGB 3

Increases the capacity of the $lun iSCSI LUN to 3 GB.

Example 2

Set-VsanIscsiLun -Lun $lun -IsOnline $false

Puts the $lun iSCSI LUN in offline state.

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.