Tuesday, December 22, 2009

DPM and Tapes – Things to Consider

When designing a tape backup solution using DPM you should keep these concepts in mind:

1.  Make sure the tape drive and library are part of the MS support list.  http://technet.microsoft.com/en-us/dpm/cc678583.aspx

2.  DPM supports iSCSI tape drives.

3.  By default, if you don't change the tape or if you don't have enough space in the tape, the DPM backup process will fail in 60 minutes.  The default timeout  value is 60 minutes.  http://santhoshsivarajan.blogspot.com/2009/10/dpm-2007-and-tape-timeout.html

4.  By default, DPM has a 20% “free tape” threshold and is not configurable.

5.  DPM does not support static labels.  DPM uses an on-media identifier (OMID) to identify tapes.  The cleaning tapes barcode starts with “CLN”.   http://technet.microsoft.com/en-us/library/bb808923.aspx

6.  DPM does not support Write Once Read Many (WORM) tapes.

7.  For backup, DPM will start reserving from the highest numbered slot backwards.

8.  You can group recovery points of multiple protection groups on a single tape by enabling the Co-Location feature.  http://technet.microsoft.com/en-us/library/cc964296.aspx

9.  DPM supports encrypting data on tape for long-term protection.  http://technet.microsoft.com/en-us/library/bb808967.aspx

10.  You can use tape for both short-term and long-term protection of file and application data.

11.  DPM supports compressing data in protection groups on tape for long-term and short-term protection.  DPM does not support compression if encryption is enabled in Protection Group. 

12.  In DPM, you can back up data from a computer directly to tape.

13.  If your DPM server is installed on a Hyper-V server as a guest, It supports only disk backups. You cannot enable pass-through configuration for the tape library. 

14.  Make sure to select appropriate capacity tapes/drives

Tape type

Native Capacity

Compressed Capacity (2:1)

LTO-1

100 GB

200 GB

LTO-2

200 GB

400 GB

LTO-3

400 GB

800 GB

LTO-4

800 GB

1.6 TB

LTO-5

1.5 TB

3 TB

LTO-6

3.2 TB

6.4 TB

Also, here is a good article on “How DPM Uses Tape Libraries”-  http://technet.microsoft.com/en-us/library/ff653494.aspx

SS

Santhosh Sivarajan

Microsoft MVP · Identity & Cybersecurity Architect

Santhosh has 30+ years of hands-on enterprise experience in Identity and Access Management, Microsoft Entra ID, Active Directory, Microsoft 365 and Zero Trust architecture. He is the author of two books on Windows Server and security, and leads consulting, assessments and training at SAG Business Group.

1 comments:

Hi Santhosh, I found this list really useful, thanks. The only thing I wasn't sure about is point 2 and point 13 - mainly point 13. I thought that one of the advantges of using iSCSI tape was that you could back up from a virtual machine. I know that you can do this with VMware, do you know if it is possible with Hyper V?

Post a Comment

Popular Posts
Workstation Trust Relationship Issue Issue: You receive the following error message, when you try to login to the domain.  The security database on the server does not have ... ADMT Service Account - Permission and Configuration The ADMT service account needs to have proper permission in source and target domains.  You don’t need to use 2 separate accounts.  You can ... My First Peek into Microsoft Exchange 2010 By Santhosh Sivarajan Before I really dive into Exchange 2010, I thought I would install and play with it first. I took some screen shots and notes during the ins... ObjectSID and Active Directory What is an objectSID in Active Directory? When a new object is created in Active Directory, Domain Controller assigns a unique value used ... AD Group Report - List Group Members in Active Directory–PowerShell Script Updated Script - http://portal.sivarajan.com/2011/10/search-ad-collect-local-admin-group.html Script #1 This script... Add Users to a Group–PowerShell Script Purpose – Add users to a group from an input file – PowerShell V2 Script.  Input file – Input file (Users.csv) contains samAccountName in... User Account Migration and Merging – Part I (ADMT) Part I - User Account Migration and Merging Using ADMT Part II - User Account Migration and Merging Using QMM pre-creating user account ... User Account Migration and Merging – Part II (Quest Migration Manager) Part I - User Account Migration and Merging Using ADMT Part II - User Account Migration and Merging Using QMM Pre-creating user account in... Delete Stale or Inactive Computer Accounts from Active Directory Here is an easy way to identify and delete inactive or stale computers in an Active Directory environment.  Using the dsquery command you c... Converting PowerShell (PS1) to EXE / Standalone Application As we know, there many applications available to convert a PowerShell file to a standalone executable file.  Based on my experience, PowerSh...