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/sec 转换为 Bytes/sec:
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 allAdditional Information
- 在重新启动文件系统之前,请确保没有活动 I/O。
- 如果 ping 结果差异很大,请咨询本地网络团队。
- 对于多个复制目标,请使用最高计算值。
Affected Products
Data DomainProducts
Data DomainArticle 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.