DNS作成が操作タイムアウトエラーで失敗する
環境
ONTAP 9
問題
- DNSサーバーを作成する際に、以下のエラーが発生してコマンドが失敗しました。
Cluster::*> dns create -vserver vserver1 -domains domain.com -name-servers 11x.1x2.xx.xxx
Error: Failed to verify the specified DNS configuration.
11x.1x2.xx.xxx: Operation timed out.
command failed: Verify that the network configuration is correct and that DNS servers are available. Specify "-skip-config-validation" to skip the configuration validation.
- mgwdログには
dns.server.timed.out.errorが表示されます。
Tue Jun 27 19:28:51 08 [cluster-03: mgwd: dns.server.timed.out:error]: DNS server 11x.1x2.xx.xxx did not respond to vserver = vserver1 within timeout interval.
- ネットワークにおいて、ストレージIPアドレスからDNS IPアドレスへのポート53が開いています。