PowerProtect Data Manager (PPDM):如何在 PPDM Linux 部署系統上安裝 PPCP
Summary: 本文提供在 Linux 型部署系統中安裝 PowerProtect Data Manager (PPDM) 支援工具 (PPCP) 的程序。
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
若為在 Linux 型部署中執行的 PPDM,軟體會在容器環境中執行。因此,需要執行幾個步驟才能執行 PowerProtect 命令列工具 (PPCP)。
Dell 支援工程師提供 PPCP (ppcp.zip),視需要提供 PPDM 伺服器的支援工具。
以下是將 PPCP 工具上傳至 PPDM 容器的程序:
- 上傳
ppcp.zip到Linux環境。客戶可以使用安全檔案傳輸通訊協定 (SFTP) 或安全複製通訊協定 (SCP) 將檔案傳輸到 Linux 系統。
在此範例中,ppcp.zip檔案會上傳至 Linux/tmp目錄:suse-ppdm:~ # ls -la /tmp/ppcp.zip -rw-r--r-- 1 root root 6798651 Dec 30 09:37 /tmp/ppcp.zip suse-ppdm:~ # - 在 Linux 系統中,使用以下命令找出內部 IP 位址:
ip addr
例如,在此實驗室環境中,Linux 內部 IP 位址為172.24.0.193: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 # - 使用下列命令存取 PPDM 核心殼層:
sudo ppdmadmin shell -c core - 使用
scp將檔案從 Linux 複製到 PPDM 容器的命令:scp root@<Linux internal IP address>:<path to the file> <local path to the file>
可使用ppcp.zip可在 PPDM 容器中使用: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:~> - 解壓縮檔案,並將執行權限新增至檔案:
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:~> - PPCP 已準備就緒,可供使用。
- 如果 Dell 支援需要檔案進行檢閱,例如已收集 PPDM 內部資料庫 (ESDB) 備份:
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:~>
使用scp命令,將檔案從 PPDM 容器複製到 Linux 系統:scp <local path to the file> root@<Linux internal IP address>:<path to the file>
例如,ESDB 備份會複製到 Linux/tmp目錄: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:~> - 此檔案可在 Linux 中取得
/tmp目錄。
例如: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
不允許從 Linux 系統到 PPDM 容器的 SCP。
PPDM 內部 IP 位址為 172.24.0.200:
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:~>
不允許從 Linux 到 PPDM 的 SCP:
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.