Enable-Cluster
Storage
Spaces
Direct
Syntax
Enable-ClusterStorageSpacesDirect
[-PoolFriendlyName <String>]
[-Autoconfig <Boolean>]
[-CacheState <CacheStateType>]
[-CacheMetadataReserveBytes <UInt64>]
[-CachePageSizeKBytes <UInt32>]
[-SkipEligibilityChecks]
[-CimSession <CimSession[]>]
[-ThrottleLimit <Int32>]
[-AsJob]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Enable-ClusterStorageSpacesDirect
[-PoolFriendlyName <String>]
[-Autoconfig <Boolean>]
[-CacheState <CacheStateType>]
[-CacheMetadataReserveBytes <UInt64>]
[-CachePageSizeKBytes <UInt32>]
[-SkipEligibilityChecks]
-XML <String>
[-CimSession <CimSession[]>]
[-ThrottleLimit <Int32>]
[-AsJob]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Enable-ClusterStorageSpacesDirect
[-PoolFriendlyName <String>]
[-Autoconfig <Boolean>]
[-CacheState <CacheStateType>]
[-CacheMetadataReserveBytes <UInt64>]
[-CachePageSizeKBytes <UInt32>]
[-SkipEligibilityChecks]
-CacheDeviceModel <String[]>
[-CimSession <CimSession[]>]
[-ThrottleLimit <Int32>]
[-AsJob]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
The Enable-ClusterStorageSpacesDirect cmdlet enables highly available Storage Spaces that use directly attached storage Storage Spaces Direct (S2D) on a cluster.
Examples
Example 1: Enable Storage Spaces Direct
PS C:\> Enable-ClusterStorageSpacesDirect -Cluster "Contoso19-C2.production.contoso.com"
This command enables S2D on the cluster named Contoso19-C2.production.contoso.com.
Example 2: Enable Storage Spaces Direct by using the pipeline
PS C:\> Get-Cluster -Cluster "Contoso19-C2.production.contoso.com" | Enable-ClusterStorageSpacesDirect
This command gets the cluster named Contoso19-C2.production.contoso.com by using the Get-Cluster cmdlet. The command passes that cluster to the current cmdlet by using the pipeline operator. That cmdlet enables S2D on the cluster.
Required Parameters
Specifies a list of disk models that should be used by S2D cache. When this parameter is omitted the system will automatically determine which disks to use for the operation.
Type: | String[] |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies the XML file that contains the storage supported configuration information.
Type: | String |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Optional Parameters
Runs the cmdlet as a background job. Use this parameter to run commands that take a long time to complete.
The cmdlet immediately returns an object that represents the job and then displays the command prompt.
You can continue to work in the session while the job completes.
To manage the job, use the
*-Job
cmdlets.
To get the job results, use the
Receive-Job
cmdlet.
For more information about Windows PowerShell background jobs, see about_Jobs .
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Indicates that this cmdlet that the pool should be automatically created and configured. When a pool already exists before S2D is enabled the AutoConfig parameter becomes a no-op. AutoConfig is set to true by default. If you do not want the pool to be automatically created, but created manually, you should set AutoConfig to false.
Type: | Boolean |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Type: | UInt64 |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies the page size used by S2D cache. This parameter is useful to control the memory footprint used to manage the pages. To reduce the memory overhead on systems with considerably large amounts of storage the page size can be increased to 32 kilobytes (KB) or even 64 KB. The default value is 16 KB, which represents a good tradeoff on most systems.
Type: | UInt32 |
Parameter Sets: | 8, 16, 32, 64 |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies the S2D cache state. The acceptable values for this parameter are: Enabled or Disabled. The default value is Enabled.
Type: | CacheStateType |
Parameter Sets: | Disabled, Enabled |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session object, such as the output of a New-CimSession or Get-CimSession cmdlet. The default is the current session on the local computer.
Type: | CimSession[] |
Aliases: | Session |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies the friendly name of the S2D pool when it is created.
Type: | String |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Indicates that this cmdlet skips cache eligibility checks.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies the maximum number of concurrent operations that can be established to run the cmdlet.
If this parameter is omitted or a value of
0
is entered, then Windows PowerShell® calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer.
The throttle limit applies only to the current cmdlet, not to the session or to the computer.
Type: | Int32 |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |