My Tech Garbage
  • Home
  • Privacy Policy
  • Sitemap
  • Contact Us
My Tech Garbage

How to install DPM 2019 (Hyper-V backup)

  • Nebojsa Vujinovic
  • September 21, 2021

DPM 2019 is a new version of the Microsoft Hyper-V backup software. This article will walk you through the steps to install and configure it on your computer.

The install dpm 2019 step by step is a tutorial on how to install DPM 2019 (Hyper-V backup) from the command line.

We talked through the Nakivo backup solution, and I’ll also be doing a DPM 2019 series. We’ll start with installation, which has a lot of requirements and may be difficult.

Before we get started, let’s have a look at

This method can be automated, but if this is your first time, it isn’t a terrible idea to perform it manually to familiarize yourself with the process and components required.

Here are some sites if you need additional information.

https://docs.microsoft.com/en-us/system-center/dpm/prepare-environment-for-dpm?view=sc-dpm-2019

https://docs.microsoft.com/en-us/system-center/dpm/install-dpm?view=sc-dpm-2019

Prerequisites

DPM 2019 will be installed on a Hyper-V inside VM, and this DPM tutorial will focus on backing up Hyper-V VMs.

On Windows Server 2019 DTCNTR, DPM will be deployed under a domain (informatiker.local).

Backup2 will be the name of the VM on which DPM will be deployed.

DPM 2019

Download System Center 2019 here: https://www.microsoft.com/en-us/evalcenter/evaluate-system-center-2019

If you’re unfamiliar with System Center, it’s a collection of products, and we’ll be using Data Protection Manager in this tutorial.

How-to-install-DPM-2019-Hyper-V-backup

SQL

Aside from that, Installation of SQL is required. DPM will be the one to install SQL. I intended to utilize my current SQL installation in the lab, which is set to Always ON, however this isn’t possible.

For SGL, I’ll use the dpm admin account as the administrator account.

SQL

I have a SQL 2017 license, so I’ll be utilizing that — you can get SQL here: https://www.microsoft.com/en-us/evalcenter/evaluate-sql-server-2017-rtm

Using SQL 2019 should be OK as well.

SSMS

We will also need SQL SSMS in addition to SQL (18.9.1 is actual version at the time of writing this)

https://aka.ms/ssmsfullsetup

SQL Reporting Services is a set of tools that allows you to create

Finally, SQL Server 2017 Reporting Services must be downloaded.

https://www.microsoft.com/en-us/download/details.aspx?id=55252

Set SQL Server Agent service to Automatic start in Control Panel | Administrative Tools | Services after installing SQL (if you don’t, DPM installer can do it for you).

1632194727_267_How-to-install-DPM-2019-Hyper-V-backup

Only for a distinct SQL VM:

Make sure that inbound ports TCP 1433, 80, 443, and UDP 1434 are open if you have a different SQL installation on another VM.

Accounts for Users

For Windows login, sql logon, and DPM logon, I’ll use the same user – dpmadmin. Although it is not the greatest security practice, that account is the sole user on the domain and is only used on the one computer that hosts DPM.

In the domain, I established a distinct OU called DPM, which has three accounts.

dpm admin – DPM VM and DPM itself administrator

DPMSQL Agent – SQL Agent installation account

DPMsql DBEngine – SQL Database Engine account

1632194727_898_How-to-install-DPM-2019-Hyper-V-backup

Inside Windows Server 2019, dpm admin is also a local admin, which we will be installing.

1632194728_274_How-to-install-DPM-2019-Hyper-V-backup

System

The amount of RAM and CPU you need depends on what you intend to do with DPM and how much you plan to do with it. The disk configuration is the same.

In this configuration, I have a 250GB local drive that is not started or formatted.

1632194729_334_How-to-install-DPM-2019-Hyper-V-backup

Again, you must have a backup and disaster recovery strategy, as well as an understanding of how high your workloads are, how often you want to backup, and how long you must maintain backups. Then you can figure out how much bandwidth, storage space, and VM specifications you’ll need.

Roles and Features in Windows

We need to install Hyper-V Powershell from the Roles and Features area, which is found under Remote Server Administration Tools | Role Administration Tools | Hyper-V Management Tools | Select both Hyper-V Management Tools and Module for Windows Powershell.

1632194729_617_How-to-install-DPM-2019-Hyper-V-backup

If for some reason this does not work, you can instead execute the command in – Powershell to install the Hyper-V Powershell module (as Admin)

Enable-WindowsOptionalFeature -Online -FeatureName Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Management-PowerShell

It’s also a good idea to have both.NET 3.5 and.NET 4 installed.

1632194730_766_How-to-install-DPM-2019-Hyper-V-backup

SQL installation

Because SQL is a requirement for this one, we’ll go through the whole installation procedure. Because my Always ON SQL installation isn’t supported, I couldn’t utilize it. On the DPM VM, I’ll start a fresh SQL installation.

This SQL installation tutorial will vary from my usual SQL setups. (I’m going to skip a few displays that aren’t important.)

Click Run as Administrator to begin SQL setup.

Standalone SQL Server installation

1632194730_783_How-to-install-DPM-2019-Hyper-V-backup

I’ll choose Evaluation version | Next for this LAB.

1632194731_383_How-to-install-DPM-2019-Hyper-V-backup

I consent | Next

1632194732_880_How-to-install-DPM-2019-Hyper-V-backup

So far, everything has gone well | Next

1632194732_519_How-to-install-DPM-2019-Hyper-V-backup

I’ll just pick Database Engine Services and leave the rest alone. Next

1632194733_245_How-to-install-DPM-2019-Hyper-V-backup

I’m going to call my instance DPM (you may leave it at default or give it a another name…) | Next

1632194733_701_How-to-install-DPM-2019-Hyper-V-backup

I’m going to use the domain accounts we created previously for SQL Server Agent and Database Engine. Default Collation (SQL Latin1 General CP1 CI AS) will be used | Next

1632194734_50_How-to-install-DPM-2019-Hyper-V-backup

I’ll disable Windows authentication and create a SQL user for dpm admin. I’ll leave everything else to default. Next

1632194734_960_How-to-install-DPM-2019-Hyper-V-backup

Install

1632194735_251_How-to-install-DPM-2019-Hyper-V-backup

Success

1632194736_303_How-to-install-DPM-2019-Hyper-V-backup

SSMS should be installed.

I’m not going to go through the installation of SQL Server Management Studio in detail. I’ll simply leave it here on this screen. After the installation is complete, restart the server.

1632194736_809_How-to-install-DPM-2019-Hyper-V-backup

Management Studio has been set up.

1632194737_354_How-to-install-DPM-2019-Hyper-V-backup

SQL 2017 Reporting Services should be installed.

Last but not least, DPM will not install without this component.

Set up the Reporting Services

1632194738_771_How-to-install-DPM-2019-Hyper-V-backup

Next | Evaluation

1632194738_576_How-to-install-DPM-2019-Hyper-V-backup

I consent | Next

1632194739_485_How-to-install-DPM-2019-Hyper-V-backup

Only Reporting Services should be installed | Next

1632194739_368_How-to-install-DPM-2019-Hyper-V-backup

Install

1632194740_836_How-to-install-DPM-2019-Hyper-V-backup

…

1632194740_38_How-to-install-DPM-2019-Hyper-V-backup

Restart. In my instance, it didn’t work, thus I had to manually reset the VM.

1632194741_543_How-to-install-DPM-2019-Hyper-V-backup

Setup the Report Server

Start Report Server Configuration Manager once the reboot is complete.

1632194742_493_How-to-install-DPM-2019-Hyper-V-backup

Connect

1632194742_871_How-to-install-DPM-2019-Hyper-V-backup

Change Network Service | Apply under Service Account.

1632194743_408_How-to-install-DPM-2019-Hyper-V-backup

URL of a Web Service I’ll simply rename the virtual directory ReportServerDPM and leave everything else alone. |

1632194743_178_How-to-install-DPM-2019-Hyper-V-backup

Next, go to Database and choose Change Database.

1632194744_822_How-to-install-DPM-2019-Hyper-V-backup

Next, create a new report server database.

1632194745_65_How-to-install-DPM-2019-Hyper-V-backup

You’ll need to input your SQL path, which in my case is BACKUP2DPM. I kept the rest of the settings alone and clicked on Test Connection. After that, everything should be OK – go on to the next step.

1632194745_151_How-to-install-DPM-2019-Hyper-V-backup

Next, I named the database ReportServerDPM.

1632194746_871_How-to-install-DPM-2019-Hyper-V-backup

Next | Service Credentials

1632194747_389_How-to-install-DPM-2019-Hyper-V-backup

Next

1632194747_408_How-to-install-DPM-2019-Hyper-V-backup

Everything has been completed – now it’s time to wrap things up.

1632194748_853_How-to-install-DPM-2019-Hyper-V-backup

Okay, the database is complete.

1632194749_122_How-to-install-DPM-2019-Hyper-V-backup

ReportDPM | Apply | ReportDPM | ReportDPM | ReportDPM | ReportDPM | ReportDPM | Report

1632194749_540_How-to-install-DPM-2019-Hyper-V-backup

Finally, click Delete under Encryption Keys.

1632194750_445_How-to-install-DPM-2019-Hyper-V-backup

Yes

1632194750_520_How-to-install-DPM-2019-Hyper-V-backup

Reporting Services may now be closed.

We can see that the ReportServerDPM DB has been established in Management Studio.

1632194751_69_How-to-install-DPM-2019-Hyper-V-backup

There’s one more thing we need to accomplish before we leave the SQL world.

Check TCP/IP settings in SQL Configuration Manager.

TCP/IP must be turned on.

1632194751_811_How-to-install-DPM-2019-Hyper-V-backup

Let’s go to the DPM installation now.

Installation of Data Protection Manager

Finally, after pages and pages of material, we’ve arrived at the stage where we’ll install DPM.

DPM is typically extracted to a temporary folder on my C disk.

Right-click setup and choose “Run as Administrator.”

1632194752_759_How-to-install-DPM-2019-Hyper-V-backup

Select Data Protection Manager from the Install menu.

1632194752_428_How-to-install-DPM-2019-Hyper-V-backup

Read the License Agreement | Accept if you want to continue reading. If you decline, the installation is complete 🙂

1632194753_458_How-to-install-DPM-2019-Hyper-V-backup

Welcome to the DPM wizard from Microsoft | Next

1632194753_699_How-to-install-DPM-2019-Hyper-V-backup

Use stand-alone SQL (Always-ON, which I have set, does not function with DPM), and the username and pass fields were greyed out shortly after I provided my server name (Backup2) and sql instance name (DPM). Select Install and then Check.

If you receive the message “DPM needs TCPIP protocol to be enabled on the chosen SQL Server instance…”, you’re on the right track. Whether you’ve already enabled TCP/IP, check to see if TCP/IP under IP addresses has status enabled and Dynamic port is either 1433 or empty in SQL Server Configuration Manager. Also, make sure you’re not using SQL Express – it won’t work and will give you this message (at least in my experience).

1632194754_453_How-to-install-DPM-2019-Hyper-V-backup

…

1632194755_100_How-to-install-DPM-2019-Hyper-V-backup

…

1632194755_49_How-to-install-DPM-2019-Hyper-V-backup

I received one warning since I’m using the Evaluation version of SQL, which I’m aware of. If you use this scenario in production (which you shouldn’t; you should only use it for testing), be aware that when the evaluation period ends, everything comes to a halt.

Next

1632194756_894_How-to-install-DPM-2019-Hyper-V-backup

On the following page, enter your login, business name, and Product Key | then click Next.

1632194756_489_How-to-install-DPM-2019-Hyper-V-backup

On the next page, you’ll choose an installation location and see which disks are required | Next

1632194757_920_How-to-install-DPM-2019-Hyper-V-backup

Despite the fact that Windows Updates may be troublesome, I recommend opting-in | Next.

1632194757_67_How-to-install-DPM-2019-Hyper-V-backup

So, let’s get started.

1632194758_141_How-to-install-DPM-2019-Hyper-V-backup

Before you begin the installation, make sure you have an active network connection. The installer requires certain network shares, and if you haven’t setup your network up to this point, the installation will fail.

1632194759_316_How-to-install-DPM-2019-Hyper-V-backup

The installation is complete! We may now close this window.

1632194759_171_How-to-install-DPM-2019-Hyper-V-backup

These are the firewall exceptions generated by DPM.

1632194760_758_How-to-install-DPM-2019-Hyper-V-backup

There are two new DPM icons on the desktop. To test whether it works, we’ll launch Microsoft System Center Data Protection Manager.

1632194760_411_How-to-install-DPM-2019-Hyper-V-backup

Okay, it’s functional.

1632194761_681_How-to-install-DPM-2019-Hyper-V-backup

I’m not going to make this any longer since it’s already a big wall of text.

We’ll save the setup and backup testing for later.

Conclusion

It’s a lengthy setup with a lot of little tasks to do in order for DPM installation to function. There are ways to make this more automatic, but I believe this is a decent approach for someone who is doing this for the first time and has minimal expertise with DPM and System Center.

Disclaimer

The system center data protection manager 2019 download is a tool that allows you to backup your computer. This article will show how to install DPM 2019 on Hyper-V.

Related Tags

  • hyper-v backup and restore
  • hyper-v backup best practices
  • how to backup hyper-v virtual machines windows 10
  • dpm installation step by step
  • dpm 2019 sql requirements
Nebojsa Vujinovic
Nebojsa Vujinovic

Hi, my name is Nebojša, and I've been involved in digital marketing for over 15 years. I've written for various websites, covering a wide range of topics. I'm particularly interested in subjects like technology, gaming, app development, and I also have a passion for automobiles. Additionally, I work on SEO optimization. In my free time, I enjoy reading, walking, traveling and spending time with my wife and daughter.

Previous Article

Top 10 Pokevision Alternatives For Android & iOS Devices

  • Nebojsa Vujinovic
  • September 15, 2021
View Post
Next Article

One to Many Mapping Hibernate/JPA Using Spring Boot and MySQL

  • Nebojsa Vujinovic
  • September 21, 2021
View Post
Table of Contents
  1. Before we get started, let’s have a look at
  2. Prerequisites
  3. SQL installation
  4. SSMS should be installed.
  5. SQL 2017 Reporting Services should be installed.
  6. Setup the Report Server
  7. Installation of Data Protection Manager
  8. Conclusion
Featured
  • 1
    Microcurrent, Ultrasound, and Radiofrequency: Tech That’s Replacing the Knife
    • April 24, 2025
  • How AI Is Changing the Gambling Industry 2
    How AI Is Changing the Gambling Industry One Bet at a Time
    • April 11, 2025
  • 3
    Building Your Esports Brand – The People You Need on Your Team
    • April 9, 2025
  • 4
    How Singapore’s Urban Landscape Is Using Smart Tech to Improve Daily Life
    • April 5, 2025
  • 5
    How AI is Making Accountants Smarter – The Benefits You Didn’t Know About
    • March 30, 2025
Must Read
  • 1
    Win More, Spin Less: Slot Machine Winning Tactics
  • 2
    Cash into Crypto: A Comprehensive Manual on How to Purchase Cryptocurrency with Cash
  • 3
    How to NAT 2 Times With 2 Sophos XGS Firewall Devices To Public Web Server
Contact us

online@mytechgarbage.net

My Tech Garbage
  • Home
  • Privacy Policy
  • Sitemap
  • Contact Us

Input your search keywords and press Enter.