ネットワーク到達性がないためDNSの作成に失敗する
環境
- ONTAP 9
- DNS
問題
- コマンド
dns create
は次のエラーで失敗します。
::> vserver services name-service dns create -vserver svm1 -domains domain1.local -name-servers 10.xx.xx.20
Error: command failed: Failed to verify the specified DNS configuration.
10.xx.xx.20: No route to host.
Verify that the network configuration is correct and that DNS servers are available. Specify "-skip-config-valid ation" to skip the configuration validation.
- DNSチェックが失敗します(DNS CREATEで-skip-config-validationがすでに実行されている場合)
::> dns check -vserver hnasbond007 (svm) Name Server Vserver Name Server Status Status Details ------------- --------------- ------------ -------------------------- svm1 10.xx.xx.20 down Network is unreachable.
- DNS IPへのPingに失敗します。
::> network ping -lif lif1 -vserver svm1 -destination 10.xx.xx.20
no answer from 10.xx.xx.20
- CIFS サーバのタイムアウトが発生する場合があります
[secd.unexpectedFailure:error]: Unexpected SecD failure in Vserver "SVM1".
Details: Error: Machine account creation procedure failed Trying to create machine account 'SVM1' in
'Domain.COM' for Vserver 'SVM1' Failed to connect to 10.xx.xx.20 for DNS via Source Address 10.xx.xx.30:
Operation timed out