I have a cluster and one node updated but the other didn't. I'm a contractor and don't have access to the NetApp knowledge base. Can someone help advise me the fix action or share tHIS KB? https://kb.netapp.com/on-prem/ontap/Ontap_OS/OS-KBs/ONTAP_update_paused_Failed_to_migrate_LIFs
#Failed to Migrate LIFs during On tap Upgrade
1 messages · Page 1 of 1 (latest)
If that really is the kb for your scenario (which it may not be) look at the bug mentioned in there:
https://mysupport.netapp.com/site/bugs-online/product/ONTAP/BURT/1503107
which says to test with this command
network connections active show -service s3 -lif-name {LIF}
IT also says to contact support to resolve
Really need to know more on why the lif didn’t fail over other than it just didn’t
This usually happens if the second node doesn't have the correct VLANs configured, or they are configured but someone forgot to add them to the upstream switch (L2 reachability check) ...
Please Post the error you are getting when you try to manually migrate the LIF to the second node
Well I forced a reboot on the node that failed and started the upgrade again. Current version running on the cluster shows the updated version. Is there a cli command I can run to verify the OS version for each node individually?
version -node *
or system image show and check which image is current for which node
if the cluster shows the updated version then you should be fine. It shows the old version only if there's at least one non-updated node left
Perfect. Exactly what I needed. Version on both nodes have been updated. Thank you all for your help!