I was backuping data on an 1Gb hard drive with DPM 2010. This disk died but I replace it with another 1Gb hard drive.
But I don't find how to recreate data structure on this new drive from previous protection group.
Protection group were red. I delete the disk in "administration > disks", now protection group are green but they don't save data and I can't see any menu to change the disk destination.
how to do ?
thanks
The previous answer is nice when you have previous disk which is working and want to migrate on another and copy previous replica.
In the case you want to replace a failed hard disk I found a command to do that.
First, add the new disk to storage pool in administration tab and then remove the failed drive.
then start powershell dpm command and type :
This will recreate replica on the new drive of the storage pool.
hope it help some.
You will need to use the MigrateDatasourceDataFromDPM.ps1 PowerShell command in the DPM shell. More details on the command are available on Techent - http://technet.microsoft.com/en-us/library/ff399384.aspx
The command would be similar to this:
However, I would first run get-dpmdisk -dpmservername myserver to determine which disks you are going to use. For example, first disk listed would be $disk[0] in the above command, and the third disk would be $disk[2].
I believe this will work:
DPM Disk(s) should be redundant; DPM's D2D backup wasn't designed for very small environments where you have a single non-redundant disk.