NAME
Add-DcsDvaPoolDisk
SYNOPSIS
Uses the specified physical disk to increase Capacity Optimization storage available on the corresponding server.
SYNTAX
Add-DcsDvaPoolDisk -Server<String> [-DvaPool<String>] -Disk<Object> [-IsL2ARCDisk<Boolean>] [-Connection <String>] [-InformationAction <ActionPreference>] [-InformationVariable <String>] [<CommonParameters>]
DESCRIPTION
Uses the specified physical disk to increase Capacity Optimization storage available on the corresponding server.
PARAMETERS
- -Server<String>
- The Id of the server the Dva Pool Disk will be created on, extending Capacity Optimization storage.
-
- Required: true
- Position: named
- Default value:
- Accept pipeline input: false
- Accept wildcard characters: false
-
- -DvaPool<String>
- The Id of the Dva Pool that the physical disk will be inserted.
-
- Required: false
- Position: named
- Default value:
- Accept pipeline input: false
- Accept wildcard characters: false
-
- -Disk<Object>
- The Id of the physical disk that will be used to extend Capacity Optimization storage.
-
- Required: true
- Position: named
- Default value:
- Accept pipeline input: false
- -IsL2ARCDisk<Boolean>
- Indicates if the physical disk will be used as read performance booster, this may improve Capacity Optimization performance.
-
- Required: false
- Position: named
- Default value:
- Accept pipeline input: false
- -Connection<String>
- Alias of the connection to the server group. If not specified, the default connection will be used.
-
- Required: false
- Position: named
- Default value:
- Accept pipeline input: false
- Accept wildcard characters: false
- -InformationAction <ActionPreference>
-
- Required: false
- Position: named
- Default value:
- Accept pipeline input: false
- Accept wildcard characters: false
- -InformationVariable <String>
-
- Required: false
- Position: named
- Default value:
- Accept pipeline input: false
- Accept wildcard characters: false
- -<CommonParameters>
- This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216)
INPUTS
OUTPUTS
DvaPoolDiskData : Object that identifies and describes the DvaPool disk.
NOTES
EXAMPLES
Add-DcsDvaPoolDisk -Server SSVVM011 -Disk "{4d8e1dae-98d4-4797-a235-1305982d4afe}"
Adds the disk to the capacity optimization pool in SSVVM011 server.
DvaPoolId | : | b775b652-b244-44e0-9076-4cbd86814129 |
ServerId | : | 39A178A9-E133-4574-BA23-D65426ADD5D2 |
DvaPoolDeviceId | : | 01e71176-d8be-45ca-ba9a-9ea2adca521e |
IsL2ARCDisk | : | False |
IsSpecialMirrorDisk | : | False |
DvaDiskResilveringStatus | : | None |
Sequencenumber | : | 258 |
Id | : | f5f249f4-0a0b-4c48-b949-7f6a753f2001 |
Caption | : | |
ExtendedCaption | : | |
Internal | : | False |
Add-DcsDvaPoolDisk -Server SSVVM011 -Disk "{4d8e1dae-98d4-4797-a235-1305982d4afe}"- IsL2ARCDisk $true
Adds the disk to the capacity optimization pool in SSVVM011 server.
DvaPoolId | : | b775b652-b244-44e0-9076-4cbd86814129 |
ServerId | : | 39A178A9-E133-4574-BA23-D65426ADD5D2 |
DvaPoolDeviceId | : | ffc11bfc-e5a8-46bc-b12d-b7d990539125 |
IsL2ARCDisk | : | True |
IsSpecialMirrorDisk | : | False |
DvaDiskResilveringStatus | : | None |
Sequencenumber | : | 64922 |
Id | : | 06d5cee2-3875-4e34-9f53-52db243e7c1c |
Caption | : | |
ExtendedCaption | : | |
Internal | : | False |