<?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: RC file - adding new storage network in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/RC-file-adding-new-storage-network/m-p/57080#M13441</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the confirmation aborzenkov!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Sep 2013 12:25:40 GMT</pubDate>
    <dc:creator>DAVE_WITHERS</dc:creator>
    <dc:date>2013-09-12T12:25:40Z</dc:date>
    <item>
      <title>RC file - adding new storage network</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/RC-file-adding-new-storage-network/m-p/57068#M13437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings.&amp;nbsp; Need help on what exactly I need to add to the /etc/rc file on my 3240 in 7-mode on 8.1.2 p4 after temporarily bringing up interfaces from the CLI so that it becomes permanent.&lt;/P&gt;&lt;P&gt;&amp;nbsp; I do know how to add to configs on the netapp, i am mostly curious at what from my commands issued below need to go into the RC and where to make it work as expected.&amp;nbsp; What I added from the CLI is below that brought up a non routing 'storage' network for our NFS and what I need added to my RC file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Tahoma; text-align: -webkit-auto; font-size: medium;"&gt;ifgrp create lacp STORAGE -b ip e6b e6a&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV style="color: #000000; font-family: Tahoma; text-align: -webkit-auto; font-size: medium;"&gt;vlan create STORAGE 203&lt;P&gt;ifconfig STORAGE-203 10.21.203.5 netmask 255.255.255.0 mtusize 9000 up&lt;/P&gt;&lt;P style="color: #000000; font-family: Tahoma; text-align: -webkit-auto; font-size: medium;"&gt;ifconfig STORAGE-203 alias 10.21.203.6 netmask 255.255.255.0 up&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Tahoma; text-align: -webkit-auto; font-size: medium;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Interfaces are up fine at this point and I can reach them.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Tahoma; text-align: -webkit-auto; font-size: medium;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;My rc file consists of the below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#Auto-generated by setup Tue Jun&amp;nbsp; 5 17:52:15 CDT 2012&lt;/P&gt;&lt;P&gt;hostname XXXXX&lt;/P&gt;&lt;P&gt;ifgrp create lacp LACP -b ip e1a e1b&lt;/P&gt;&lt;P&gt;ifconfig e0M `hostname`-e0M flowcontrol full netmask 255.255.255.128 mtusize 1500&lt;/P&gt;&lt;P&gt;ifconfig LACP `hostname`-LACP netmask 255.255.254.0 partner LACP mtusize 9000 trusted wins up&lt;/P&gt;&lt;P&gt;route add default 172.21.192.1 1&lt;/P&gt;&lt;P&gt;routed on&lt;/P&gt;&lt;P&gt;options dns.domainname xxxxxxx.domain.com&lt;/P&gt;&lt;P&gt;options dns.enable on&lt;/P&gt;&lt;P&gt;options nis.enable off&lt;/P&gt;&lt;P&gt;savecore&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Tahoma; text-align: -webkit-auto; font-size: medium;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;I am assuming all i need to do is paste that chunk of data I used in CLI either above or below the other ifgrp/ifconfig/etc statements.&amp;nbsp; Thanks for any input.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Tahoma; text-align: -webkit-auto; font-size: medium;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:54:23 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/RC-file-adding-new-storage-network/m-p/57068#M13437</guid>
      <dc:creator>DAVE_WITHERS</dc:creator>
      <dc:date>2025-06-05T05:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: RC file - adding new storage network</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/RC-file-adding-new-storage-network/m-p/57073#M13438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to add exactly the same commands.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2013 04:00:01 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/RC-file-adding-new-storage-network/m-p/57073#M13438</guid>
      <dc:creator>aborzenkov</dc:creator>
      <dc:date>2013-09-12T04:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: RC file - adding new storage network</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/RC-file-adding-new-storage-network/m-p/57080#M13441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the confirmation aborzenkov!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2013 12:25:40 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/RC-file-adding-new-storage-network/m-p/57080#M13441</guid>
      <dc:creator>DAVE_WITHERS</dc:creator>
      <dc:date>2013-09-12T12:25:40Z</dc:date>
    </item>
  </channel>
</rss>

