Welcome to TechNet Blogs Sign in | Join | Help

Browse by Tags

All Tags » Maintenance & Troubleshooting   (RSS)

Enabling/Disabling co-location of data on Tape

With DPM 2007 Feature Pack (KB949779), we have added support for media co-location. With this feature, you can achieve better tape utilization by co-locating data from multiple protection groups with similar retention range. This feature is disabled by

Solving common DPM agent installation issues

This post is a summary of the most common support cases that we have been hearing so far in the area of DPM Protection Agent installation on a target server. We capture the following here in the excel sheet attached - common issues, why they fail, and

CLI Script: Auto re-running consistency checks

Some customers had non-DPM issues, like network issues because of which consistency check (CC) jobs failed too often. For the benefit of them, we have added a script that would re-try CC until it succeeds. Note: In some cases, CC would impact the protected

CLI Script: To recover a DPM replica volume from data stored in tape

When a disaster occurs, and you lose your replica volume for any datasource, you could re-seed the replica from the backed-up data you have in tape. This little script initializes replica from a tape recovery point. The parameters have to be customized

CLI Script: To remove all datasources in inactive protection state

This script removes all inactive datasources under a given DPM server. It provides options to remove inactive datasources on disk/tape/both. Save this as a .ps1 file and invoke it from inside the DPM Management Shell. Please contact us if you need any further assistance in running the script or face any issues. ---------------------- Start of Script --------------------------------- param([string] $DPMServerName, [string] $RemoveOption)

Troubleshooting tips for DPM 2007 - on the Windows Server Core blog

Hi folks, There are some great DPM troubleshooting articles on the Windows Server 2008 core blog ( http://blogs.technet.com/askcore ) - which is maintained by the Microsoft Enterprise Windows Server Core Team. Basic Troubleshooting of DPM 2007 Troubleshooting

DPM PowerShell Script -- invoking a Consistency Check

By design, DPM 2007 should be ‘ fire and forget ’ – meaning that after initial replication, data changes will automatically and routinely replicate.  However, due to a variety of external factors, the data set may become inconsistent. 

CLI Script: Run consistency check on invalid datasources

This script runs a consistency check job on all the protected datasources that are in the invalid state and tracks the set of jobs while giving progress on the screen. Save this script as a .ps1 file and run it. Usage and examples of scripts can be found
 
Page view tracker