ONTAP Hardware
ONTAP Hardware
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
Solved! See The Solution
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
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
Thank you Matt.