从一个节点上传配置备份文件失败
适用场景
- ONTAP 9
- 系统配置备份上传
- 域名服务(DNS)
问题描述
- 从一个节点上传配置备份失败、并显示以下错误:
::> set advanced
::*> system configuration backup upload -node cluster01-01 -backup cluster01.weekly.2023-09-10.00_15_01.7z -destination ftps://vsftpuser:xxx[]xxxx@bkp-dest
Uploading the configuration
backup file.
Uploading configuration backup file.
Error: command failed: Upload operation of configuration backup file exited with
error: Failed to upload configuration backup file "/mroot/etc/backups/config/cluster01.weekly.2023-09-10.00_15_01.7z" to
"ftps://vsftpuser:xxx[]xxxx@bkp-dest/cluster01.weekly.2023-09-10.00_15_01.7z". Error: Couldn't resolve host name :
Could not resolve host: bkp-dest.
- 集群中的其他节点按预期工作。
- 使用备份主机的IP而不是主机名也适用于所有节点。
- 主机名有时可解析:
::*> vserver services name-service getxxbyyy gethostbyname -vserver cluster1 -hostname bkp-dest -node cluster01-01
Host name: bkp-dest
Canonical name: mycompany.domain
IPv4: 192.168.x.x
- 在ONTAP中添加手动DNS条目后、出现以下错误:
::*> vserver services name-service dns hosts create -vserver cluster1 -address 192.168.x.x -hostname bkp-dest