Failed to revert a non-local Cluster LIF
Applies to
- ONTAP 9
Issue
- Logical status network current is:
::> network interface show -role cluster
 
            Logical    Status     Network            Current       Current Is
Vserver     Interface  Admin/Oper Address/Mask       Node          Port    Home
----------- ---------- ---------- ------------------ ------------- ------- ----
Cluster-01  clus1      up/up      169.254.117.218/16 Cluster-01     e0a    true
            clus2      up/up      169.254.120.89/16  Cluster-01     e0b    true
Cluster-02  clus1      up/up      169.254.69.35/16   Cluster-02     e0b    false
            clus2      up/up      169.254.179.44/16  Cluster-02     e0b    true
Note: The home port for clus1 on Cluster-02 is e0a
- If the command  network interface revertis run to revert it back to its home port of e0a:
::> network interface revert -vserver Cluster-02 -lif clus1   
- Resulting logical status is:
::> network interface show -role cluster
 
            Logical    Status     Network            Current       Current Is
Vserver     Interface  Admin/Oper Address/Mask       Node          Port    Home
----------- ---------- ---------- ------------------ ------------- ------- ----
Cluster-01  clus1      up/up      169.254.117.218/16 Cluster-01     e0a    true
            clus2      up/up      169.254.120.89/16  Cluster-01     e0b    true
Cluster-02  clus1      up/up      169.254.69.35/16   Cluster-02     e0b    false
            clus2      up/up      169.254.179.44/16  Cluster-02     e0b    true
