The 2nd node upgrade failed on System Manager from 9.14 to 9.15
Applies to
- System Manger
- ONTAP 9
Issue
- The upgrade validation reports the following warning on System Manager:
Message:
LIF "Node02_mgmt1" for vserver "vserver1", "vserver1-lif" for vserver "vserver1" are not hosted on a network port.
Solution:
check the failover-group and failover-policy for each lif to make sure there is a network port it can fail over to on migrate the lif to a port that is operarional.
- The upgrade is implemented on System Manager by ignoring the above warning and at the phase of the 2nd node upgrade, it failed with the below error message:
Message(Failover):
Failed to migrate data LIFs from node "Node01".
Solution(Failover):
Migrate all of the data LIFs using the "network interface migrate-all -node Node01" command.
- The port which data lif going to to migrate is in degraded status.
::> network interface show
Logical Status Network Current Current Is
Vserver Interface Admin/Oper Address/Mask Node Port Home
----------- ---------- ---------- ------------------ ------------- ------- ----
vserver1
vserver1-lif up/up 10.xx.xx.1/24 Node01 a0a-332 true
::> network port show
Node: Node01
Ignore
Speed(Mbps) Health Health
Port IPspace Broadcast Domain Link MTU Admin/Oper Status Status
--------- ------------ ---------------- ---- ---- ----------- -------- ------
a0a Default Default-1 up 1500 -/- healthy false
a0a-332 Default vlan332 up 1500 -/- healthy false <<
Node: Node02
Ignore
Speed(Mbps) Health Health
Port IPspace Broadcast Domain Link MTU Admin/Oper Status Status
--------- ------------ ---------------- ---- ---- ----------- -------- ------
a0a Default Default-2 up 1500 -/- healthy false
a0a-332 Default vlan332 up 1500 -/- degraded false <<
