Data Domain — 配置和测试主机名解析
Summary: 本文列出了有关如何在 Data Domain 系统上配置和测试主机名的步骤。没有有效的正常工作主机名可能会导致许多问题,包括复制无法正常工作、复制延迟、复制限制不起作用、无法从媒体服务器连接到 Data Domain 系统以及无法装载到 Data Domain 系统。
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
配置和测试主机名解析
目的
本文帮助确定主机名解析是否适用于各种计算机系统(包括 Windows 系统、Linux 系统和 Data Domain 系统)。 以及解决方案是本地的还是来自服务器的。
- 复制不起作用
- 复制延迟
- 复制限制不起作用
- 无法从媒体服务器连接到 Data Domain 系统
- 无法装载到 Data Domain 系统
- 系统运行迟缓
- 系统无响应
适用对象
- 所有 Data Domain 系统
- 所有软件版本
- 网络
Cause
配置和测试主机名解析
Resolution
解决方案
名称解析是网络的重要组成部分。 系统必须能够将主机名转换为 IP 地址,以便能够在网络上进行通信。 某些配置还需要设置反向解析,以便授权入站连接。将检查两种类型的分辨率。
- 本地主机文件
- DNS
- 验证 DNS 配置。要验证 DNS 配置,请在命令提示符处键入:
# net show dns # Server - ----------- 1 192.168.14.92 - -----------
更改或添加 DNS 服务器。如果指定的 DNS 服务器不正确,请在命令提示符处键入: -
net set dns <ip address>
以下示例将 DDR 配置为使用两个 DNS 服务器 192.168.19.42 和 192.168.19.43# net set dns 192.168.19.42 192.168.19.43 The Name (DNS) server list is: 192.168.19.42, 192.168.19.43
- 通过向列为 DNS 服务器的每个 IP 地址发出 ping 命令,检查是否所有 DNS 服务器均可访问(net show dns 命令的输出),例如:
# ping 192.168.19.42 PING 192.168.19.42 (192.168.19.42) 56(84) bytes of data. 64 bytes from 192.168.19.42: icmp_seq=0 ttl=128 time=1.89 ms 64 bytes from 192.168.19.42: icmp_seq=1 ttl=128 time=0.132 ms 64 bytes from 192.168.19.42: icmp_seq=2 ttl=128 time=0.114 ms
...
- 如果使用本地主机文件而不是 DNS,请通过发出命令 net hosts show检查是否在文件中列出了访问 DDR 的所有主机,例如:
# net hosts show
主机名映射:
10.2.3.167 - backup1.mydomain.local
192.168.4.139 -> backup2.mydomain.local
74.125.127.147 -> backup3.mydomain.local>
- 检查DNS域名是否设置正确。它可用于在同一域中而不是 FQDN(完全限定域名)中的主机名,例如:
# net show domainname
域名为:mydomain.local
验证名称解析是否正常工作后,最好确保已设置 Data Domain 系统的主机名。
- 通过向 FQDN 发出 ping 命令,检查 FQDN 是否解析为 IP 地址。示例:
# ping backup.mydomain.local PING backup.mydomain.local (192.168.20.20) 56(84) bytes of data.
...请注意,FQDN (backup.mydomain.local) 已解析为 IP 地址 (192.168.20.20)。
hostname
主机名为:dev-bw-3.datadomain.com
- 验证 Data Domain 系统的主机名
- 验证主机名并在主机名中查找正确的 FQDN。
- 使用 net hosts add 命令将主机名映射到 IP 地址。
# net hosts add <ipaddress of client> <full host name of client> <short host name of client>
例如:要将 backup1 的完全限定域名 backup1.datadomain.com 和主机名(别名)与 IP 地址 10.2.3.167 关联,请执行以下操作:
# net hosts add 10.2.3.167 backup1.datadomain.com backup1
Additional Information
Affected Products
Data DomainProducts
Data DomainArticle Properties
Article Number: 000043247
Article Type: Solution
Last Modified: 03 Jul 2024
Version: 3
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.