<?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: how to change an ip of a virtual interface and name of a filer NetApp Release 8.2.3P3 7-Mode in Network and Storage Protocols</title>
    <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/how-to-change-an-ip-of-a-virtual-interface-and-name-of-a-filer-NetApp-Release-8/m-p/152846#M9334</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your instructions are almost good.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To make changes permanent across reboot on filer : rc &amp;amp; hosts file must be edited&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ssh to filer:&lt;/P&gt;
&lt;P&gt;filer&amp;gt;rdfile /etc/rc [copy paste into notepad wordpad is not necessary]&lt;BR /&gt;Once changes are made in the notepad, write it out!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;filer&amp;gt;wrfile /etc/rc&lt;BR /&gt;example change:&lt;BR /&gt;ifconfig vif0 `hostname`-vif0 blah blah&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Press ctl+c to commit the changes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Repeat the same for /etc/hosts as well.&lt;/P&gt;
&lt;P&gt;2) /etc/hosts&lt;BR /&gt;example change:&lt;BR /&gt;IP_ADDRESS &amp;lt;HOSTNAME&amp;gt;-vif&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Also, to change filer name:&lt;BR /&gt;a) Add the new_name entry into the /etc/hosts file&lt;BR /&gt;b) filer&amp;gt;hostname new_name&lt;/P&gt;
&lt;P&gt;It will immediately reflect.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;To reflect the IP change while the FILER is ON:&lt;BR /&gt;filer&amp;gt;ifconfig vif0 &amp;lt;NEW IP ADDRESS&amp;gt; netmask &amp;lt;NEW SUBNET MASK&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note: Any changes&amp;nbsp; made with 'ifconfig' command are not persistent across reboot, and therefore they must also be added to rc&amp;nbsp; &amp;amp; hosts file. Reboot is not necessary but if the filer reboots in future, it will retain the settings/changes you have made.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Another KB for refence purpose:{In case it is multi-mode vif &amp;amp; Services will be hampered}&lt;BR /&gt;&lt;A href="https://kb.netapp.com/app/answers/answer_view/a_id/1034919/~/how-to-make-major-changes-to-vif-configuration-with-minimal-impact-to-system" target="_blank"&gt;https://kb.netapp.com/app/answers/answer_view/a_id/1034919/~/how-to-make-major-changes-to-vif-configuration-with-minimal-impact-to-system&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Fri, 06 Dec 2019 21:27:09 GMT</pubDate>
    <dc:creator>Ontapforrum</dc:creator>
    <dc:date>2019-12-06T21:27:09Z</dc:date>
    <item>
      <title>how to change an ip of a virtual interface and name of a filer NetApp Release 8.2.3P3 7-Mode</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/how-to-change-an-ip-of-a-virtual-interface-and-name-of-a-filer-NetApp-Release-8/m-p/152845#M9333</link>
      <description>&lt;DIV class="js-vote-count grid--cell fc-black-500 fs-title grid fd-column ai-center" data-value="-2"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="post-text"&gt;
&lt;P&gt;Hi i need to change the name and the ip of a vif interface on a 7-mode netapp filer could you please advise me on the best way first i m thinking of editing /etc/hosts with wordpad by cifs acess&lt;/P&gt;
&lt;P&gt;name:f-ammout new name f-ammout_old&lt;/P&gt;
&lt;P&gt;vif inteface: giga0&lt;/P&gt;
&lt;P&gt;here content of hosts file ...&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;127.0.0.1 localhost&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;old_ip f-ammout f-ammout-giga0&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;... so by changing it like&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;new ip f-ammout_old f-ammout_old-giga0&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;save the file with wordpad then editing rc file&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;content of rc file ...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;#Regenerated by registry Thu Aug 02 10:27:43 EEST 2012&lt;/P&gt;
&lt;P&gt;hostname f-ammout&lt;/P&gt;
&lt;P&gt;timezone Europe/Istanbul&lt;/P&gt;
&lt;P&gt;vif create single giga0 e0a e0b&lt;/P&gt;
&lt;P&gt;....&lt;/P&gt;
&lt;P&gt;savecore ...&lt;/P&gt;
&lt;P&gt;so changing on the rc file only the hostname like below&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;hostname f-ammout_old&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;and save the file&lt;/P&gt;
&lt;P&gt;then by console launching command&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;hostname f-ammout_old&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;now changing the ip of the vif interface giga0 online to block acess to the old filer to users and do some stuff&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;ifconfig giga0 down&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;ifconfig giga0 0.0.0.0&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;ifconfig giga0 new_ip&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;ifconfig giga0 up&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;then after stuff done reboot the filer&lt;/P&gt;
&lt;P&gt;can you please tell me is this a correct steps for the opération ?&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 04 Jun 2025 12:06:40 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/how-to-change-an-ip-of-a-virtual-interface-and-name-of-a-filer-NetApp-Release-8/m-p/152845#M9333</guid>
      <dc:creator>wissem</dc:creator>
      <dc:date>2025-06-04T12:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: how to change an ip of a virtual interface and name of a filer NetApp Release 8.2.3P3 7-Mode</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/how-to-change-an-ip-of-a-virtual-interface-and-name-of-a-filer-NetApp-Release-8/m-p/152846#M9334</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your instructions are almost good.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To make changes permanent across reboot on filer : rc &amp;amp; hosts file must be edited&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ssh to filer:&lt;/P&gt;
&lt;P&gt;filer&amp;gt;rdfile /etc/rc [copy paste into notepad wordpad is not necessary]&lt;BR /&gt;Once changes are made in the notepad, write it out!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;filer&amp;gt;wrfile /etc/rc&lt;BR /&gt;example change:&lt;BR /&gt;ifconfig vif0 `hostname`-vif0 blah blah&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Press ctl+c to commit the changes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Repeat the same for /etc/hosts as well.&lt;/P&gt;
&lt;P&gt;2) /etc/hosts&lt;BR /&gt;example change:&lt;BR /&gt;IP_ADDRESS &amp;lt;HOSTNAME&amp;gt;-vif&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Also, to change filer name:&lt;BR /&gt;a) Add the new_name entry into the /etc/hosts file&lt;BR /&gt;b) filer&amp;gt;hostname new_name&lt;/P&gt;
&lt;P&gt;It will immediately reflect.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;To reflect the IP change while the FILER is ON:&lt;BR /&gt;filer&amp;gt;ifconfig vif0 &amp;lt;NEW IP ADDRESS&amp;gt; netmask &amp;lt;NEW SUBNET MASK&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note: Any changes&amp;nbsp; made with 'ifconfig' command are not persistent across reboot, and therefore they must also be added to rc&amp;nbsp; &amp;amp; hosts file. Reboot is not necessary but if the filer reboots in future, it will retain the settings/changes you have made.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Another KB for refence purpose:{In case it is multi-mode vif &amp;amp; Services will be hampered}&lt;BR /&gt;&lt;A href="https://kb.netapp.com/app/answers/answer_view/a_id/1034919/~/how-to-make-major-changes-to-vif-configuration-with-minimal-impact-to-system" target="_blank"&gt;https://kb.netapp.com/app/answers/answer_view/a_id/1034919/~/how-to-make-major-changes-to-vif-configuration-with-minimal-impact-to-system&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 21:27:09 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/how-to-change-an-ip-of-a-virtual-interface-and-name-of-a-filer-NetApp-Release-8/m-p/152846#M9334</guid>
      <dc:creator>Ontapforrum</dc:creator>
      <dc:date>2019-12-06T21:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to change an ip of a virtual interface and name of a filer NetApp Release 8.2.3P3 7-Mode</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/how-to-change-an-ip-of-a-virtual-interface-and-name-of-a-filer-NetApp-Release-8/m-p/152855#M9335</link>
      <description>&lt;P&gt;thank you i followed your advise&lt;/P&gt;</description>
      <pubDate>Sun, 08 Dec 2019 02:17:23 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/how-to-change-an-ip-of-a-virtual-interface-and-name-of-a-filer-NetApp-Release-8/m-p/152855#M9335</guid>
      <dc:creator>wissem</dc:creator>
      <dc:date>2019-12-08T02:17:23Z</dc:date>
    </item>
  </channel>
</rss>

