一方のノードからの構成バックアップファイルのアップロードが失敗する
環境
- 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