Set-VMHostProfileStorageDeviceConfiguration
This cmdlet modifies the storage device configuration for the given host profile.
Syntax
[-ConfigInfo <String>]
[-DeviceStateOn <Boolean>]
[-IsPerenniallyReserved <Boolean>]
[-IsSharedClusterwide <Boolean>]
[-NumReqOutstanding <Int32>]
[-PspName <String>]
[-QueueFullSampleSize <Int32>]
[-QueueFullThreshold <Int32>]
[-Server <VIServer[]>]
[CommonParameters]
Parameters
Required | Parameter Name | Type | Position | Features | Description |
---|---|---|---|---|---|
required |
|
VMHostProfileStorageDeviceConfiguration[] | named |
|
Specifies the configuration that you want to modify. | optional |
|
String | named |
|
Speicifies configuration information for the device. | optional |
|
Boolean | named |
|
Specifies if the device state is switched On. | optional |
|
Boolean | named |
|
Specifies if the device is perennially reserved. | optional |
|
Boolean | named |
|
Specifies if the device is shared clusterwide. | optional |
|
Int32 | named |
|
Specifies the maximum number of outstanding disk requests. | optional |
|
String | named |
|
Specifies the path selection plug-in name. | optional |
|
Int32 | named |
|
Specifies the queue full sample size value. | optional |
|
Int32 | named |
|
Specifies the queue full threshhold value. | optional |
|
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 the Connect-VIServer cmdlet. |
Output
VMware.VimAutomation.ViCore.Types.V1.Host.Profile.VMHostProfileStorageDeviceConfiguration[]
Examples
Example 1
Modifies the storage device configuration by setting the DeviceStateOn to true and QueueFullSampleSize to zero for device name mpx.vmhba1:C0:T5:L0 in the host profile named Host_Profile.
Related Commands
VMHost
VMHostAccount
VMHostAdvancedConfiguration
VMHostAuthentication
VMHostAvailableTimeZone
VMHostDiagnosticPartition
VMHostDisk
VMHostDiskPartition
VMHostFirewallDefaultPolicy
VMHostFirewallException
VMHostFirmware
VMHostHardware
VMHostHba
VMHostModule
VMHostNetwork
VMHostNetworkAdapter
VMHostNetworkStack
VMHostNtpServer
VMHostPatch
VMHostPciDevice
VMHostProfile
VMHostProfileCompliance
VMHostProfileImageCacheConfiguration
VMHostProfileRequiredInput
VMHostProfileStorageDeviceConfiguration
VMHostProfileUserConfiguration
VMHostProfileVmPortGroupConfiguration
VMHostRoute
VMHostService
VMHostSnmp
VMHostStartPolicy
VMHostStorage