PowerProtect Data Manager (PPDM): So installieren Sie PPCP auf PPDM-Linux-Bereitstellungssystemen
Summary: Dieser Artikel enthält ein Verfahren zum Installieren der PowerProtect Data Manager (PPDM) Support Tools (PPCP) in Linux-basierten Bereitstellungssystemen.
This article applies to
This article does not apply to
This article is not tied to any specific product.
Not all product versions are identified in this article.
Instructions
Für PPDM, das in Linux-basierten Bereitstellungen ausgeführt wird, wird die Software in einer Containerumgebung ausgeführt. Daher sind einige Schritte erforderlich, um das PowerProtect-Befehlszeilentool (PPCP) auszuführen.
Der Dell Supporttechniker stellt PPCP (ppcp.zip), ein Support-Tool für PPDM-Server, falls erforderlich.
Hier ist das Verfahren zum Hochladen des PPCP-Tools in den PPDM-Container:
- Laden Sie die
ppcp.zipin die Linux-Umgebung. Kunden können Secure File Transfer Protocol (SFTP) oder Secure Copy Protocol (SCP) verwenden, um die Datei auf das Linux-System zu übertragen.
In diesem Beispiel ist dieppcp.zipDatei wird auf das Linux-Verzeichnis hochgeladen/tmpVerzeichnis:suse-ppdm:~ # ls -la /tmp/ppcp.zip -rw-r--r-- 1 root root 6798651 Dec 30 09:37 /tmp/ppcp.zip suse-ppdm:~ # - Suchen Sie im Linux-System die interne IP-Adresse mit dem Befehl:
ip addr
In dieser Übungsumgebung lautet die interne Linux-IP-Adresse beispielsweise172.24.0.193aus:suse-ppdm:/tmp # ip addr show dev brpp0 5: brpp0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000 link/ether c6:78:fc:ef:28:cc brd ff:ff:ff:ff:ff:ff inet 172.24.0.193/26 brd 172.24.0.255 scope global brpp0 valid_lft forever preferred_lft forever inet6 fe80::c478:fcff:feef:28cc/64 scope link proto kernel_ll valid_lft forever preferred_lft forever suse-ppdm:/tmp # - Zugriff auf die PPDM-Core-Shell mit dem Befehl:
sudo ppdmadmin shell -c core - Verwenden Sie den Befehl
scpBefehl zum Kopieren der Datei vom Linux- in den PPDM-Container:scp root@<Linux internal IP address>:<path to the file> <local path to the file>
Die Spalteppcp.zipwird im PPDM-Container verfügbar:admin@ppdm-core:~> scp root@172.24.0.193:/tmp/ppcp.zip /home/admin/ Password: ppcp.zip 100% 6639KB 318.6MB/s 00:00 admin@ppdm-core:~> ls -la total 6660 drwxr-x--- 5 admin app 212 Dec 30 03:55 . drwxr-xr-x 8 root root 98 Dec 29 07:30 .. -rwxr-x--- 1 admin app 155 Dec 29 07:30 .aaa-client.properties -rw------- 1 admin admin 996 Dec 30 03:55 .bash_history -rwxr-xr-x 1 admin admin 629 Dec 29 07:30 .bash_profile -rwxr-xr-x 1 admin admin 629 Dec 29 07:30 .bashrc drwxr-xr-x 3 admin admin 17 Dec 29 07:39 .cache drwxr-xr-x 3 admin admin 28 Dec 29 07:31 .config -r-------- 1 admin admin 20 Dec 30 00:00 .erlang.cookie -rw-r--r-- 1 admin admin 6798651 Dec 30 03:55 ppcp.zip drwx------ 2 admin admin 108 Dec 30 03:47 .ssh admin@ppdm-core:~> - Extrahieren Sie die Datei und fügen Sie der Datei die Ausführungsberechtigung hinzu:
admin@ppdm-core:~> unzip ppcp.zip Archive: ppcp.zip inflating: README.txt inflating: ppcp.sha256sum inflating: ppcp admin@ppdm-core:~> chmod 755 ppcp admin@ppdm-core:~> ls -la total 27952 drwxr-x--- 5 admin app 276 Dec 30 04:01 . drwxr-xr-x 8 root root 98 Dec 29 07:30 .. -rwxr-x--- 1 admin app 155 Dec 29 07:30 .aaa-client.properties -rw------- 1 admin admin 996 Dec 30 03:55 .bash_history -rwxr-xr-x 1 admin admin 629 Dec 29 07:30 .bash_profile -rwxr-xr-x 1 admin admin 629 Dec 29 07:30 .bashrc drwxr-xr-x 3 admin admin 17 Dec 29 07:39 .cache drwxr-xr-x 3 admin admin 28 Dec 29 07:31 .config -r-------- 1 admin admin 20 Dec 30 00:00 .erlang.cookie -rwxr-xr-x 1 admin admin 21794816 Jul 31 2023 ppcp -rw------- 1 admin admin 71 Jul 31 2023 ppcp.sha256sum -rw-r--r-- 1 admin admin 6798651 Dec 30 04:01 ppcp.zip -rw------- 1 admin admin 1068 Jul 31 2023 README.txt drwx------ 2 admin admin 108 Dec 30 03:47 .ssh admin@ppdm-core:~> - Das PPCP kann jetzt verwendet werden.
- Wenn der Dell Support eine Datei zur Überprüfung benötigt, z. B. wenn ein Backup der internen PPDM-Datenbank (ESDB) erfasst wird:
admin@ppdm-core:~> ./ppcp es backup =========================================================== PPCP : 0.43 PPDM : 19.22.0-16 Date : 30 Dec 2025 04:04 UTC =========================================================== Checking if PPCP repository exists NO PPCP repository found,creating a new one Created Repository PPCP repository found Deleting older snapshots Removing older bz2 file Creating Snapshot Snapshot Created State SUCCESS Creating tar file Updating TAR with Hostname/IP information Elastic Search Snapshot File : /data01/serverdr_staging/ppcp_snapshot_2025-12-30_04-04-31.tar.bz2 Deleting PPCP snapshot admin@ppdm-core:~>
Verwenden Sie den BefehlscpBefehl zum Kopieren der Datei aus dem PPDM-Container auf das Linux-System:scp <local path to the file> root@<Linux internal IP address>:<path to the file>
Beispiel: Das ESDB-Backup wird auf das Linux-Verzeichnis kopiert/tmpVerzeichnis:admin@ppdm-core:~> scp /data01/serverdr_staging/ppcp_snapshot_2025-12-30_04-04-31.tar.bz2 root@172.24.0.193:/tmp/ Password: ppcp_snapshot_2025-12-30_04-04-31.tar.bz2 100% 7880KB 16.6MB/s 00:00 admin@ppdm-core:~> - Die Datei ist unter Linux verfügbar
/tmp.
Zum Beispiel:suse-ppdm:~ # ls -la /tmp/ppcp_snapshot_2025-12-30_04-04-31.tar.bz2 -rw-r--r-- 1 root root 8069120 Dec 30 12:05 /tmp/ppcp_snapshot_2025-12-30_04-04-31.tar.bz2 suse-ppdm:~ #
Additional Information
SCP vom Linux-System zum PPDM-Container ist nicht zulässig.
Die interne PPDM-IP-Adresse lautet 172.24.0.200aus:
admin@ppdm-core:~> ip addr show dev eth0
2: eth0@if6: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 42:bd:58:dd:a2:5c brd ff:ff:ff:ff:ff:ff link-netnsid 0
inet 172.24.0.200/26 brd 172.24.0.255 scope global eth0
valid_lft forever preferred_lft forever
inet6 fe80::40bd:58ff:fedd:a25c/64 scope link
valid_lft forever preferred_lft forever
admin@ppdm-core:~>
SCP von Linux zum PPDM ist nicht zulässig:
suse-ppdm:~ # scp /tmp/ppcp.zip admin@172.24.0.200:/home/admin
ssh: connect to host 172.24.0.200 port 22: Connection refused
scp: Connection closed
suse-ppdm:~ # Article Properties
Article Number: 000409781
Article Type: How To
Last Modified: 09 Jan 2026
Version: 2
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.