Stop-DPMManualReplicaCreation
Unmounts a replica VHD after manual data copy.
Syntax
Default (Default)
Stop-DPMManualReplicaCreation
[-Datasource] <Datasource>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
The Stop-DPMManualReplicaCreation cmdlet signals that manual data copy on a replica virtual hard disk (VHD) is complete. It unmounts the replica VHD. To start the scheduled backups, a consistency check needs to be triggered for the current data source.
Examples
Example 1: Complete manual replica creation of a protected data source
PS C:\>$pg = Get-DPMProtectionGroup -DPMServerName "TestingServer"
PS C:\> $ds = Get-DPMDatasource -ProtectionGroup $pg
PS C:\> Stop-DPMManualReplicaCreation -Datasource $ds
The first command uses the Get-DPMProtectionGroup cmdlet to get the protection groups on the System Center 2019 - Data Protection Manager (DPM) server named TestingServer. It stores them in the $pg variable.
The second command uses the Get-DPMDatasource cmdlet to get the data sources protected in the protection group $pg, assuming there is only one protection group. It stores them in the $ds variable.
The third command unmounts the replica VHD for this data source. The DPM administrator has to manually trigger a consistency check job on the data source to enable scheduled backup jobs to start.
Parameters
-Confirm
Prompts you for confirmation before running the cmdlet.
Parameter properties
Type: | SwitchParameter |
Default value: | False |
Supports wildcards: | False |
DontShow: | False |
Aliases: | cf |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-Datasource
Specifies the data source for which manual data copy is complete.
Parameter properties
Type: | Datasource |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 1 |
Mandatory: | True |
Value from pipeline: | True |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Parameter properties
Type: | SwitchParameter |
Default value: | False |
Supports wildcards: | False |
DontShow: | False |
Aliases: | wi |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.