<?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 Error when configuring E-Series 2800 DNS with Ansible netapp_e_mgmt_interface in EF &amp; E-Series, SANtricity, and Related Plug-ins</title>
    <link>https://community.netapp.com/t5/EF-E-Series-SANtricity-and-Related-Plug-ins/Error-when-configuring-E-Series-2800-DNS-with-Ansible-netapp-e-mgmt-interface/m-p/158505#M898</link>
    <description>&lt;P&gt;Hi I'm trying to configure primary and secondary DNS with the netapp_e_mgmt_interface module.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My Playbook is as follows:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV style="color: #d4d4d4; background-color: #1e1e1e; font-family: 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'; font-weight: normal; font-size: 20px; line-height: 27px; white-space: pre;"&gt;
&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;- &lt;/SPAN&gt;&lt;SPAN style="color: #569cd6;"&gt;name&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;: &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;Configure DNS interfaces 1 for controller A&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="color: #569cd6;"&gt;netapp_e_mgmt_interface&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;:&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="color: #569cd6;"&gt;api_url&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;: &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;"{{ api_url }}"&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="color: #569cd6;"&gt;api_username&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;: &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;"{{ api_username }}"&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="color: #569cd6;"&gt;api_password&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;: &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;"{{ api_password }}"&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="color: #569cd6;"&gt;ssid&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;: &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;"1"&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="color: #569cd6;"&gt;validate_certs&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;: &lt;/SPAN&gt;&lt;SPAN style="color: #569cd6;"&gt;no&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="color: #569cd6;"&gt;controller&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;: &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;"A"&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="color: #569cd6;"&gt;name&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;: &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;"1"&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="color: #569cd6;"&gt;dns_config_method&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;: &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;static&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="color: #569cd6;"&gt;dns_address&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;: &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;"{{ site_local_dns_primary }}"&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="color: #569cd6;"&gt;dns_address_backup&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;: &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;"{{ site_local_dns_primary }}"&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However I'm getting the error "We could not find an interface matching [1] on Array=[1]."&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;I've tried using the loops as in the example but don't appear to be getting anywhere.&amp;nbsp; Can anyone help&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jun 2025 10:57:25 GMT</pubDate>
    <dc:creator>__mattb__</dc:creator>
    <dc:date>2025-06-04T10:57:25Z</dc:date>
    <item>
      <title>Error when configuring E-Series 2800 DNS with Ansible netapp_e_mgmt_interface</title>
      <link>https://community.netapp.com/t5/EF-E-Series-SANtricity-and-Related-Plug-ins/Error-when-configuring-E-Series-2800-DNS-with-Ansible-netapp-e-mgmt-interface/m-p/158505#M898</link>
      <description>&lt;P&gt;Hi I'm trying to configure primary and secondary DNS with the netapp_e_mgmt_interface module.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My Playbook is as follows:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV style="color: #d4d4d4; background-color: #1e1e1e; font-family: 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'; font-weight: normal; font-size: 20px; line-height: 27px; white-space: pre;"&gt;
&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;- &lt;/SPAN&gt;&lt;SPAN style="color: #569cd6;"&gt;name&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;: &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;Configure DNS interfaces 1 for controller A&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="color: #569cd6;"&gt;netapp_e_mgmt_interface&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;:&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="color: #569cd6;"&gt;api_url&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;: &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;"{{ api_url }}"&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="color: #569cd6;"&gt;api_username&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;: &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;"{{ api_username }}"&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="color: #569cd6;"&gt;api_password&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;: &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;"{{ api_password }}"&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="color: #569cd6;"&gt;ssid&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;: &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;"1"&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="color: #569cd6;"&gt;validate_certs&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;: &lt;/SPAN&gt;&lt;SPAN style="color: #569cd6;"&gt;no&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="color: #569cd6;"&gt;controller&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;: &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;"A"&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="color: #569cd6;"&gt;name&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;: &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;"1"&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="color: #569cd6;"&gt;dns_config_method&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;: &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;static&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="color: #569cd6;"&gt;dns_address&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;: &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;"{{ site_local_dns_primary }}"&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="color: #569cd6;"&gt;dns_address_backup&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;: &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;"{{ site_local_dns_primary }}"&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However I'm getting the error "We could not find an interface matching [1] on Array=[1]."&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;I've tried using the loops as in the example but don't appear to be getting anywhere.&amp;nbsp; Can anyone help&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 10:57:25 GMT</pubDate>
      <guid>https://community.netapp.com/t5/EF-E-Series-SANtricity-and-Related-Plug-ins/Error-when-configuring-E-Series-2800-DNS-with-Ansible-netapp-e-mgmt-interface/m-p/158505#M898</guid>
      <dc:creator>__mattb__</dc:creator>
      <dc:date>2025-06-04T10:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: Error when configuring E-Series 2800 DNS with Ansible netapp_e_mgmt_interface</title>
      <link>https://community.netapp.com/t5/EF-E-Series-SANtricity-and-Related-Plug-ins/Error-when-configuring-E-Series-2800-DNS-with-Ansible-netapp-e-mgmt-interface/m-p/158512#M899</link>
      <description>&lt;P&gt;Unfortunately the example is wrong. You need to either change the 'name' parameter to 'channel' or use the controller's interfaceName or alias. Sorry for the confusion.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="swartzn_0-1597159552288.png" style="width: 400px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/9950i82011F91E20445A1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="swartzn_0-1597159552288.png" alt="swartzn_0-1597159552288.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2020 15:31:29 GMT</pubDate>
      <guid>https://community.netapp.com/t5/EF-E-Series-SANtricity-and-Related-Plug-ins/Error-when-configuring-E-Series-2800-DNS-with-Ansible-netapp-e-mgmt-interface/m-p/158512#M899</guid>
      <dc:creator>swartzn</dc:creator>
      <dc:date>2020-08-11T15:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Error when configuring E-Series 2800 DNS with Ansible netapp_e_mgmt_interface</title>
      <link>https://community.netapp.com/t5/EF-E-Series-SANtricity-and-Related-Plug-ins/Error-when-configuring-E-Series-2800-DNS-with-Ansible-netapp-e-mgmt-interface/m-p/158515#M900</link>
      <description>&lt;P&gt;Thanks for the reply, yes setting - channel: "1" seemed to fix the error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm confused though why it's a requirement to select a channel or interface at all as in the GUI, DNS settings are at the controller, not the interface level.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Should I just configure DNS on channel 1 for each controller?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2020 15:59:56 GMT</pubDate>
      <guid>https://community.netapp.com/t5/EF-E-Series-SANtricity-and-Related-Plug-ins/Error-when-configuring-E-Series-2800-DNS-with-Ansible-netapp-e-mgmt-interface/m-p/158515#M900</guid>
      <dc:creator>__mattb__</dc:creator>
      <dc:date>2020-08-11T15:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: Error when configuring E-Series 2800 DNS with Ansible netapp_e_mgmt_interface</title>
      <link>https://community.netapp.com/t5/EF-E-Series-SANtricity-and-Related-Plug-ins/Error-when-configuring-E-Series-2800-DNS-with-Ansible-netapp-e-mgmt-interface/m-p/158516#M901</link>
      <description>&lt;P&gt;Yes, that will work. You'll only need to set the DNS settings for one interface. I understand the confusion but that's just the way the module was structured. The module was designed with the focus on the interface's state not the controller's.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2020 16:11:06 GMT</pubDate>
      <guid>https://community.netapp.com/t5/EF-E-Series-SANtricity-and-Related-Plug-ins/Error-when-configuring-E-Series-2800-DNS-with-Ansible-netapp-e-mgmt-interface/m-p/158516#M901</guid>
      <dc:creator>swartzn</dc:creator>
      <dc:date>2020-08-11T16:11:06Z</dc:date>
    </item>
  </channel>
</rss>

