Quantcast
Channel: Data Protection Manager - Exchange protection forum
Viewing all articles
Browse latest Browse all 442

Unable to delete the Recovery Points for DAG Backup in DPM 2010

$
0
0

Hi All,

I am expecting your reply mail.

I have gone through the articles and i found the solution to delete the recovery point manually.

I followed the below steps and I am able to remove the recovery points without any issue. but, removed recovery points is not removed from console. I double checked the same and tried twice.

Get-ProtectionGroup -DPMServerName tcsjndpm01
$pg=Get-ProtectionGroup -DPMServerName tcsjndpm01
$pg

$ds=Get-Datasource -ProtectionGroup $pg[4]
$ds
$rp=Get-RecoveryPoint -Datasource $ds[0]
$rp
Remove-RecoveryPoint $rp[0]
$rp
$rp=Get-RecoveryPoint -Datasource $ds[0]
$rp  

Just wanted to know, whether recovery point deletion will take time remove it from console.


Viewing all articles
Browse latest Browse all 442

Trending Articles