Data Protection Central: How to Install the Data Protection Central operating system update
Summary: This article provides instructions of how to download and install the Data Protection Central (DPC) operating system update.
Symptoms
The purpose of this article is to provide instructions for users to download and install the latest Data Protection Central operating system Update on Data Protection Central systems installed using DPC OVA deployment. DPC systems that are installed without use of the DPC OVA, are not updated by the DPC operating system update procedure.
Dell creates and distributes the Data Protection Central operating system update. These DPC operating system Updates contain security patches from third-party components for the Data Protection Central system. See the latest Dell Security Advisory (DSA) under the advisories section of the Data Protection Central Support pages (Data Protection Central Advisories Page).
- Log in to the DPC using SSH or PuTTY as admin user and
su -to root user, then run the following command:
rpm -qa |grep ova If you get output like the following, showing msm-ova then it was deployed via OVA. msm-ova-boot-19.5.0-8_1.x86_64
Cause
Resolution
This procedure describes how to install the Data Protection Central operating system Update on Data Protection Central servers.
This update is only for OVA deployments of Data Protection Central.
Perform the periodically released Data Protection Central operating system update to ensure that operating system patches and security updates are applied.
Procedure
- Log in to the DPC using SSH or PuTTY as admin user and
su -to root user, then do the following steps.- Stop the DPC firewall (to allow copying of the update file):
service SuSEfirewall2 stop
- Copy the Data Protection Central operating system Update file to a temporary location (
/tmp or /var/tmp) on the Data Protection Central system. - Start the DPC firewall:
service SuSEfirewall2 start
- To initiate the update, type the following command:
java -jar dpc-osupdate-{buildnumber}.jar
For example:
java -jar dpc-osupdate-1.1.22-1.jar
- Allow the update to reboot the Data Protection Central system.
- When the reboot is complete, access the Data Protection Central system as in Step 1.
- Verify that the contents of the DPC operating system Update version file shows the correct OS update version:
cat /etc/dpc-osupdates
#Created by OS upgrade. Do not modify
#Tue Apr 29 13:55:53 EDT 2025
version=1.1.22-1
buildDateTime=2025-03-27 09:55:59UTC
installDateTime=2025-04-29 13:55:53EDT
name=dpc-osupdates
- Verify that all Data Protection Central services have started:
/usr/local/dpc/bin/dpc status
Version: 19.12.0-2
msm-ui-main: active
msm-monitor: active
msm-elg: active
mongod: active
rabbitmq-server: active
nginx: active
dpc-sso: active
Additional Information
Instructions for downloading the Data Protection Central operating system Update to Data Protection Central systems.
- Access the Data Protection Central downloads area on the Dell Support website.
- Locate the latest Data Protection Central operating system Update.
- Click the hyperlink to begin the download process.
- Once the download is complete, move the Data Protection Central operating system Update file to the Data Protection Central system.
- Proceed with the installation instructions from the Resolution section of this KB article.