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 Discussions

Network maintenance and netapp cluster

rpalacios
4,610 Views

Hello Guys,

The networking team will be performing some network maintenace which will affect connectivity to 2 (clustered) NetApp heads. Is there anything else other than cf disable that I need to do in order for the cluster not to fail?

Thanks!!

-rp

4 REPLIES 4

scottgelb
4,610 Views

Unless you have both "options cf.takeover.on_network_interface_failure on" and "nfo" on the ifconfig of any interfaces, the network drop will not cause a failover.  You can check the options and also ifconfig -a to see if nfo is applied to any interface.  By default, network failover is not configured in options and also has to be enabled in /etc/rc on the ifconfig lines.  If you are running nfo, you can "ifconfig interface -nfo" on each interface to remove nfo, then "ifconfig interface nfo" to re-enable after maintenance.  This might be a better option than cf disable since cluster failover would still be available for any other non-network hardware failures during the maintenance

rpalacios
4,610 Views

Hello Scott,

I checked the rc config and did not see any settings related to "nfo." Here's the output of the 'options cf.takeover.on_network_interface_failure' command. It looks like it is disabled.

NetApp> cf.takeover.on_network_interface_failure off

What would be the best approach for this scenario?

Thanks,

-rp

scottgelb
4,610 Views

From the settings a drop in the network will not cause the cluster to failover if only the network drops.

Typos Sent on Blackberry Wireless

rpalacios
4,610 Views

Great. Thank you Scott.

Public