NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

ONTAP Hardware

Peramanent IP address for management interface

SagarDH
3,890 Views

Hi Team,

 

We are using Netapp 8.1.4 7 mode nd when ever i reboot the storage I need to configure IP like below using console. Please help, How do i make this ip peramanently save

 

ifconfig e0b 10.10.10.100 netmask 255.255.255.0.

1 ACCEPTED SOLUTION

Sahana
3,879 Views

Hi,

 

Network configuration changes made by using the ifconfig command are not automatically included in the /etc/rc file. To make the configuration changes persistent after reboots, include the ifconfig command in the /etc/rc file. Refer KB https://kb.netapp.com/support/s/article/what-is-the-order-of-commands-in-the-etc-rc-file?language=en_US
If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.

View solution in original post

1 REPLY 1

Sahana
3,880 Views

Hi,

 

Network configuration changes made by using the ifconfig command are not automatically included in the /etc/rc file. To make the configuration changes persistent after reboots, include the ifconfig command in the /etc/rc file. Refer KB https://kb.netapp.com/support/s/article/what-is-the-order-of-commands-in-the-etc-rc-file?language=en_US
If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.
Public