Data Domain:複寫頻寬和延遲選項

Summary: 在高頻寬、高延遲的網路上,複製效能可能會降低。本文說明如何計算頻寬延遲產物,並設定複寫選項以最佳化效能。

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.

Symptoms

  • 在高頻寬、高延遲的網路上進行複製的速度很慢
  • 高複寫延遲
  • 預設複寫設定未達到預期的輸送量

適用於:

  • 所有使用複寫的 Data Domain 系統

Cause

預設網路參數針對以下方面進行了優化:

  • 低延遲區域網路 (例如 <1 毫秒 RTT)
  • 中等 WAN 延遲(最高達 50–100 毫秒)

對於 高頻寬、高延遲的連結,預設設置未充分利用可用頻寬,因為返回確認需要更長的時間,從而限制輸送量。

Resolution

步驟 1:計算頻寬延遲積。

帶寬延遲乘積確定在返回確認之前可以傳輸多少數據。

式:

Bandwidth (Bytes/sec) × Delay (seconds) = Bandwidth-Delay Value

如果值超過 100,000 位元組,則調整複製選項可以提高性能。


步驟 2:測量頻寬

使用 iperf 在來源和目的地 Data Domain 系統上:

目的地 (伺服器模式):

# net iperf server

來源 (用戶端模式):

# net iperf client <destination IP> duration 30 interval 3 nodelay

將結果從 Mbits/秒轉換為位元組/秒:

Example: 4.92 Mbits/sec = (4,920,000 ÷ 8) = 615,000 Bytes/sec

步驟 3:測量延遲

使用 net ping 從來源 DD:

# net ping <destination IP> path-mtu do packet-size 1472 count 5

範例輸出:

time=173 ms → Delay = 0.173 seconds

步驟 4:運算頻寬延遲

615,000 Bytes/sec × 0.173 sec = 106,395 Bytes (~106 KB)

由於這超過 100,000,因此建議進行調整。


步驟 5:設定複寫選項。

停用複製:

# replication disable all
# replication status

等待狀態顯示 已中斷連線

設定頻寬:

# replication option set bandwidth 615000

設定延遲:

# replication option set delay 173

重新啟動檔案系統:

# filesys restart

重新啟用複寫:

# replication enable all

提示:將複製節流設置為 鏈路頻寬的 90–95% 以獲得最佳結果。


復消更改 |重設為預設值:

# replication disable all
# replication option reset bandwidth
# replication option reset delay
# filesys restart
# replication enable all

Additional Information

  • 請確定沒有使用中的 I/O,再重新啟動檔案系統。
  • 如果 ping 結果差異很大,請諮詢本地網路團隊。
  • 針對多個複製目標,請使用最高的計算值。

Affected Products

Data Domain

Products

Data Domain
Article Properties
Article Number: 000034141
Article Type: Solution
Last Modified: 25 Nov 2025
Version:  4
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.