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

Modify Home Node for a LIF non-disruptively

ppadmgeo1
3,158 Views

I've noticed that on one of our two-node FAS8700 clusters both NFS LIFs have an identical home node. My question is - if I modify the home node will this cause any disruption?

 

I can use something like the following command to change the home node

network interface modify -vserver pnl0003svpr1201 -lif pnl0003svpr1201_nfs_lif1 -home-node pnl0003scpr1606

 

Elsewhere the first LIF will use the first node as home node and the second LIF will use the second node as home node whereas in this cluster both NFS v3 LIFs are homed on the second node:

pnl0003svpr1201_nfs_lif1 10.250.176.111/24 pnl0003scpr1607 a0a-2376
pnl0003svpr1201_nfs_lif2 10.250.177.111/24 pnl0003scpr1607 a0a-2376

currently, all NFS traffic to this SVM goes via the ports of the second node and over the interconnect which is 100Gpbs these days I think.

1 ACCEPTED SOLUTION

SpindleNinja
3,145 Views

modifying the lif to have a new home, no.  There will be a blip as it "goes home" to the new port. 

 

This is normal for NFS.  

View solution in original post

2 REPLIES 2

SpindleNinja
3,146 Views

modifying the lif to have a new home, no.  There will be a blip as it "goes home" to the new port. 

 

This is normal for NFS.  

ppadmgeo1
3,063 Views

cool, thanks.

 

migrated them with no issues.

Public