ONTAP Hardware

LIF Warning

ADDEDMARIORF3
13,682 Views

 

Hello Team,

 

What does this message mean?

 

"Has some LIFs that are not in their home node" what procedure to do?

 

The cluster HA is ok and Both can perform takeover on each other. 

 

 

Thank You.

 

 

MRF-Sampa

 

 

 

1 ACCEPTED SOLUTION

mbeattie
13,656 Views

Hi,

 

It means the LIF is not currently residing on it's home port (IE it has been migrated to a different node and or port in the cluster).

Check the output of the following command on your cluster:

 

network interface show -fields is-home, home-port, home-node, curr-node, curr-port

If the the "is-home" field is false then to resolve the warning you can either use the "network interface migrate" or "network interface revert" command to ensure the LIF resides on its home port and node. You can also configure your LIF to auto revert to it's home port\node. EG

 

https://library.netapp.com/ecmdocs/ECMP1196907/html/GUID-6545ED4C-726D-4A72-BE7B-6F9BB1746138.html

https://library.netapp.com/ecmdocs/ECMP1196907/html/GUID-C97B53E9-7A57-4430-95F5-37DF76D8190E.html

 

/Matt

If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.

View solution in original post

2 REPLIES 2

mbeattie
13,657 Views

Hi,

 

It means the LIF is not currently residing on it's home port (IE it has been migrated to a different node and or port in the cluster).

Check the output of the following command on your cluster:

 

network interface show -fields is-home, home-port, home-node, curr-node, curr-port

If the the "is-home" field is false then to resolve the warning you can either use the "network interface migrate" or "network interface revert" command to ensure the LIF resides on its home port and node. You can also configure your LIF to auto revert to it's home port\node. EG

 

https://library.netapp.com/ecmdocs/ECMP1196907/html/GUID-6545ED4C-726D-4A72-BE7B-6F9BB1746138.html

https://library.netapp.com/ecmdocs/ECMP1196907/html/GUID-C97B53E9-7A57-4430-95F5-37DF76D8190E.html

 

/Matt

If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.

ADDEDMARIORF3
13,576 Views

Thank you Matt.

Public