<?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: vlan config lost after reboot in ONTAP Hardware</title>
    <link>https://community.netapp.com/t5/ONTAP-Hardware/vlan-config-lost-after-reboot/m-p/4071#M280</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;/etc/rc file is a very important configuration file that is required by ONTAP while booting, it must be editted very carefully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two better ways to edit /etc/rc file&lt;/P&gt;&lt;OL start="1"&gt;&lt;LI&gt;map the &amp;lt;filer_name&amp;gt;\C$ to your administration machine and edit the etc&amp;gt;rc file using a text editor&lt;/LI&gt;&lt;LI&gt;telnet to the filer ----&amp;gt; issue rdfile /etc/rc, copy the contents to a text editor on your administration machine, include the entries for VLAN -----&amp;gt; issue wrfile /etc/rc on the telnet window -----&amp;gt; copy the contents from your text editor and paste on the telnet window -------&amp;gt; press Enter and CTRL + C. This will save the changes made to /etc/rc file&lt;/LI&gt;&lt;LI&gt;issue rdfile /etc/rc and check for changes made&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Jan 2009 05:27:03 GMT</pubDate>
    <dc:creator>chopranitish_d</dc:creator>
    <dc:date>2009-01-28T05:27:03Z</dc:date>
    <item>
      <title>vlan config lost after reboot</title>
      <link>https://community.netapp.com/t5/ONTAP-Hardware/vlan-config-lost-after-reboot/m-p/4052#M276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So with a Fas 2040 I run setup to corigure a lacp vif name PO1 with an ip. on the setup "wizard" I can create Vlan so I think I should create it after.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't create Vlan because PO1 is up so&lt;/P&gt;&lt;P&gt;ifconfig PO1 down&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I create my vlan&lt;/P&gt;&lt;P&gt;vlan create PO1 10 98 99&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I put ip on it&lt;/P&gt;&lt;P&gt;ifconfig PO1-10 172.x.10.10 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;ifconfig PO1-98 172.x.98.10 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;ifconfig PO1-99 172.x.99.10 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I put default gateway (lost when ifconfig po1 down)&lt;/P&gt;&lt;P&gt;route add default 172.x.10.254 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All right all working ping iscsi admin well good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just reboot and I have all lost. How can I keep vlan, ifconfig... after reboot ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 07:31:15 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Hardware/vlan-config-lost-after-reboot/m-p/4052#M276</guid>
      <dc:creator>__FCORFDIR</dc:creator>
      <dc:date>2025-06-05T07:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: vlan config lost after reboot</title>
      <link>https://community.netapp.com/t5/ONTAP-Hardware/vlan-config-lost-after-reboot/m-p/4057#M277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="small"&gt;&lt;SPAN title="afexclude"&gt;To make the configurations persistent across reboots, the commands must be added to the/etc/rc file:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://now.netapp.com/NOW/knowledge/docs/ontap/rel7261/html/ontap/sysadmin/accessing/concept/c_oc_accs_system-startup-config-general.html#c_oc_accs_system-startup-config-general" target="_blank"&gt;http://now.netapp.com/NOW/knowledge/docs/ontap/rel7261/html/ontap/sysadmin/accessing/concept/c_oc_accs_system-startup-config-general.html#c_oc_accs_system-startup-config-general&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2009 07:29:29 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Hardware/vlan-config-lost-after-reboot/m-p/4057#M277</guid>
      <dc:creator>pascalduk</dc:creator>
      <dc:date>2009-01-27T07:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: vlan config lost after reboot</title>
      <link>https://community.netapp.com/t5/ONTAP-Hardware/vlan-config-lost-after-reboot/m-p/4062#M278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And how do you edit this files... I know rdfile /etc/rc for read it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2009 08:46:01 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Hardware/vlan-config-lost-after-reboot/m-p/4062#M278</guid>
      <dc:creator>__FCORFDIR</dc:creator>
      <dc:date>2009-01-27T08:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: vlan config lost after reboot</title>
      <link>https://community.netapp.com/t5/ONTAP-Hardware/vlan-config-lost-after-reboot/m-p/4066#M279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use "wrfile /etc/rc", but it starts writing file from scratch. So, using it for editing rc file is not safe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A better alternative is to mount the root volume of the storage system and edit the file using any text editor of your choice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2009 09:21:33 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Hardware/vlan-config-lost-after-reboot/m-p/4066#M279</guid>
      <dc:creator>kravi</dc:creator>
      <dc:date>2009-01-27T09:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: vlan config lost after reboot</title>
      <link>https://community.netapp.com/t5/ONTAP-Hardware/vlan-config-lost-after-reboot/m-p/4071#M280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;/etc/rc file is a very important configuration file that is required by ONTAP while booting, it must be editted very carefully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two better ways to edit /etc/rc file&lt;/P&gt;&lt;OL start="1"&gt;&lt;LI&gt;map the &amp;lt;filer_name&amp;gt;\C$ to your administration machine and edit the etc&amp;gt;rc file using a text editor&lt;/LI&gt;&lt;LI&gt;telnet to the filer ----&amp;gt; issue rdfile /etc/rc, copy the contents to a text editor on your administration machine, include the entries for VLAN -----&amp;gt; issue wrfile /etc/rc on the telnet window -----&amp;gt; copy the contents from your text editor and paste on the telnet window -------&amp;gt; press Enter and CTRL + C. This will save the changes made to /etc/rc file&lt;/LI&gt;&lt;LI&gt;issue rdfile /etc/rc and check for changes made&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2009 05:27:03 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Hardware/vlan-config-lost-after-reboot/m-p/4071#M280</guid>
      <dc:creator>chopranitish_d</dc:creator>
      <dc:date>2009-01-28T05:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: vlan config lost after reboot</title>
      <link>https://community.netapp.com/t5/ONTAP-Hardware/vlan-config-lost-after-reboot/m-p/4076#M281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so for community here is my rc file. and it is look like working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Hope thas a day netapp will finish the network tab and add a buton that make an update of the rc file with Actual config... just for ending the product for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: &amp;amp;quot;"&gt;&lt;SPAN style="color: #000000;"&gt;#Regenerated by registry Fri Jan 23 16:50:29 GMT+11:00 2009&lt;BR /&gt;#Auto-generated by setup Fri Jan 16 04:29:53 GMT 2009&lt;BR /&gt;hostname srv-sana&lt;BR /&gt;vif create lacp PO1 -b ip e0a e0b&lt;BR /&gt;vlan create PO1 10 98 99&lt;BR /&gt;ifconfig PO1-10 172.x.10.10 netmask 255.255.255.0 mtusize 1500 partner 172.x.10.11 -wins&lt;BR /&gt;ifconfig PO1-98 172.x.98.10 netmask 255.255.255.0 mtusize 1500 partner 172.x.98.11 -wins&lt;BR /&gt;ifconfig PO1-99 172.x.99.10 netmask 255.255.255.0 mtusize 1500 partner 172.x.99.11 -wins&lt;BR /&gt;route add default 172.x.10.254 1&lt;BR /&gt;routed on&lt;BR /&gt;options dns.domainname toto&lt;BR /&gt;options dns.enable on&lt;BR /&gt;options nis.enable off&lt;BR /&gt;savecore&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: &amp;amp;quot;"&gt;&lt;SPAN style="color: #000000;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2009 21:42:02 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Hardware/vlan-config-lost-after-reboot/m-p/4076#M281</guid>
      <dc:creator>__FCORFDIR</dc:creator>
      <dc:date>2009-01-28T21:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: vlan config lost after reboot</title>
      <link>https://community.netapp.com/t5/ONTAP-Hardware/vlan-config-lost-after-reboot/m-p/4082#M282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why is it necessary to add it in /etc/rc file? After we got a new FAS2040, we run the initial setup with an NetApp technician were network config was done (e0a). A Few weeks later we configured an additional nic (e0b) via CLI. After a reboot the new configuration on e0b didn't exists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is for that an explanation why it's working for e0a and not for e0b?? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2011 11:33:34 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Hardware/vlan-config-lost-after-reboot/m-p/4082#M282</guid>
      <dc:creator>mczochara</dc:creator>
      <dc:date>2011-03-15T11:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: vlan config lost after reboot</title>
      <link>https://community.netapp.com/t5/ONTAP-Hardware/vlan-config-lost-after-reboot/m-p/4086#M283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Every time you use setup it creates a new rc file.&amp;nbsp; Whatever the command used from the cli, needs to be added to /etc/rc file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2011 21:10:32 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Hardware/vlan-config-lost-after-reboot/m-p/4086#M283</guid>
      <dc:creator>jhegde228</dc:creator>
      <dc:date>2011-03-15T21:10:32Z</dc:date>
    </item>
  </channel>
</rss>

