NAME
Set-DcsSnapshotMapStore
SYNOPSIS
Sets or changes the pool used for the snapshot mapstore.
SYNTAX
Set-DcsSnapshotMapStore [-Pool] <Object> [[-Server] <String>] [-Connection <String>] [-PipelineVariable <String>] [<CommonParameters>]
Set-DcsSnapshotMapStore -ResetPool [-Server] <String> [-Connection <String>] [-PipelineVariable <String>][<CommonParameters>]
DESCRIPTION
Sets or changes the pool used for the snapshot mapstore.
PARAMETERS
- -Pool<Object>
- DiskPoolData object, name, or ID that identifies the pool to use for the mapstore. To uniquely identify a pool by name, the server must be specified.
-
- Required: true
- Position: 1
- Default value:
- Accept pipeline input: true (ByValue)
- Accept wildcard characters: false
-
- -Server<String>
- Computer name or ID of the server. The computer name must be unique or the name must be fully qualified.
-
- Required: false
- Position: 2
- Default value:
- Accept pipeline input: false
- Accept wildcard characters: false
- -ResetPool
- Specify this parameter to reset the selected pool back to unset.
-
- Required: true
- Position: named
- Default value:
- Accept pipeline input: false
- Accept wildcard characters: 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
-
- -PipelineVariable<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
DiskPoolData : Object that identifies and describes the pool.
OUTPUTS
ServerHostData : Object that identifies and describes the server.
NOTES
The mapstore setting cannot be removed after setting it, the mapstore can only be changed. Also see Get-DcsSnapshotMapStore.
EXAMPLES
Set-DcsSnapshotMapStore -Pool "SSV1 SSD Pool 1" -Server SSV1
The mapstore on server SSV1 is set to be created from the pool named "SSV1 SSD Pool 1".
| GroupId | : | ab80f617-b7d3-423f-90f5-e1230a010717 |
| RegionNodeId | : | ExecutiveNode:85E9B8DB-2254-40BA-B8EF-8CFF9CBF8B3F |
| KmipEndpointId | : | |
| CacheSize | : | 0 B |
| State | : | Online |
| SupportState | : | Idle |
| SnapshotMapStoreId | : | |
| SnapshotMapStorePoolId | : | 85E9B8DB-2254-40BA-B8EF-8CFF9CBF8B3F:{49207fa1-f053-11ee-842e-00155d16a467} |
| InstallPath | : | C:\\Program Files\\DataCore\\SANsymphony |
| ProductName | : | DataCore SANsymphony |
| ProductType | : | Standard |
| ProductVersion | : | 10.0 PSP 18 |
| OsVersion | : | Microsoft Windows Server 2016 Standard, Build 14393 |
| ProcessorInfo | : | DataCore.Executive.ProcessorInformation |
| ProductBuild | : | 15.0.1800.43258 |
| BuildType | : | Release |
| DiagnosticMode | : | Enabled |
| LicenseRemaining | : | 14777929805710 |
| ReplicationBufferFolder | : | |
| TotalSystemMemory | : | 4.00 GiB |
| AvailableSystemMemory | : | 1.23 GiB |
| LogStatus | : | Operational |
| LicenseSettings | : | DataCore.Executive.LicenseSettings |
| IsLicensed | : | False |
| LicenseExceeded | : | False |
| StorageUsed | : | 60 GiB |
| BulkStorageUsed | : | 0 B |
| DataCoreStorageUsed | : | 0 B |
| DataCoreBulkStorageUsed | : | 0 B |
| PowerState | : | ACOnline |
| CacheState | : | WritebackGlobal |
| BackupStorageFolder | : | |
| IpAddresses | : | {10.151.0.92, fe80::44da:e939:b63e:883, 169.254.224.2, fe80::482:d642:c9d8:e002...} |
| Licensenumber | : | 2478387379749918812 |
| MaxPollerThreadsConfig | : | 12 |
| AluaGroupId | : | 1 |
| IsVirtualMachine | : | True |
| IsAzureVirtualMachine | : | False |
| IsPayGo | : | False |
| HypervisorHostId | : | |
| LogStorePoolId | : | |
| DefaultSnapshotPoolId | : | 85E9B8DB-2254-40BA-B8EF-8CFF9CBF8B3F:{49207fa1-f053-11ee-842e-00155d16a467} |
| ConfigurationInfo | : | DataCore.Executive.ConfigurationInfoData |
| OutOfCompliance | : | False |
| NextExpirationDate | : | 1/1/0001 12:00:00 AM |
| DeduplicationPoolId | : | |
| CdpMaxHistoryLogSizeGiB | : | 10240 |
| SeqMaxHistoryLogSizeGiB | : | 10240 |
| IsTcLoaded | : | False |
| IldcConfigurationData | : | DataCore.Executive.IldcConfigurationData |
| Description | : | |
| HostName | : | SSV1 |
| MpioCapable | : | True |
| Sequencenumber | : | 12919 |
| Id | : | 85E9B8DB-2254-40BA-B8EF-8CFF9CBF8B3F |
| Caption | : | SSV1 |
| ExtendedCaption | : | SSV1 in Server Group |
| Internal | : | False |
$pool = Get-DcsPool -Server SSV1 Set-DcsSnapshotMapStore -Pool $pool[0]
The cmdlet Get-DcsPool is invoked to obtain all DiskPoolData objects for server SSV1 and the data is stored in the variable named $pool. The cmdlet Set-DcsSnapshotMapstore is invoked with the first DiskPoolData object in the variable named $pool being assigned as the location of the MapStore for server SSV1.
| GroupId | : | ab80f617-b7d3-423f-90f5-e1230a010717 |
| RegionNodeId | : | ExecutiveNode:85E9B8DB-2254-40BA-B8EF-8CFF9CBF8B3F |
| KmipEndpointId | : | |
| CacheSize | : | 0 B |
| State | : | Online |
| SupportState | : | Idle |
| SnapshotMapStoreId | : | |
| SnapshotMapStorePoolId | : | 85E9B8DB-2254-40BA-B8EF-8CFF9CBF8B3F:{49207fa1-f053-11ee-842e-00155d16a467} |
| InstallPath | : | C:\\Program Files\\DataCore\\SANsymphony |
| ProductName | : | DataCore SANsymphony |
| ProductType | : | Standard |
| ProductVersion | : | 10.0 PSP 18 |
| OsVersion | : | Microsoft Windows Server 2016 Standard, Build 14393 |
| ProcessorInfo | : | DataCore.Executive.ProcessorInformation |
| ProductBuild | : | 15.0.1800.43258 |
| BuildType | : | Release |
| DiagnosticMode | : | Enabled |
| LicenseRemaining | : | 14777929805710 |
| ReplicationBufferFolder | : | |
| TotalSystemMemory | : | 4.00 GiB |
| AvailableSystemMemory | : | 1.23 GiB |
| LogStatus | : | Operational |
| LicenseSettings | : | DataCore.Executive.LicenseSettings |
| IsLicensed | : | False |
| LicenseExceeded | : | False |
| StorageUsed | : | 60 GiB |
| BulkStorageUsed | : | 0 B |
| DataCoreStorageUsed | : | 0 B |
| DataCoreBulkStorageUsed | : | 0 B |
| PowerState | : | ACOnline |
| CacheState | : | WritebackGlobal |
| BackupStorageFolder | : | |
| IpAddresses | : | {10.151.0.92, fe80::44da:e939:b63e:883, 169.254.224.2, fe80::482:d642:c9d8:e002...} |
| Licensenumber | : | 2478387379749918812 |
| MaxPollerThreadsConfig | : | 12 |
| AluaGroupId | : | 1 |
| IsVirtualMachine | : | True |
| IsAzureVirtualMachine | : | False |
| IsPayGo | : | False |
| HypervisorHostId | : | |
| LogStorePoolId | : | |
| DefaultSnapshotPoolId | : | 85E9B8DB-2254-40BA-B8EF-8CFF9CBF8B3F:{49207fa1-f053-11ee-842e-00155d16a467} |
| ConfigurationInfo | : | DataCore.Executive.ConfigurationInfoData |
| OutOfCompliance | : | False |
| NextExpirationDate | : | 1/1/0001 12:00:00 AM |
| DeduplicationPoolId | : | |
| CdpMaxHistoryLogSizeGiB | : | 10240 |
| SeqMaxHistoryLogSizeGiB | : | 10240 |
| IsTcLoaded | : | False |
| IldcConfigurationData | : | DataCore.Executive.IldcConfigurationData |
| Description | : | |
| HostName | : | SSV1 |
| MpioCapable | : | True |
| Sequencenumber | : | 12919 |
| Id | : | 85E9B8DB-2254-40BA-B8EF-8CFF9CBF8B3F |
| Caption | : | SSV1 |
| ExtendedCaption | : | SSV1 in Server Group |
| Internal | : | False |