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.
To learn more, please review the information in this blog post.

ONTAP Discussions

Preserving interface ip settings.

BENQUINATA
5,760 Views

FAS3210 running 8.0.2P3 7-mode with two controllers in a single stack.

I've configured controller B's network interfaces using command line over the serial connection. Then rebooted it using "reboot.  After a few minutes, I wasn't able to connect using its ip addreses.  I connected through the serial console and found that none of interfaces were configured with the ips I assigned them.

controller B's interfaces were assigned ips using the following  "ifconfig e0a 192.169.1.3 netmask 255.255.255.0 partner 192.168.1.2"

ifconfig -a showed the ip bound to e0a and I could ping it from controller A but after a reboot all was lost.

Any assistance or clarification is appreciated.

1 ACCEPTED SOLUTION

RAFAEL_GUEDES
5,760 Views

Hi!

To make network configuration persistent you have to add this to /etc/rc file. You can do it by mounting /etc via NFS in another computer, or using wrfile command.

Caution with using wrfile command. It will subscribe all file content. You can access the controller via serial and execute:

netapp> rdfile /etc/rc

Then put the output in a notepad. Add the command you executed, and use wrfile:

netapp> wrfile /etc/rc

command...

command...

command...

[Hit ENTER]

ctrl + C

View solution in original post

1 REPLY 1

RAFAEL_GUEDES
5,761 Views

Hi!

To make network configuration persistent you have to add this to /etc/rc file. You can do it by mounting /etc via NFS in another computer, or using wrfile command.

Caution with using wrfile command. It will subscribe all file content. You can access the controller via serial and execute:

netapp> rdfile /etc/rc

Then put the output in a notepad. Add the command you executed, and use wrfile:

netapp> wrfile /etc/rc

command...

command...

command...

[Hit ENTER]

ctrl + C

Public