<?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 Re: WFA to modify /etc/rc files in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-to-modify-etc-rc-files/m-p/109949#M19409</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for your answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you give me some hints? Should I write a data-formatter which then will be used by WFA? Or can I even use WFA only?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for giving me direction. I will try to look into it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lukas&lt;/P&gt;</description>
    <pubDate>Fri, 18 Sep 2015 12:51:31 GMT</pubDate>
    <dc:creator>Lukas</dc:creator>
    <dc:date>2015-09-18T12:51:31Z</dc:date>
    <item>
      <title>WFA to modify /etc/rc files</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-to-modify-etc-rc-files/m-p/109941#M19407</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are using WFA to create vFilers. It does roughly everything we need. However, it does update /etc/rc files (which is very good) but we'd like to have it updated a bit differently.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It adds the following lines into /etc/rc:&lt;/P&gt;&lt;P&gt;vlan add vif0 XXXX&lt;/P&gt;&lt;P&gt;vlan add vif0 XXXX&lt;/P&gt;&lt;P&gt;vlan add vif0 XXXX&lt;/P&gt;&lt;P&gt;ifconfig vif0-XXXX `hostname`-vifX-XXX netmask 255.255.255.224 broadcast xx.xxx.xxx.xx partner vif0-XXXX up&lt;/P&gt;&lt;P&gt;ifconfig vif0-XXXX `hostname`-vifX-XXX netmask 255.255.255.224 broadcast xx.xxx.xxx.xx partner vif0-XXXX up&lt;/P&gt;&lt;P&gt;ifconfig vif0-XXXX `hostname`-vifX-XXX netmask 255.255.255.224 broadcast xx.xxx.xxx.xx partner vif0-XXXX up&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can WFA update it in a way like this?&lt;/P&gt;&lt;P&gt;# vFiler 01&lt;/P&gt;&lt;P&gt;vlan add vif0 XXXX&lt;/P&gt;&lt;P&gt;ifconfig vif0-XXXX `hostname`-vifX-XXX netmask 255.255.255.224 broadcast xx.xxx.xxx.xx partner vif0-XXXX up&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# vFiler 02&lt;/P&gt;&lt;P&gt;vlan add vif0 XXXX&lt;/P&gt;&lt;P&gt;ifconfig vif0-XXXX `hostname`-vifX-XXX netmask 255.255.255.224 broadcast xx.xxx.xxx.xx partner vif0-XXXX up&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# vFiler 03&lt;/P&gt;&lt;P&gt;vlan add vif0 XXXX&lt;/P&gt;&lt;P&gt;ifconfig vif0-XXXX `hostname`-vifX-XXX netmask 255.255.255.224 broadcast xx.xxx.xxx.xx partner vif0-XXXX up&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Even the comments are important.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you had a need for this, or could you please point me the right direction?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;Lukas&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 23:16:29 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-to-modify-etc-rc-files/m-p/109941#M19407</guid>
      <dc:creator>Lukas</dc:creator>
      <dc:date>2025-06-04T23:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: WFA to modify /etc/rc files</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-to-modify-etc-rc-files/m-p/109946#M19408</link>
      <description>&lt;P&gt;Hi Lukas,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;@&amp;nbsp;Can WFA update it in a way like this?&lt;/P&gt;&lt;P&gt;----&lt;/P&gt;&lt;P&gt;Its not WFA that writes this data in /etc/rc files and hence can't control it. Its the ONTAP that does it and WFA has no say in it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can write a Data-Formatter code which can modify /etc/rc in the format you want after actual commands execution is complete. For your simplistic requirement, it should not be very difficult. This code can also be a WFA command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sinhaa&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2015 12:08:37 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-to-modify-etc-rc-files/m-p/109946#M19408</guid>
      <dc:creator>sinhaa</dc:creator>
      <dc:date>2015-09-18T12:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: WFA to modify /etc/rc files</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-to-modify-etc-rc-files/m-p/109949#M19409</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for your answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you give me some hints? Should I write a data-formatter which then will be used by WFA? Or can I even use WFA only?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for giving me direction. I will try to look into it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lukas&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2015 12:51:31 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-to-modify-etc-rc-files/m-p/109949#M19409</guid>
      <dc:creator>Lukas</dc:creator>
      <dc:date>2015-09-18T12:51:31Z</dc:date>
    </item>
  </channel>
</rss>

