<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic ONTAP is unable to contact the name server in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/ONTAP-is-unable-to-contact-the-name-server/m-p/159834#M36513</link>
    <description>&lt;P&gt;vserver services name-service dns create -vserver vs1 -domains &amp;lt;my-domain-name&amp;gt; -timeout 2 -attempts 1 -name-servers &amp;lt;my-IP-address&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have got the below error while I&amp;nbsp;executed the above command. What is the reason for it? Please help. Urgent!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Error: command failed: Failed to verify the specified DNS configuration.&lt;BR /&gt;&amp;lt;my IP address&amp;gt;: Network is unreachable.&lt;BR /&gt;Verify that the network configuration is correct and that DNS servers&lt;BR /&gt;are available. Specify "-skip-config-validation" to skip the&lt;BR /&gt;configuration validation.&lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 19:42:40 GMT</pubDate>
    <dc:creator>prawin</dc:creator>
    <dc:date>2020-09-30T19:42:40Z</dc:date>
    <item>
      <title>ONTAP is unable to contact the name server</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/ONTAP-is-unable-to-contact-the-name-server/m-p/159834#M36513</link>
      <description>&lt;P&gt;vserver services name-service dns create -vserver vs1 -domains &amp;lt;my-domain-name&amp;gt; -timeout 2 -attempts 1 -name-servers &amp;lt;my-IP-address&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have got the below error while I&amp;nbsp;executed the above command. What is the reason for it? Please help. Urgent!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Error: command failed: Failed to verify the specified DNS configuration.&lt;BR /&gt;&amp;lt;my IP address&amp;gt;: Network is unreachable.&lt;BR /&gt;Verify that the network configuration is correct and that DNS servers&lt;BR /&gt;are available. Specify "-skip-config-validation" to skip the&lt;BR /&gt;configuration validation.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 19:42:40 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/ONTAP-is-unable-to-contact-the-name-server/m-p/159834#M36513</guid>
      <dc:creator>prawin</dc:creator>
      <dc:date>2020-09-30T19:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: ONTAP is unable to contact the name server</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/ONTAP-is-unable-to-contact-the-name-server/m-p/159836#M36514</link>
      <description>&lt;P&gt;It is likely a network issue or routing issue... is the dns server or gateway available with "&lt;STRONG&gt;network ping -lif lif-name -vserver svm_name -destination gw-or-dnsserver&lt;/STRONG&gt;" ...also check "net route show" to make sure there is an outbound route for the SVM but probably there is one.. ONTAP checks for a valid dns server that can be reached so it is unavailable from the LIF reaching out to dns.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 19:56:16 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/ONTAP-is-unable-to-contact-the-name-server/m-p/159836#M36514</guid>
      <dc:creator>scottgelb</dc:creator>
      <dc:date>2020-09-30T19:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: ONTAP is unable to contact the name server</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/ONTAP-is-unable-to-contact-the-name-server/m-p/159852#M36520</link>
      <description>&lt;P&gt;Along with what scottygelb said, make sure your DNS servers allow standard A queries over port 53 to example.YOURDOMAIN.COM and that port 53 is open between the cluster LIF and DNS server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"dns check" is used when you configure DNS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;TR-4835 details the dns check command on page 104:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.netapp.com/us/media/tr-4835.pdf" target="_blank"&gt;https://www.netapp.com/us/media/tr-4835.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also try the -skip-validation true option, which skips DNS check and then test name service lookups with the example on page 34 of the same TR.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2020 14:03:08 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/ONTAP-is-unable-to-contact-the-name-server/m-p/159852#M36520</guid>
      <dc:creator>parisi</dc:creator>
      <dc:date>2020-10-01T14:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: ONTAP is unable to contact the name server</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/ONTAP-is-unable-to-contact-the-name-server/m-p/456277#M44184</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Network connectivity issue between storage and DNS server&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;You can refer to the official case below to help you：&lt;/P&gt;&lt;P&gt;&lt;A href="https://kb-cn.netapp.com/on-prem/ontap/da/NAS/NAS-KBs/DNS_create_fails_due_to_lack_of_network_reachability" target="_blank" rel="noopener"&gt;https://kb-cn.netapp.com/on-prem/ontap/da/NAS/NAS-KBs/DNS_create_fails_due_to_lack_of_network_reachability&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2024 08:52:27 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/ONTAP-is-unable-to-contact-the-name-server/m-p/456277#M44184</guid>
      <dc:creator>wareer</dc:creator>
      <dc:date>2024-10-31T08:52:27Z</dc:date>
    </item>
  </channel>
</rss>

