由于缺少网络可访问功能、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检查失败(如果 已运行带有-skipp-config-validation的DNS创建)
::> dns check -vserver hnasbond007 (svm) Name Server Vserver Name Server Status Status Details ------------- --------------- ------------ -------------------------- svm1 10.xx.xx.20 down Network is unreachable.
- Ping到DNS IP失败:
::> network ping -lif lif1 -vserver svm1 -destination 10.xx.xx.20
no answer from 10.xx.xx.20